platform/upstream/llvm.git
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.
2018-01-19 Lang Hames[ORC] Redesign the JITSymbolResolver interface to suppo...
2018-01-19 Craig Topper[X86] Add missing check for RDSEED to ICL, CNL, SKX...
2018-01-18 Sam Clegg[WebAssembly] Export the stack pointer when using ...
2018-01-18 Craig Topper[X86] Add intrinsic support for the RDPID instruction
2018-01-18 Rui UeyamaAdd a missing file header.
2018-01-18 Sam Clegg[WebAssembly] Add missing function exports and SYM_INFO...
2018-01-18 Sanjay Patel[InstSimplify] regenerate checks and add tests for...
2018-01-18 Changpeng FangAMDGPU/SI: Fix typos in d16 support patch the buffer...
2018-01-18 Reid Kleckner[CodeView] Add line numbers for inlined call sites
2018-01-18 Reid Kleckner[CodeView] Sink complex inline functions to .cpp file...
2018-01-18 Changpeng FangAMDGPU/SI: Add d16 support for image intrinsics.
2018-01-18 Eric ChristopherTypo fix SIBABRT -> SIGABRT.
2018-01-18 Nico WeberRemove TautologicalInRangeCompare from Extra and Tautol...
2018-01-18 Martin Storsjo[test] Actually check the common parts in CodeGen/ARM...
2018-01-18 Jan Veselyhalf_divide: Implement using x/y
2018-01-18 Jan Veselyhalf_tan: Implement using tan
2018-01-18 Jan Veselyhalf_sin: Implement using sin
2018-01-18 Jan Veselyhalf_recip: Implement using 1/x
2018-01-18 Jan Veselyhalf_log2: Implement using log2
2018-01-18 Jan Veselyhalf_log10: Implement using log10
2018-01-18 Jan Veselyhalf_log: Implement using log
2018-01-18 Jan Veselyhalf_exp10: Implement using exp10
2018-01-18 Jan Veselyhalf_exp2: Implement using exp2
2018-01-18 Jan Veselyhalf_exp: Implement using exp
2018-01-18 Jan Veselyhalf_cos: Implement using cos
2018-01-18 Jan Veselyhalf_sqrt: Cleanup implementation
2018-01-18 Jan Veselyhalf_rsqrt: Cleanup implementation
2018-01-18 Ben Hamilton[clang-tidy objc-property-declaration] Expand list...
2018-01-18 Peter CollingbourneSupport: Add missing #include.
next