summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* [X86] Refactor X86IndirectThunks.cpp to Accommodate Mitigations other than Re...Scott Constable2020-06-241-125/+157
* [X86][NFC] Generalize the naming of "Retpoline Thunks" and related code to "I...Scott Constable2020-06-2416-115/+137
* Move RDF from Hexagon to CodegenScott Constable2020-06-2414-27/+29
* [InstCombine] prevent infinite loop with sub/abs of constant expressionTom Stellard2020-06-232-1/+19
* [ManagedStatic] Fix build errors with clang-tblgen in Debug mode using MSVC 2...Denys Petrov2020-06-231-2/+2
* [BasicAA] Make BasicAA a cfg pass.Alina Sbirlea2020-06-235-17/+6
* [PowerPC] Do not assume operand of ADDI is an immediateNemanja Ivanovic2020-06-232-0/+56
* [BPF] fix incorrect type in BPFISelDAGToDAG readonly load optimizationYonghong Song2020-06-232-1/+51
* Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well.Nico Weber2020-06-232-1/+3
* [BPF] fix a bug for BTF pointee type pruningYonghong Song2020-06-233-0/+280
* [PowerPC] Unaligned FP default should apply to scalars onlyNemanja Ivanovic2020-06-232-1/+134
* Fixed false ThinLTO cache misses problem (PR 45819).romanova-ekaterina2020-06-221-4/+24
* [PowerPC] Prevent legalization loop from promoting SELECT_CC from v4i32 to v4i32Nemanja Ivanovic2020-06-222-0/+59
* [PowerPC] Add missing handling for half precisionTom Stellard2020-06-226-177/+104
* [PowerPC] Add support for vmsumudmAhsan Saghir2020-06-225-0/+14
* Fix spurious warning in ExtensionDependencies.inc [nfc]serge-sans-paille2020-06-171-3/+3
* Use components instead of libraries in Polly linkage stepserge-sans-paille2020-06-171-0/+6
* Do not declare compiler extension member as constserge-sans-paille2020-06-171-1/+1
* Update compiler extension integration into the build systemserge-sans-paille2020-06-1711-20/+112
* [nfc] Cleanup extension header generationserge-sans-paille2020-06-171-6/+7
* Fix compiler extension in standalone modeserge-sans-paille2020-06-173-34/+34
* Fix standalone build interaction with compiler extensionserge-sans-paille2020-06-171-20/+39
* Fix integration of pass plugins with llvm dylibserge-sans-paille2020-06-171-2/+1
* [AARch64] Add Marvell ThunderX3T110 supportWei Zhao2020-06-1721-16/+2073
* [X86] make sure POP has implicit def/use of stack pointer when materializing ...Yuanfang Chen2020-06-172-0/+22
* [IndVarSimplify][LoopUtils] Avoid TOCTOU/ordering issues (PR45835)Tom Stellard2020-06-162-34/+98
* [AArch64] Fix BTI instruction emission.Daniel Kiss2020-06-162-5/+15
* [AArch64] Fix BTI landing pad generation.Daniel Kiss2020-06-162-0/+35
* [X86] Fold undef elts to 0 in getTargetVShiftByConstNode.Craig Topper2020-06-162-17/+20
* [X86] Teach combineVectorShiftImm to constant fold undef elements to 0 not un...Craig Topper2020-06-162-4/+12
* lit googletest.py: Don't raise StopIteration in generatorHans Wennborg2020-06-161-1/+1
* ValueMapper does not preserve inline assembly dialect when remapping the typeCraig Topper2020-06-111-1/+2
* [X86] Add x, t and g modifiers for inline asmCraig Topper2020-06-113-3/+100
* Don't jump to landing pads in Control Flow OptimizerArthur Eubanks2020-05-282-8/+38
* [arm] Add big-endian version of pcrel fixups for adr instructionsupstream/llvmorg-10.0.1-rc1llvmorg-10.0.1-rc1Dimitry Andric2020-05-192-12/+10
* [ARM] Only produce qadd8b under hasV6OpsDavid Green2020-05-192-1/+2
* [PowerPC] Do not attempt to reuse load for 64-bit FP_TO_UINT without FPCVTNemanja Ivanovic2020-05-192-2/+62
* [WebAssembly] Add section names for some DWARF5 sectionsDerek Schuff2020-05-191-1/+11
* [globalopt] Don't emit DWARF fragments for membersDavid Spickett2020-05-182-6/+79
* Backport 4878aa36d4a [ValueLattice] Add new state for undef constants.Florian Hahn2020-05-1810-68/+1018
* Enable IBT(Indirect Branch Tracking) in JIT with CET(Control-flow Enforcement...Xiang1 Zhang2020-05-184-8/+59
* CET for Exception HandlePengfei Wang2020-05-182-3/+41
* [profile] Don't crash when forking in several threadsCalixte Denizet2020-05-071-35/+105
* [MachineSink] Fix for breaking phi edges with instructions with multiple defsDavid Green2020-05-072-17/+69
* BPF: fix a CORE optimization bugYonghong Song2020-05-062-1/+119
* [llvm-objcopy] Avoid invalid Sec.Offset after D79229Fangrui Song2020-05-031-4/+4
* [llvm-objcopy] -O binary: skip empty sectionsFangrui Song2020-05-012-8/+64
* [Coroutines] Fix PR45130Jun Ma2020-04-292-1/+56
* Revert "Re-land [MC] Fix quadratic behavior in addPendingLabel"Tom Stellard2020-04-292-4/+7
* Re-land [MC] Fix quadratic behavior in addPendingLabelAlexandre Ganea2020-04-272-7/+4