summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* llvm-undname: Name a bool param, no behavior changeNico Weber2019-04-111-5/+6
* llvm-undname: Fix out-of-bounds read on invalid intrinsic function codeNico Weber2019-04-113-3/+16
* llvm-undname: Don't crash on incomplete enum tag manglingsNico Weber2019-04-112-1/+6
* llvm-undname: Fix crash on incomplete virtual this adjustsNico Weber2019-04-112-2/+8
* [X86AsmPrinter] refactor static functions into private methods. NFCNick Desaulniers2019-04-112-77/+84
* [TSan][libdispatch] Delete old testsJulian Lettner2019-04-112-69/+0
* llvm-undname: Fix crash on invalid name in a template parameter pointer to me...Nico Weber2019-04-112-0/+7
* [Pipeliner] Fix incorrect loop carried dependence calculationBrendon Cahoon2019-04-114-5/+181
* Revert r357610, it caused PR41471Nico Weber2019-04-112-63/+0
* [C++20] Implement context-sensitive header-name lexing and pp-import parsing ...Richard Smith2019-04-1121-116/+652
* Remove use of lookahead from _Pragma handling and from all otherRichard Smith2019-04-116-122/+125
* [CVP] Generate full test checks for overflows.ll; NFCNikita Popov2019-04-111-16/+275
* [ConstantRange] Add unsignedMulMayOverflow()Nikita Popov2019-04-113-0/+35
* [ConstantRangeTest] Fix typos in test names; NFCNikita Popov2019-04-111-4/+4
* [cmake] Fix dependency issue in TableGenPengxuan Zheng2019-04-111-1/+2
* [PGO] Better handling of profile hash mismatchRong Xu2019-04-113-6/+127
* [lldb] [lit/Register] XFAIL on DarwinMichal Gorny2019-04-111-0/+1
* [AArch64][GlobalISel] Flesh out vector load/store support for more types.Amara Emerson2019-04-116-71/+448
* [AArch64][GlobalISel] Legalization and ISel support for load/stores of vector...Amara Emerson2019-04-118-25/+260
* [DebugInfo] Combine Trivial and NonTrivial flagsAaron Smith2019-04-1114-35/+34
* [DebugInfo] Combine Trivial and NonTrivial flagsAaron Smith2019-04-112-10/+14
* [X86] Restrict vselect handling in scalarizeExtEltFP to only case to pre type...Craig Topper2019-04-112-0/+29
* [X86] Add 32-bit command line to extractelement-fp.ll so I can add a test cas...Craig Topper2019-04-111-246/+806
* [test] Fix & re-enable CommandScriptImmediateOutputFile on WindowsJonas Devlieghere2019-04-112-4/+5
* [X86] Add patterns for using movss/movsd for atomic load/store of f32/64. Rem...Craig Topper2019-04-114-141/+130
* Recommit r358211 "[X86] Use FILD/FIST to implement i64 atomic load on 32-bit ...Craig Topper2019-04-118-396/+428
* [test] Disable CommandScriptImmediateOutputFile on WindowsJonas Devlieghere2019-04-111-0/+2
* Revert r358211 "[X86] Use FILD/FIST to implement i64 atomic load on 32-bit ta...Craig Topper2019-04-118-382/+323
* [X86] Use FILD/FIST to implement i64 atomic load on 32-bit targets with X87, ...Craig Topper2019-04-118-323/+382
* [X86] Pre-commit i64 volatile test case for D60156. NFCCraig Topper2019-04-111-0/+32
* [TSan][libdispatch] Re-enable disabled testsJulian Lettner2019-04-112-6/+0
* [TSan][libdispatch] Turn ignore_noninstrumented_modules=1 back on for DarwinJulian Lettner2019-04-111-0/+3
* [libFuzzer] Make MutateWithMask work when the Mask is shorter than the input.Max Moroz2019-04-111-3/+3
* [TSan][libdispatch] Replace usage of NSMutableData with stack arrayJulian Lettner2019-04-115-10/+10
* [TSan][libdispatch] Change test to have two simultaneous timersJulian Lettner2019-04-111-1/+1
* [TSan][libdispatch] Replace CFRunLoop with dispatch_semaphore, pt. 2Julian Lettner2019-04-1111-83/+97
* Revert "tsan: Update test expectations."Matt Morehouse2019-04-111-2/+2
* Support objc_nonlazy_class attribute on Objective-C implementationsErik Pilkington2019-04-116-16/+29
* Add support for attributes on @implementations in Objective-CErik Pilkington2019-04-1115-32/+106
* Revert "Use llvm::lower_bound. NFC"Ali Tamur2019-04-119-32/+45
* Fix sphinx documentation warning.Zachary Turner2019-04-111-1/+1
* [PDB Docs] Add skeleton of documentation for CodeView symbols.Zachary Turner2019-04-112-28/+259
* [pstl] Remove our custom FindTBB CMake fileLouis Dionne2019-04-112-67/+0
* Fix PR41465 - Use __builtin_mul_overflow instead of hand-rolled check.Eric Fiselier2019-04-112-4/+31
* New document skeleton describing how to add a constrained floating-pointKevin P. Neal2019-04-112-0/+99
* [pstl] Setup the _PSTL_VERSION macro like _LIBCPP_VERSION, and add release notesLouis Dionne2019-04-114-8/+68
* [ConstantFold] ExtractConstantBytes - handle shifts on large integer typesSimon Pilgrim2019-04-112-14/+52
* [NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne2019-04-1110-10/+10
* [libFuzzer] Fallback to default Mutate when MutateWithMask fails.Max Moroz2019-04-112-1/+4
* [libc++] Make sure we don't eagerly diagnose non-const comparators for contai...Louis Dionne2019-04-1110-21/+165
OpenPOWER on IntegriCloud