summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* As discussed with SG10, bump version of __cpp_deduction_guides macro to indic...Richard Smith2018-05-302-2/+2
* Fix Wdocumentation warning. NFCI.Simon Pilgrim2018-05-301-1/+1
* [lldb-test] ir-memory-map: Avoid accessing a bad iteratorVedant Kumar2018-05-301-10/+8
* [lit] Report line number for failed RUN commandJoel E. Denny2018-05-3017-17/+190
* [lldb-test] Add a testing harness for the JIT's IRMemoryMapVedant Kumar2018-05-303-20/+215
* [CalledValuePropagation] Just use a sorted vector instead of a set.Benjamin Kramer2018-05-302-14/+17
* llvm-objcopy: Set sh_link to 0 on unrecognized symtab-linked sections.Peter Collingbourne2018-05-302-3/+32
* [X86][SSE] Pulled out splat detection helper from LowerScalarVariableShift (N...Simon Pilgrim2018-05-301-37/+40
* Reverted r333424 as it broke multiple build bots and left unfixed for a long ...Galina Kistanova2018-05-303-74/+4
* [GlobalISel][Legalizer] LegalizerInfo verifier: check rules cover type indicesRoman Tereshin2018-05-302-13/+170
* [AST] Fix loss of enum forward decl from decl contextJoel E. Denny2018-05-303-12/+13
* [X86] Update the fast-isel tests for _mm_rcp_ss, _mm_rsqrt_ss, and _mm_sqrt_s...Craig Topper2018-05-301-27/+3
* [X86] Simplify the implementation of _mm_sqrt_ss, _mm_rcp_ss, and _mm_rsqrt_ss.Craig Topper2018-05-302-31/+4
* [WebAssembly] Initial support for LTOSam Clegg2018-05-3026-21/+674
* [X86] Reduce the number of setzero intrinsics to just the set defined by the ...Craig Topper2018-05-3013-185/+150
* [ELF] Remove -m argument to lld in test files. NFC.Sam Clegg2018-05-3065-98/+99
* [dsymutil] Escape HTML special characters in plist.Jonas Devlieghere2018-05-304-10/+40
* [X86] Remove 'return' from a bunch of intrinsics that return void and use a b...Craig Topper2018-05-309-19/+19
* [GlobalISel][Legalizer] NFC mostly reducing LegalizeRuleSet's methods' inter-...Roman Tereshin2018-05-301-49/+55
* [X86][AVX512BW] Fixed check prefix copy+paste typo in avx512bw-intrinsics.llSimon Pilgrim2018-05-301-570/+570
* [AMDGPU][Waitcnt] Fix build error: unused variable 'SWaitInst'Mark Searles2018-05-301-6/+2
* AMDGPU: Use better alignment for kernarg loweringMatt Arsenault2018-05-306-159/+116
* [ValueTracking] Fix endless recursion in isKnownNonZero()Karl-Johan Karlsson2018-05-302-4/+40
* [AMDGPU][Waitcnt] Fix handling of loops with many bottom blocksMark Searles2018-05-302-19/+57
* [X86] Lowering FMA intrinsics to native IR (Clang part)Gabor Buella2018-05-309-1233/+2453
* [X86] Lowering FMA intrinsics to native IR (LLVM part)Gabor Buella2018-05-3011-234/+9936
* [clang-format/ObjC] Correctly parse Objective-C methods with 'class' in nameBen Hamilton2018-05-303-1/+83
* [LLDB] Re-apply r303907 that's reverted by mistakeTim Shen2018-05-302-7/+13
* [AliasSet] Teach the alias set how to handle atomic memcpy/memmove/memsetDaniel Neilson2018-05-303-12/+92
* [InstCombine, ARM, AArch64] Convert table lookup to shuffle vectorAlexandros Lamprineas2018-05-303-0/+146
* [X86][AVX512] Replace -cpu=knl with -mattr=+avx512f for avx512-intrinsics testsSimon Pilgrim2018-05-302-64/+127
* [clangd] Add forgotten include guard to TestFS.h. NFCIlya Biryukov2018-05-301-0/+3
* Revert "Update NRVO logic to support early return"Sam McCall2018-05-3011-290/+82
* [X86][SSE] Remove unnecessary -cpu from sttni testsSimon Pilgrim2018-05-301-16/+16
* [X86][SSE] Replace -cpu with equivalent -mattr for vec_cast testsSimon Pilgrim2018-05-303-6/+6
* [ARM] Remove code handling ADDC/ADDE/SUBC/SUBEAmaury Sechet2018-05-301-30/+0
* [Hexagon] Use vector align-left when shift amount fits in 3 bitsKrzysztof Parzyszek2018-05-305-62/+39
* [mips] Correct the definition of CTC2/CFC2Simon Dardis2018-05-301-8/+6
* [mips] Correct the predicates of microMIPS compact branch instructionsSimon Dardis2018-05-301-6/+4
* [FileSpec] Re-implmenet removeLastPathComponentJonas Devlieghere2018-05-303-30/+57
* Revert "[clang-format] Fix putting ObjC message arguments in one line for mul...Jacek Olesiak2018-05-302-58/+0
* [Sema] Don't skip function bodies with 'auto' without trailing return typeIlya Biryukov2018-05-303-2/+78
* [clangd] clang-format the source code. NFCIlya Biryukov2018-05-307-30/+29
* [mips] Sink PredicateControl further down the class hierarchy.Simon Dardis2018-05-3011-68/+59
* Revert "Reland "[clangd] Adapt file migration in r332720""Eric Liu2018-05-302-2/+1
* Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""Eric Liu2018-05-3012-31/+15
* Reland "[clangd] Adapt file migration in r332720"Eric Liu2018-05-302-1/+2
* Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-05-3012-15/+31
* [analyzer] Remove the redundant check about same state transition in `ArrayBo...Henry Wong2018-05-301-3/+1
* [mips] Correct the predicates of arithmetic and logic instructions.Simon Dardis2018-05-308-50/+93
OpenPOWER on IntegriCloud