summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] More precise exploitation of P9 maddld instruction when operands ar...Zi Xuan Wu2019-04-123-53/+188
* Cleanup how debug comparators are created in <algorithm>Eric Fiselier2019-04-121-151/+38
* MCDwarfLineTableheader::tryGetFile : replace a loop with llvm::findFangrui Song2019-04-121-5/+1
* Move a couple of optional references to just optional to make theEric Christopher2019-04-122-3/+3
* [IRMemoryMap] Fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=off buildFangrui Song2019-04-121-1/+1
* [ELF] Fix typo: .symtab_shndxr -> .symtab_shndxFangrui Song2019-04-124-13/+13
* [MC] Fix typo: .symtab_shndxr -> .symtab_shndxFangrui Song2019-04-121-1/+1
* Use llvm::lower_bound. NFCFangrui Song2019-04-128-31/+25
* Enable frame pointer elimination for OpenBSD on x86 and mips64.Brad Smith2019-04-122-0/+21
* Remove a parameter that was being passed around that we had at theEric Christopher2019-04-122-7/+6
* Variable auto-init: also auto-init allocaJF Bastien2019-04-126-84/+177
* llvm-undname: Use UNREACHABLE after exhaustive switch returning everywhereNico Weber2019-04-111-1/+1
* 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
OpenPOWER on IntegriCloud