summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Dominators] Visit affected node candidates found at different root levelsJakub Kuderski2018-01-194-9/+172
* Add optional DICompileUnit to DIBuilder + make outliner debug info use itJessica Paquette2018-01-194-54/+81
* Reland "Make TracePcGuardController linker-initialized"Petr Hosek2018-01-191-6/+6
* [WebAssembly] Include weak imports when linking with --relocatableSam Clegg2018-01-192-24/+60
* [SystemZ] Prefer LOCHI over generating IPM sequencesUlrich Weigand2018-01-194-50/+47
* [SystemZ] Directly use CC result of compare-and-swapUlrich Weigand2018-01-197-0/+413
* [SystemZ] Rework IPM sequence generationUlrich Weigand2018-01-197-138/+488
* [SystemZ] Implement computeKnownBitsForTargetNodeUlrich Weigand2018-01-192-0/+32
* [SelectionDAG] Teach computeKnownBits about ATOMIC_CMP_SWAP_WITH_SUCCESS bool...Ulrich Weigand2018-01-191-0/+1
* Allow BlockDecl in CXXRecord scope to have no access specifier.Richard Trieu2018-01-192-0/+121
* [SystemZ] Run branch-12.ll test only if long tests enabledUlrich Weigand2018-01-192-1/+1
* [X86] Add goldmont to test/Driver/x86-march.cCraig Topper2018-01-191-0/+4
* tanpi: Port from amd_builtinsJan Vesely2018-01-196-0/+168
* tan: Port from amd_builtinsJan Vesely2018-01-199-21/+164
* [WebAssembly] MC: Start table at offset 1 rather than 0Sam Clegg2018-01-195-14/+18
* [cmake] Also pass CMAKE_ASM_COMPILER_ID to next stage when bootstrappingDon Hinton2018-01-191-1/+2
* [WebAssembly] Allow non-zero table offset in input objectSam Clegg2018-01-192-4/+4
* More P0202 constexpr-ifying in <algorithm>. This commit handles replace/repla...Marshall Clow2018-01-195-16/+92
* [X86][SSE] Add SSE2 gather testsSimon Pilgrim2018-01-191-74/+156
* [cmake] Include LLVM_LIBXML2_ENABLED in LLVMConfig.cmake, PR36006Michal Gorny2018-01-191-0/+2
* [ARM] Fix perf regression in compare optimization.Joel Galenson2018-01-192-3/+34
* [WebAssembly] Fix libcall signature lookupDerek Schuff2018-01-192-13/+121
* More P0202 constexpr-ifying in <algorithm>. This commit handles 'transform'.Marshall Clow2018-01-193-7/+52
* Additional fixes for docs in addition to r322968.Daniel Neilson2018-01-191-2/+2
* Fix docs build break caused by r322965Daniel Neilson2018-01-191-1/+1
* [WebAssembly] Add target flags for sign-ext opcodes.Dan Gohman2018-01-194-1/+17
* [WebAssembly] Make sign-extension opcodes a distinct feature.Dan Gohman2018-01-199-18/+32
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-19395-2281/+2410
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-19123-1541/+1541
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-193-3/+3
* Fallback option for colorized output when terminfo isn't availablePetr Hosek2018-01-191-0/+15
* [x86] add RUN line and auto-generate checksSanjay Patel2018-01-191-55/+182
* [x86] regenerate complete checks; NFCSanjay Patel2018-01-191-30/+51
* [cmake] Fix typo in LLVM_UTILS_INSTALL_DIR definition.Don Hinton2018-01-191-2/+2
* Test commitCarey Williams2018-01-191-1/+1
* [x86] shrink 'and' immediate values by setting the high bits (PR35907)Sanjay Patel2018-01-1912-151/+184
* [clang-format] Adds a canonical delimiter to raw string formattingKrasimir Georgiev2018-01-196-25/+122
* [InstSimplify] use m_Specific and commutative matcher to reduce code; NFCISanjay Patel2018-01-191-9/+8
* [clang-format] Fix shortening blocks in macros causing merged next lineKrasimir Georgiev2018-01-192-3/+26
* [X86] Extend load-op-store fusion merge to ADC/SBB.Nirav Dave2018-01-193-6/+332
* [AArch64][SVE] Asm: Add support for RDVL/ADDVL/ADDPL instructionsSander de Smalen2018-01-1910-1/+186
* [CodeGenCXX] annotate a GEP to a derived class with 'inbounds' (PR35909)Sanjay Patel2018-01-193-4/+31
* [clangd] Fix memcpy(?, null, 0) UB by switching to std::copySam McCall2018-01-191-2/+2
* [X86][AVX] Add more variable permute tests for source vectors smaller than de...Simon Pilgrim2018-01-191-8/+1060
* Correct typo after r322829Kamil Rytarowski2018-01-191-2/+2
* [SLP] Fix vectorization for tree with trunc to minimum required bit width.Alexey Bataev2018-01-193-21/+33
* [clangd] Merge index-provided completions with those from Sema.Sam McCall2018-01-193-320/+563
* [Support] - Check nullptr after allocation with malloc in MallocAllocator - D...Klaus Kretzschmar2018-01-191-1/+6
* [ELF] Keep tests from wrinting to the test directory.Benjamin Kramer2018-01-1911-24/+24
* [AMDGPU][MC] Corrected parsing of image modifiers and encoding of image atomicsDmitry Preobrazhensky2018-01-192-14/+58
OpenPOWER on IntegriCloud