summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [LoopPred Test] Fix lld-x86_64-win BB failuremaiAnna Thomas2021-09-271-1/+1
* Reland "[LoopPredication] Add testcase showing BPI computation. NFC"Anna Thomas2021-09-271-0/+65
* clang-formatLang Hames2021-09-271-7/+6
* [llvm-jitlink] Add more information about allocation failures.Lang Hames2021-09-271-1/+6
* [PowerPC] MMA - Add __builtin_vsx_build_pair and __builtin_mma_build_acc buil...Ahsan Saghir2021-09-275-0/+66
* [ORC] Switch from JITTargetAddress to ExecutorAddr for EPC-call APIs.Lang Hames2021-09-2719-77/+76
* [Polly] Reject regions entered by an indirectbr/callbr.Michael Kruse2021-09-274-1/+106
* [libc++][NFC] s/enable_if<...>::type/enable_if_t<...> in spanJoe Loser2021-09-271-5/+5
* Revert "[Polly] Reject reject regions entered by an indirectbr/callbr."Haowei Wu2021-09-274-105/+1
* [ORC] Hold shared_ptr<SymbolStringPool> in errors containing SymbolStringPtrs.Lang Hames2021-09-274-24/+55
* [CodeMoverUtils] Enhance isSafeToMoveBefore() when control flow equivalence i...Congzhe Cao2021-09-273-2/+71
* Revert "tsan: add a test for stack init race"Kevin Athey2021-09-272-44/+2
* [gn build] Port 6cfb4d46bae1LLVM GN Syncbot2021-09-271-0/+2
* [llvm-readobj] Support dumping of MSP430 ELF attributesJozef Lawrynowicz2021-09-2812-9/+448
* [libomptarget][amdgpu] Follow on to D110513, empty kernarg pools are not fatalJon Chesterfield2021-09-271-3/+1
* [libomptarget][amdgpu] Report zero devices if plugin construction fails, inst...Jon Chesterfield2021-09-271-1/+13
* Revert "[LoopPredication] Add testcase showing BPI computation. NFC"Anna Thomas2021-09-271-70/+0
* [libc++] Do not enable P1951 before C++23, since it's a breaking changeLouis Dionne2021-09-273-12/+69
* [LoopPredication] Add testcase showing BPI computation. NFCAnna Thomas2021-09-271-0/+70
* [X86] Add slow/fast pmulld test coverage to vector-mul.llSimon Pilgrim2021-09-271-176/+401
* [gwp-asan] Initialize AllocatorVersionMagic at runtimeKostya Kortchinsky2021-09-272-6/+19
* [NFC][X86] Add 'gather' optsize/minsize test coverageRoman Lebedev2021-09-271-2/+76
* [NFC] [PSI] explain encoding of PercentileCutoff.Florian Mayer2021-09-271-0/+8
* [Driver] Remove confusing *-linux-android detection with non-android --target=Fangrui Song2021-09-272-23/+9
* [NFC][X86] Add test showing that legal `GATHER`'s are expoanded on Znver3Roman Lebedev2021-09-271-0/+41
* [ThinLTO] Add noRecurse and noUnwind thinlink function attribute propagationmodimo2021-09-2736-73/+900
* [mlir][linalg] Finer-grained padding control.Tobias Gysi2021-09-274-30/+42
* [X86][Costmodel] Load/store i16 Stride=4 VF=32 interleaving costsRoman Lebedev2021-09-273-2/+4
* [X86][Costmodel] Load/store i16 Stride=4 VF=16 interleaving costsRoman Lebedev2021-09-273-2/+4
* [X86][Costmodel] Load/store i16 Stride=4 VF=8 interleaving costsRoman Lebedev2021-09-273-2/+4
* [X86][Costmodel] Load/store i16 Stride=4 VF=4 interleaving costsRoman Lebedev2021-09-273-2/+4
* [X86][Costmodel] Load/store i16 Stride=4 VF=2 interleaving costsRoman Lebedev2021-09-273-3/+7
* Fixing docs buildChris Bieneman2021-09-271-0/+1
* Implement #pragma clang final extensionChris Bieneman2021-09-2713-46/+273
* [InstCombine] reduce code for shl-of-sub transform; NFCSanjay Patel2021-09-271-10/+6
* [InstCombine] add tests for shl-of-sub; NFCSanjay Patel2021-09-271-1/+35
* [mlir][sparse] sampled matrix multiplication fusion testAart Bik2021-09-271-0/+168
* Revert "[clangd] Refactor IncludeStructure: use File (unsigned) for most comp...Nico Weber2021-09-275-178/+95
* Revert "[openmp] Add addrspacecast to getOrCreateIdent"Jon Chesterfield2021-09-272-37/+8
* [openmp] Add addrspacecast to getOrCreateIdentJon Chesterfield2021-09-272-8/+37
* [mlir][sparse] preserve zero-initialization for materializing buffersAart Bik2021-09-272-2/+46
* Add a missing include to appease the build botsAaron Ballman2021-09-271-0/+1
* [InstCombine] add use check to shl transformSanjay Patel2021-09-272-5/+3
* [InstCombine] add tests for opposing shifts separated by trunc; NFCSanjay Patel2021-09-271-0/+91
* Bad SLPVectorization shufflevector replacement, resulting in write to wrong m...Jameson Nash2021-09-272-8/+20
* Fix bug in readability-uppercase-literal-suffixCarlos Galvez2021-09-272-0/+31
* [flang] Catch branching into FORALL/WHERE constructspeter klausler2021-09-275-33/+44
* [AMDGPU] Change ASAN init/fini kernels linkage to external.Praveen Velliengiri2021-09-273-2/+14
* [mlir] Mode for explicitly controlling the fusion kindSumesh Udayakumaran2021-09-275-66/+100
* [PowerPC] Fix td pattern for P10 VSLDBI and VSRDBIQuinn Pham2021-09-271-2/+2