summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a (possible) division by zero check in the CmpRuns scriptMikhail R. Gadelha2018-05-301-1/+1
* [clangd] Enable parsing of non-doxygen comments in global-symbol-builderIlya Biryukov2018-05-301-0/+6
* [YAML] Quote multiline string scalarsIlya Biryukov2018-05-302-2/+73
* @skipUnlessDarwin TestOrderedSetPavel Labath2018-05-301-0/+1
* AArch64: print correct annotation for ADRP addresses.Tim Northover2018-05-302-2/+11
* [AArch64][AsmParser] Fix segfault on illegal fpimm.Sander de Smalen2018-05-302-2/+7
* [Sparc] Treat %fxx registers with value type Other as single precisionDaniel Cederman2018-05-301-1/+1
* [ASTImporter] Corrected lookup at import of templated record declGabor Marton2018-05-302-1/+52
* Set underlying type for enum with GNU_PROPERTY_X86_FEATURE_1_AND constantHans Wennborg2018-05-301-1/+1
* [clangd] Avoid inserting new #include when declaration is present in the main...Eric Liu2018-05-302-4/+49
* Revert commit 333506Serge Pavlov2018-05-3010-69/+80
* Fix return value of DWARFUnit::ExtractDIEsIfNeeded()Jan Kratochvil2018-05-301-6/+5
* [ELF][MIPS] Update comments in test cases. NFCSimon Atanasyan2018-05-302-4/+6
* Add missing curly from r333509Hans Wennborg2018-05-301-1/+1
* Fix -Wunused in NDEBUG introduced by HIP r333484Sam McCall2018-05-301-3/+2
* Support __iso_volatile_load8 etc on aarch64-win32.Simon Tatham2018-05-304-26/+69
* [Sparc] Select correct register class for FP register constraintsDaniel Cederman2018-05-304-0/+50
* [Sparc] Add floating-point register namesDaniel Cederman2018-05-303-2/+73
* [X86] Remove masking from the AVX512VNNI builtins. Use a select in IR instead.Craig Topper2018-05-305-228/+190
* [X86] Add unmasked AVX512VNNI instrinsics. Use a select in IR instead.Craig Topper2018-05-302-48/+91
* Use uniform mechanism for OOM errors handlingSerge Pavlov2018-05-3010-80/+69
* [ELF] Group LTO options together. NFC.Sam Clegg2018-05-301-3/+2
* [asan, myriad] Simplify main thread handlingWalter Lee2018-05-303-40/+10
* [asan, myriad] Reset shadow memory during exitWalter Lee2018-05-301-14/+17
* [PowerPC] fix broken JIT-compiled code with tail call optimizationHiroshi Inoue2018-05-302-2/+51
* Protect a clang-cl file path with --.Peter Collingbourne2018-05-301-1/+1
* Update NRVO logic to support early returnTaiju Tsuiki2018-05-3011-82/+290
* [WebAssembly] Add support for response file parsingSam Clegg2018-05-302-0/+14
* Sema: Add a flag for rejecting member pointers with incomplete base types.Peter Collingbourne2018-05-308-5/+51
* [X86] Fix the names of a bunch of icelake intrinsics.Craig Topper2018-05-306-335/+324
* MC: Remove redundant substr() callSam Clegg2018-05-302-2/+2
* Fix use of `echo` command in test scriptSam Clegg2018-05-301-1/+1
OpenPOWER on IntegriCloud