platform/upstream/llvm.git
2018-01-20 Craig Topper[X86] Teach X86 codegen to use vector width preference...
2018-01-20 Craig Topper[X86] Add support for passing 'prefer-vector-width...
2018-01-20 Rui UeyamaAvoid divisions.
2018-01-20 Petar Jovanovic[TSan][MIPS] Expand sanitizer memory space to lower...
2018-01-20 Derek Schuff[WebAssembly] Fix MSVC build
2018-01-19 Julie Hockett[clang-tidy] Adding Fuchsia checker for multiple inheri...
2018-01-19 Rui UeyamaMake the bloom filter a bit larger.
2018-01-19 Akira Hatanaka[ObjCARC] Do not turn a call to @objc_autoreleaseReturn...
2018-01-19 Volodymyr Sapsai[Lex] Fix crash on code completion in comment in includ...
2018-01-19 Adrian PrantlWrap all references to build artifacts in the LLDB...
2018-01-19 Abderrazek... [AArch64] Add ARMv8.2-A FP16 scalar intrinsics
2018-01-19 Abderrazek... [AArch64] Add ARMv8.2-A FP16 scalar intrinsics
2018-01-19 Rui UeyamaFix -Wunused-variable.
2018-01-19 Sanjay Patel[x86] add tests for sqrt estimate that should respect...
2018-01-19 Kostya Kortchinsky[sanitizer] Allow Fuchsia to use getauxval
2018-01-19 Lang Hames[ORC] Re-apply r322913 with a fix for a read-after...
2018-01-19 Sam McCall[clangd] Change index scope convention from "outer...
2018-01-19 Kostya Kortchinsky[scudo] Pass SANITIZER_COMMON_LINK_FLAGS to the shared...
2018-01-19 Sam McCallRevert "[clangd] Change index scope convention from...
2018-01-19 Craig Topper[X86] Autogenerate complete checks on a couple tests...
2018-01-19 Sam McCall[clangd] Change index scope convention from "outer...
2018-01-19 Aaron Smith[SymbolFilePDB] Fix null array access when parsing...
2018-01-19 Sam Clegg[WebAssembly] Include SYMBOL_INFO for imports as well...
2018-01-19 Jakub Kuderski[Dominators] Visit affected node candidates found at...
2018-01-19 Jessica PaquetteAdd optional DICompileUnit to DIBuilder + make outliner...
2018-01-19 Petr HosekReland "Make TracePcGuardController linker-initialized"
2018-01-19 Sam Clegg[WebAssembly] Include weak imports when linking with...
2018-01-19 Ulrich Weigand[SystemZ] Prefer LOCHI over generating IPM sequences
2018-01-19 Ulrich Weigand[SystemZ] Directly use CC result of compare-and-swap
2018-01-19 Ulrich Weigand[SystemZ] Rework IPM sequence generation
2018-01-19 Ulrich Weigand[SystemZ] Implement computeKnownBitsForTargetNode
2018-01-19 Ulrich Weigand[SelectionDAG] Teach computeKnownBits about ATOMIC_CMP_...
2018-01-19 Richard TrieuAllow BlockDecl in CXXRecord scope to have no access...
2018-01-19 Ulrich Weigand[SystemZ] Run branch-12.ll test only if long tests...
2018-01-19 Craig Topper[X86] Add goldmont to test/Driver/x86-march.c
2018-01-19 Jan Veselytanpi: Port from amd_builtins
2018-01-19 Jan Veselytan: Port from amd_builtins
2018-01-19 Sam Clegg[WebAssembly] MC: Start table at offset 1 rather than 0
2018-01-19 Don Hinton[cmake] Also pass CMAKE_ASM_COMPILER_ID to next stage...
2018-01-19 Sam Clegg[WebAssembly] Allow non-zero table offset in input...
2018-01-19 Marshall ClowMore P0202 constexpr-ifying in <algorithm>. This commit...
2018-01-19 Simon Pilgrim[X86][SSE] Add SSE2 gather tests
2018-01-19 Michal Gorny[cmake] Include LLVM_LIBXML2_ENABLED in LLVMConfig...
2018-01-19 Joel Galenson[ARM] Fix perf regression in compare optimization.
2018-01-19 Derek Schuff[WebAssembly] Fix libcall signature lookup
2018-01-19 Marshall ClowMore P0202 constexpr-ifying in <algorithm>. This commit...
2018-01-19 Daniel NeilsonAdditional fixes for docs in addition to r322968.
2018-01-19 Daniel NeilsonFix docs build break caused by r322965
2018-01-19 Dan Gohman[WebAssembly] Add target flags for sign-ext opcodes.
2018-01-19 Dan Gohman[WebAssembly] Make sign-extension opcodes a distinct...
2018-01-19 Daniel NeilsonRemove alignment argument from memcpy/memmove/memset...
2018-01-19 Daniel NeilsonChange memcpy/memove/memset to have dest and source...
2018-01-19 Daniel NeilsonChange memcpy/memove/memset to have dest and source...
2018-01-19 Petr HosekFallback option for colorized output when terminfo...
2018-01-19 Sanjay Patel[x86] add RUN line and auto-generate checks
2018-01-19 Sanjay Patel[x86] regenerate complete checks; NFC
2018-01-19 Don Hinton[cmake] Fix typo in LLVM_UTILS_INSTALL_DIR definition.
2018-01-19 Carey WilliamsTest commit
2018-01-19 Sanjay Patel[x86] shrink 'and' immediate values by setting the...
2018-01-19 Krasimir Georgiev[clang-format] Adds a canonical delimiter to raw string...
2018-01-19 Sanjay Patel[InstSimplify] use m_Specific and commutative matcher...
2018-01-19 Krasimir Georgiev[clang-format] Fix shortening blocks in macros causing...
2018-01-19 Nirav Dave[X86] Extend load-op-store fusion merge to ADC/SBB.
2018-01-19 Sander de Smalen[AArch64][SVE] Asm: Add support for RDVL/ADDVL/ADDPL...
2018-01-19 Sanjay Patel[CodeGenCXX] annotate a GEP to a derived class with...
2018-01-19 Sam McCall[clangd] Fix memcpy(?, null, 0) UB by switching to...
2018-01-19 Simon Pilgrim[X86][AVX] Add more variable permute tests for source...
2018-01-19 Kamil RytarowskiCorrect typo after r322829
2018-01-19 Alexey Bataev[SLP] Fix vectorization for tree with trunc to minimum...
2018-01-19 Sam McCall[clangd] Merge index-provided completions with those...
2018-01-19 Klaus Kretzschmar[Support] - Check nullptr after allocation with malloc...
2018-01-19 Benjamin Kramer[ELF] Keep tests from wrinting to the test directory.
2018-01-19 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of image modifiers and...
2018-01-19 Martin Pelikan[XRay] [compiler-rt] fix heap overflow by computing...
2018-01-19 Simon PilgrimFix line endings. NFCI.
2018-01-19 Simon Pilgrim[X86] Add KNL target to slow PMULLD tests
2018-01-19 Simon Pilgrim[X86] Add RDPID schedule test
2018-01-19 Simon Pilgrim[X86] Regenerate RDPMC intrinsic test
2018-01-19 Francis Visoiu... [CodeGen] Unify printing format of debug-location in...
2018-01-19 Pavel LabathRemove Platform references from the Host module
2018-01-19 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-01-19 Florian Hahn[ValueLattice] Use getters instead of direct accesses...
2018-01-19 Alina Sbirlea[ModRefInfo] Return NoModRef for Must and NoModRef.
2018-01-19 John Brawn[InstCombine] Make foldSelectOpOp able to handle two...
2018-01-19 Haojian Wu[clangd] Collect enum constants in SymbolCollector
2018-01-19 Martin Storsjo[builtins] Use FlushInstructionCache on windows on...
2018-01-19 Matthias BraunSplit MachineLICM into EarlyMachineLICM and MachineLICM...
2018-01-19 Matthias BraunSplit TailDuplicatePass into pre- and post-RA variant...
2018-01-19 Matthias BraunMove tests to the correct place
2018-01-19 Craig Topper[X86] Make better use of instregex for cmovcc/setcc...
2018-01-19 Serguei KatkovRevert [CGP] Re-enable Select in complex addressing...
2018-01-19 Petr Hosek[Fuchsia] Tests for the Fuzzer support in Fuchsia driver
2018-01-19 Sam Clegg[WebAssembly] Fix variable whose name is also a type...
2018-01-19 Marshall ClowWrote my own version of is_permutation; that was domina...
2018-01-19 Matthias BraunAArch64: Fix emergency spillslot being out of reach...
2018-01-19 Hongbin Zheng[Refactor] Use enum instead of magic number in handleX8...
2018-01-19 Matthias BraunAArch64: Omit callframe setup/destroy when not necessary
2018-01-19 Petr Hosek[Fuchsia] Enable Fuzzer as a supported sanitizer on...
2018-01-19 Sam Clegg[WebAssembly] Add test expectations for gcc C++ tests...
2018-01-19 Lang Hames[ORC] Revert r322913 while I investigate an ASan failure.
next