summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [doc][GlobalISel]Improving generic opcodes for memory operationsarcpatch-D108319pooja22992021-10-201-2/+18
* [docs][GlobalISel]Adding info for G_JUMP_TABLE generic opcodepooja22992021-08-171-2/+12
* [AArch64][GlobalISel] Mark v16s8 <- v8s8, v8s8 G_CONCAT_VECTOR as legalJessica Paquette2021-08-053-2/+74
* Add llvm-stress binary to Bazel build configuration.Daniele Vettorel2021-08-051-0/+14
* [SLP] Add additional memory version tests.Florian Hahn2021-08-051-0/+100
* Fix signal during the call to checkOpenMPLoop.Jennifer Yu2021-08-052-3/+14
* [Transforms] Drop unnecessary const from return types (NFC)Kazu Hirata2021-08-053-5/+5
* [SLP]Do not emit extra shuffle for insertelements vectorization.Alexey Bataev2021-08-0511-51/+35
* [DAGCombiner][RISCV][AMDGPU] Call SimplifyDemandedBits at the end of visitMUL...Craig Topper2021-08-055-142/+115
* Fix build issues caused by 95800da914938129083df2fa0165c1901909c273David Sherwood2021-08-051-0/+2
* [LV] Consider ExtractValue as uniform.Sander de Smalen2021-08-053-28/+80
* [PowerPC][AIX] attribute aligned cannot decrease align of a vector var.Sean Fertile2021-08-054-3/+63
* [NFC][LoopIdiom] rename boolean variable NegStride to IsNegStrideeopXD2021-08-051-13/+13
* [AMDGPU][SDag] Better lowering for 32-bit ctlz/cttzJay Foad2021-08-056-369/+273
* [AMDGPU][SDag] Better lowering for 64-bit ctlz/cttzJay Foad2021-08-059-1515/+1243
* tsan: pass thr/pc to MemoryResetRangeDmitry Vyukov2021-08-051-1/+1
* tsan: qualify autosDmitry Vyukov2021-08-052-4/+4
* tsan: don't include tsan_interceptors.h for GoDmitry Vyukov2021-08-051-1/+4
* [SimpifyCFG] Speculate a store preceded by a local non-escaping loadMomchil Velikov2021-08-052-0/+157
* tsan: handle bugs in symbolizer more gracefullyDmitry Vyukov2021-08-051-0/+9
* tsan: modernize MaybeReportThreadLeakDmitry Vyukov2021-08-051-6/+5
* [clang] [clang-repl] Fix linking against LLVMLineEditorMichał Górny2021-08-051-1/+1
* [DAG] DAGCombiner::visitVECTOR_SHUFFLE - recognise INSERT_SUBVECTOR patternsSimon Pilgrim2021-08-059-36/+147
* [VectorCombine] Limit scalarization known non-poison indices.Florian Hahn2021-08-052-4/+9
* [BuildLibCalls][NFC] Remove redundant attribute list from emitCallocDawid Jurczak2021-08-053-10/+9
* [LoopVectorize] Add support for replication of more intrinsics with scalable ...David Sherwood2021-08-055-4/+363
* Revert "[SystemZ][z/OS] Update target specific __attribute__((aligned)) value...Fanbo Meng2021-08-051-1/+1
* [SimplifyLibCalls][NFC] Clean up LibCallSimplifier from 'memset + malloc into...Dawid Jurczak2021-08-053-56/+8
* Delay initialization of OptBisectKrzysztof Parzyszek2021-08-052-18/+26
* [NFC] Clean up tests in test/Transforms/LoopVectorize/assume.llDavid Sherwood2021-08-051-209/+18
* [PowerPC][AIX] Limit attribute aligned to 4096.Sean Fertile2021-08-052-0/+7
* [DA] control compile-time spent by MIV testsBardia Mahjour2021-08-052-0/+104
* [LV] Remove a change that was added in D106164.Sander de Smalen2021-08-052-53/+97
* [NFC] Remove redundant test in Transforms/LoopVectorize/lifetime.llDavid Sherwood2021-08-051-28/+0
* Add a DIExpression const-folder to prevent silly expressions.Paul Robinson2021-08-059-12/+230
* [VectorCombine] Add additional tests with freeze combinations.Florian Hahn2021-08-051-0/+107
* GlobalISel: Fix matchEqualDefs for instructions with multiple defsPetar Avramovic2021-08-052-5/+63
* [flang][driver] Delete `f18` (i.e. the old Flang driver)Andrzej Warzynski2021-08-0517-991/+78
* [AMDGPU] Add globalisel checks for ctlz_zero_undef/cttz_zero_undefJay Foad2021-08-052-0/+596
* [X86] Rename Subtarget Tuning Feature Flag Prefix. NFC.Simon Pilgrim2021-08-054-259/+261
* [GlobalISel] Combine shr(shl x, c1), c2 to G_SBFX/G_UBFXDominik Montada2021-08-056-7/+242
* tsan: introduce RawShadow typeDmitry Vyukov2021-08-0510-58/+62
* tsan: make IsMetaMem accept u32*Dmitry Vyukov2021-08-053-7/+6
* Correct a lot of diagnostic wordings for the driverAaron Ballman2021-08-0530-125/+148
* [flang][driver] Refactor boolean optionsAndrzej Warzynski2021-08-054-60/+81
* [OpenCL] Reduce duplicate defs by using multiclasses; NFCSven van Haastregt2021-08-051-135/+57
* Revert "D106035: Remove conditional compilation for WCHAR support in libedit"Neal Sidhwaney2021-08-053-99/+224
* [AMDGPU] Generate checks for ctlz_zero_undef/cttz_zero_undefJay Foad2021-08-052-231/+2165
* Mark tests as requiring AMDGPU targetOliver Stannard2021-08-052-0/+4
* [SelectionDAG] Correctly determine the VECREDUCE_SEQ_FMUL actionFraser Cormack2021-08-051-0/+1