platform/upstream/llvm.git
2018-02-16 Simon PilgrimFix signed/unsigned comparison warning. NFCI.
2018-02-16 Eugene Leviant[ThinLTO] Fix data race in test #2
2018-02-16 Eugene Leviant[ThinLTO] Fix data race in test
2018-02-16 Rafael EspindolaSimplify RelocationBaseSection::addReloc.
2018-02-16 Simon PilgrimFix signed/unsigned comparison warning. NFCI.
2018-02-16 Sanjay Patel[InstCombine] remove redundant debug info setting; NFC
2018-02-16 Sam McCall[clangd] Include timestamps in log messages.
2018-02-16 Brian M. Rzycki[JumpThreading] PR36133 enable/disable DominatorTree...
2018-02-16 Changpeng FangAMDGPU/SI: Turn off GPR Indexing Mode immediately after...
2018-02-16 Simon Pilgrim[SelectionDAG] Enable SimplifyDemandedVectorElts suppor...
2018-02-16 Sanjay Patel[InstCombine] reduce code duplication; NFC
2018-02-16 Frederich MunchUse Token::isOneOf method in Parser.
2018-02-16 Sjoerd Meijer[ARM] Add tests for the vcvtr builtins
2018-02-16 Simon Pilgrim[X86][SSE] Allow float domain crossing if we are mergin...
2018-02-16 Nemanja Ivanovic[PowerPC] Fix transform in table gen file causing UB
2018-02-16 Eric Liu[clangd] remove redundant ';' introduced in r325343
2018-02-16 Kamil RytarowskiAdd initial XRay support for NetBSD
2018-02-16 Eric Liu[clangd] collect symbol #include & insert #include...
2018-02-16 Brian Gesiak[Coroutines] Use target-agnostic size_t in test
2018-02-16 Simon Dardis[mips] Remove codegen support from some 16 bit instructions
2018-02-16 Pavel LabathShorten socket names in TestPlatformProcessConnect
2018-02-16 Jonas DevlieghereRe-enable lang/objc/modules/TestObjCModules
2018-02-16 Simon Pilgrim[SelectionDAG] Add initial SimplifyDemandedVectorElts...
2018-02-16 Ilya Biryukov[clangd] Assert path is absolute when assigning to...
2018-02-16 Krasimir Georgiev[clang-format] Enable google text proto formatting...
2018-02-16 Hans WennborgRevert r325321 "[Sema] Take into account the current...
2018-02-16 Pavel LabathFix paralelization of remote tests
2018-02-16 James Henderson[ELF] Extend symbol-order-warnings test case for ICF
2018-02-16 George Rimar[ELF] - Fix comment. NFC.
2018-02-16 George Rimar[ELF] - Support COPY, INFO, OVERLAY output sections...
2018-02-16 Ivan A. Kosarev[Transforms] Propagate TBAA info in SROA
2018-02-16 Alexander RichardsonEnsure that Elf_Rel addends are always written for...
2018-02-16 Jonas Paulsson[ARM] Return true in enableMultipleCopyHints().
2018-02-16 Sam McCall[clangd] TestFS cleanup: getVirtualBlahBlah -> testPath...
2018-02-16 Mikhail Maltsev[LegalizeDAG] Fix legalization of SETCC
2018-02-16 Pavel Labath[lldb][PPC64] Fixed vector and struct return value
2018-02-16 Roger Ferrer... [ARM] Materialise some boolean values to avoid a branch
2018-02-16 Pavel Labath[dosep] Run tests in a more parallel fashion
2018-02-16 Akira Hatanaka[Sema] Take into account the current context when check...
2018-02-16 Eugene Leviant[ThinLTO] Import global variables
2018-02-16 Vedant Kumar[Coverage] Handle break/continue outside of loop bodies
2018-02-16 Craig Topper[X86] Allow CMOVs of constants to be sign extended...
2018-02-16 Craig Topper[X86] Don't zero_extend cmov up to i64, stop at i32.
2018-02-16 Rui UeyamaFix an issue that weak bit is dropped when there's...
2018-02-16 Kamil RytarowskiReintroduce FreeBSD support in test/xray
2018-02-16 Igor Kudrin[ELF] Fix use after free in case of using --whole-archive.
2018-02-16 Ekaterina Romanova[DOXYGEN] There was a request in the review D41507...
2018-02-16 Tim Shen[APInt] Fix extractBits to correctly handle Result...
2018-02-16 Vedant KumarRemove brittle check lines from a test, NFC
2018-02-16 Kamil RytarowskiRevert part of SVN r. 325240 in lit.cfg
2018-02-16 Vedant Kumar[GVN] Partially revert debug info salvage change (r325063)
2018-02-16 Rui UeyamaRelax relocation type checking in a non-ALLOC section.
2018-02-16 Craig Topper[X86] Add the test cases that were supposed to go with...
2018-02-16 Bruno Cardoso... [Modules] Extend -fmodule-name semantic for frameworks...
2018-02-15 Alexey Bataev[OPENMP] Fix PR36399: Crash on C code with ordered...
2018-02-15 Ekaterina RomanovaAllow 0 to be a valid value pruning interval in C LTO...
2018-02-15 Alexey Bataev[OPENMP] Fix PR38398: compiler crash on standalone...
2018-02-15 Vedant Kumar[DCE] Salvage debug info from dead insts
2018-02-15 Kuba Mracek[asan] Add "arm64" into the list of 64-bit architectures
2018-02-15 Stanislav Mekhanoshin[AMDGPU] Combine adjacent waitcounts in a single strong...
2018-02-15 Benjamin Kramer[include-fixer] Add more debug headers to the STL heade...
2018-02-15 Vedant Kumar[Debugify] Don't check functions which were skipped
2018-02-15 Reid KlecknerDon't make PDBs by default in Release mode
2018-02-15 Rafael Auler[X86][3DNOW] Teach decoder about AMD 3DNow! instrs
2018-02-15 Vedant Kumar[opt] Port the debugify passes to the new pass manager
2018-02-15 Aaron BallmanSilence a -Wparentheses warning; NFC.
2018-02-15 Aaron BallmanSilence some -Wunused-variable warnings; NFC.
2018-02-15 Brian Gesiak[Coroutines] Use allocator overload when available
2018-02-15 Craig Topper[X86] Enable BT to be used in place of TEST for single...
2018-02-15 Craig Topper[DAGCombiner] Call ExtendUsesToFormExtLoad in (zext...
2018-02-15 Brian Gesiak[Sema] Toggle diags when finding allocators (NFCI)
2018-02-15 Craig Topper[X86] Use btc/btr/bts to implement xor/and/or that...
2018-02-15 Artem Dergachev[analyzer] Suppress temporary destructors for temporary...
2018-02-15 Brian Gesiak[Coroutines] Don't move stores for allocator args
2018-02-15 Artem Dergachev[analyzer] Implement path notes for temporary destructors.
2018-02-15 Pablo Barrio[ARM] Fix redirect in inline assembly test
2018-02-15 Artem Dergachev[analyzer] Compute the correct this-region for temporar...
2018-02-15 Vedant Kumar[SCCP] Test that constant propagation updates debug...
2018-02-15 Vedant Kumar[Utils] salvageDI: Add a comment and move a call earlie...
2018-02-15 Yaxun LiuClean up AMDGCN tests
2018-02-15 Artem Dergachev[analyzer] NFC: Eliminate ParentMap lookup in mayInline...
2018-02-15 Craig Topper[X86] Add test cases for opportunities for using BT...
2018-02-15 Alex Shlyapnikov[TSan] Fix static TLS boundaries calculations in __tls_...
2018-02-15 Zachary TurnerSilence warning about unused private variable.
2018-02-15 Zachary TurnerCall FlushFileBuffers on output files.
2018-02-15 Dan Gohman[WebAssembly] Restore "*-wasm" tests.
2018-02-15 Fangrui Song[clang-tidy] Add `readability-simd-intrinsics` check.
2018-02-15 Matt Davis[Test] Remove mangled name from test.
2018-02-15 Simon Pilgrim[X86][SSE] Add saturated truncation tests for storing...
2018-02-15 Krzysztof ParzyszekRecommit [Hexagon] Make the vararg handling a bit more...
2018-02-15 Alexey Bataev[SLP] Fix the test for the reversed stores, NFC.
2018-02-15 Yonghong Songbpf: fix a bug in dag2dag optimization for loads from...
2018-02-15 Krzysztof ParzyszekRevert "[Hexagon] Make the vararg handling a bit more...
2018-02-15 Alexey Bataev[SLP] Added test for reversed stores, NFC.
2018-02-15 Yaxun Liu[OpenCL] Fix __enqueue_block for block with captures
2018-02-15 Sanjay Patel[InstCombine] use m_OneUse to reduce code; NFC
2018-02-15 Sanjay Patel[InstCombine] test fdiv folds better; NFC
2018-02-15 Aaron BallmanAmend r325256. This change was not properly merged...
2018-02-15 Ilya Biryukov[clangd] Create trace::Span when running ASTCallback
2018-02-15 Krzysztof Parzyszek[Hexagon] Make the vararg handling a bit more robust
next