summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix use-after-free found by address-san on -r322028.Erich Keane2018-01-091-1/+5
* Revert "[PowerPC] Manually schedule the prologue and epilogue"Stefan Pintilie2018-01-096-117/+56
* [X86] Remove llvm.x86.avx512.cvt*2mask.* intrinsics and autoupgrade to (icmp ...Craig Topper2018-01-0913-252/+217
* [X86] Remove unnecessary isel pattern that is a combination of two other patt...Craig Topper2018-01-091-2/+0
* [MachineOutliner] AArch64: Handle instrs that use SP and will never need fixupsJessica Paquette2018-01-097-22/+132
* Rewrite our relocation processing.Rafael Espindola2018-01-097-192/+159
* [CMake] Support for cross-compilation when build runtimesPetr Hosek2018-01-083-2/+17
* [WebAssembly] Write out undefined symbol addresses as zeroSam Clegg2018-01-087-35/+26
* [libcxx] Support the use of compiler-rt in lit testsPetr Hosek2018-01-083-1/+5
* Document attribute target multiversioning.Erich Keane2018-01-082-0/+24
* [ELF] Small grammar fix. NFCShoaib Meenai2018-01-081-1/+1
* Do not use parallelForEach to call maybeCompress().Rui Ueyama2018-01-081-2/+2
* Fix newly failing tests.Zachary Turner2018-01-084-24/+0
* Revert "Make rehash(0) work with ubsan's unsigned-integer-overflow."Dan Albert2018-01-081-1/+1
* [X86] Replace cvt*2mask intrinsics with native IR using 'icmp slt X, zeroinit...Craig Topper2018-01-085-16/+54
* [X86] Remove GCCBuiltin from int_x86_avx512_cvtb2mask_128 and similar intrins...Craig Topper2018-01-081-12/+12
* [PowerPC] Manually schedule the prologue and epilogueStefan Pintilie2018-01-086-56/+117
* Move scanReloc to an auxiliary function.Rafael Espindola2018-01-081-146/+155
* Apparently 'C++14' is different than 'c++14'Marshall Clow2018-01-081-1/+1
* AlwaysInliner: Alow setting InsertLifetime in the new-style passJustin Bogner2018-01-082-2/+9
* [cmake] Pass CMAKE_MAKE_PROGRAM to native configureShoaib Meenai2018-01-081-0/+1
* Make rehash(0) work with ubsan's unsigned-integer-overflow.Dan Albert2018-01-081-1/+1
* PR35862: Suppress -Wmissing-variable-declarations warning on inline variables,Richard Smith2018-01-082-1/+24
* Fix uninitialized read error reported by MSAN.Zachary Turner2018-01-083-21/+127
* Implement Attribute Target MultiVersioningErich Keane2018-01-0831-49/+1689
* [DOXYGEN] Fix doxygen and content issues in avxintrin.hDouglas Yung2018-01-081-201/+200
* [COFF] Delete CanExitEarlyShoaib Meenai2018-01-082-2/+0
* ArgPromotion: Allow setting MaxElements in the new-style passJustin Bogner2018-01-082-1/+5
* Factor out comparison handling for arithmetic types.Richard Smith2018-01-083-37/+55
* [Myriad] Remove invalidated -elf flag for MoviAsmWalter Lee2018-01-082-2/+1
* [OPENMP] Fix debug info for outlined functions in NVPTX + add more tests.Alexey Bataev2018-01-087-72/+114
* Change add_ten to add_one to avoid triggering ubsan integer overflow.Billy Robert O'Neal III2018-01-083-67/+67
* Add lit.local.cfg in test/DebugInfo/MIR/Mips/Petar Jovanovic2018-01-081-0/+3
* Add the C++17 extensions to std::search. Include the default searcher, but no...Marshall Clow2018-01-0814-82/+1414
* [OPENMP] Current status of OpenMP support.Alexey Bataev2018-01-082-0/+69
* [index] Return when DC is null in handleReferenceFangrui Song2018-01-081-2/+2
* [ValueTracking] remove overzealous assertSanjay Patel2018-01-082-1/+22
* [LiveDebugValues] Change condition for block termination recognitionPetar Jovanovic2018-01-082-1/+189
* Check test conditions more precisely. NFCSimon Atanasyan2018-01-081-1/+1
* Document upcoming TS feature removalMarshall Clow2018-01-081-0/+138
* [TargetLibraryInfo] fix finite mathlib function availabilitySanjay Patel2018-01-082-60/+83
* Fixed spelling mistake. NFCI.Simon Pilgrim2018-01-081-1/+1
* Revert "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-0820-351/+2
* [mips] Remove duplicated R6 EVA instructionsAleksandar Beserminji2018-01-084-208/+0
* [CVP] Replace incoming values from unreachable blocks with undef.Davide Italiano2018-01-082-4/+89
* Emit Function IDs table for Control Flow GuardAdrian McCarthy2018-01-0820-2/+351
* [mips] Improve diagnostics for instruction mappingAleksandar Beserminji2018-01-082-1/+46
* [DAG] Teach BaseIndexOffset to correctly handle with indexed operationsNirav Dave2018-01-084-52/+70
* [clang-tidy] Fix DanglingHandleCheck for the correct conversion operation bet...Samuel Benzaquen2018-01-082-3/+11
* Avoid assumption that lit tests are writable. NFCSam McCall2018-01-083-8/+11
OpenPOWER on IntegriCloud