summaryrefslogtreecommitdiffstats
path: root/llvm/test
Commit message (Expand)AuthorAgeFilesLines
* [tests] Revert unhelpful change from d73eed42d1dcupstream/llvmorg-10.0.1-rc4upstream/llvmorg-10.0.1llvmorg-10.0.1-rc4llvmorg-10.0.1upstream/release/10.xHubert Tong2020-07-071-1/+1
* [tests] Speculative fix for buildbot breakage from c5f7c039efe7upstream/llvmorg-10.0.1-rc3llvmorg-10.0.1-rc3Hubert Tong2020-07-062-2/+2
* [DAGCombine] Check the uses of negated floating constant and remove the hackQingShan Zhang2020-06-261-0/+101
* [PPCAsmPrinter] support 'L' output template for memory operandsNick Desaulniers2020-06-251-1/+12
* [AArch64] Change AArch64 Windows EH UnwindHelp object to be a fixed objectDaniel Frampton2020-06-255-24/+92
* [AArch64] Fix mismatch in prologue and epilogue for funclets on WindowsDaniel Frampton2020-06-251-0/+62
* [RISCV] Fix incorrect FP base CFI offset for variable argument functionsShiva Chen2020-06-251-4/+4
* [RISCV64] Emit correct lib call for fp(float/double) to ui/siKamlesh Kumar2020-06-251-2/+122
* [LegalizeTypes][RISCV] Correctly sign-extend comparison for ATOMIC_CMP_XCHGAlex Bradbury2020-06-251-0/+10
* fixed broken test after cherry pickScott Constable2020-06-241-2/+2
* [X86] Add an Unoptimized Load Value Injection (LVI) Load Hardening PassScott Constable2020-06-242-4/+47
* [X86] Add Support for Load Hardening to Mitigate Load Value Injection (LVI)Scott Constable2020-06-241-0/+98
* [X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...Scott Constable2020-06-243-1/+138
* Revert "[X86] Add a Pass that builds a Condensed CFG for Load Value Injection...Craig Topper2020-06-243-136/+1
* Revert "[X86] Add Support for Load Hardening to Mitigate Load Value Injection...Craig Topper2020-06-241-102/+0
* [X86] Add Support for Load Hardening to Mitigate Load Value Injection (LVI)Scott Constable2020-06-241-0/+102
* [X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...Scott Constable2020-06-243-1/+136
* [X86] Add RET-hardening Support to mitigate Load Value Injection (LVI)Scott Constable2020-06-243-0/+74
* [X86] Add Indirect Thunk Support to X86 to mitigate Load Value Injection (LVI)Scott Constable2020-06-241-0/+281
* [X86][NFC] Generalize the naming of "Retpoline Thunks" and related code to "I...Scott Constable2020-06-242-2/+2
* [InstCombine] prevent infinite loop with sub/abs of constant expressionTom Stellard2020-06-231-0/+18
* [BasicAA] Make BasicAA a cfg pass.Alina Sbirlea2020-06-234-15/+3
* [PowerPC] Do not assume operand of ADDI is an immediateNemanja Ivanovic2020-06-231-0/+52
* [BPF] fix incorrect type in BPFISelDAGToDAG readonly load optimizationYonghong Song2020-06-231-0/+50
* [BPF] fix a bug for BTF pointee type pruningYonghong Song2020-06-232-0/+248
* [PowerPC] Unaligned FP default should apply to scalars onlyNemanja Ivanovic2020-06-231-0/+132
* [PowerPC] Prevent legalization loop from promoting SELECT_CC from v4i32 to v4i32Nemanja Ivanovic2020-06-221-0/+58
* [PowerPC] Add missing handling for half precisionTom Stellard2020-06-222-176/+54
* [PowerPC] Add support for vmsumudmAhsan Saghir2020-06-222-0/+6
* [AARch64] Add Marvell ThunderX3T110 supportWei Zhao2020-06-175-0/+5
* [X86] make sure POP has implicit def/use of stack pointer when materializing ...Yuanfang Chen2020-06-171-0/+20
* [IndVarSimplify][LoopUtils] Avoid TOCTOU/ordering issues (PR45835)Tom Stellard2020-06-161-0/+38
* [AArch64] Fix BTI instruction emission.Daniel Kiss2020-06-161-2/+10
* [AArch64] Fix BTI landing pad generation.Daniel Kiss2020-06-161-0/+31
* [X86] Fold undef elts to 0 in getTargetVShiftByConstNode.Craig Topper2020-06-161-14/+14
* [X86] Teach combineVectorShiftImm to constant fold undef elements to 0 not un...Craig Topper2020-06-161-2/+2
* [X86] Add x, t and g modifiers for inline asmCraig Topper2020-06-112-2/+55
* Don't jump to landing pads in Control Flow OptimizerArthur Eubanks2020-05-281-0/+28
* [arm] Add big-endian version of pcrel fixups for adr instructionsupstream/llvmorg-10.0.1-rc1llvmorg-10.0.1-rc1Dimitry Andric2020-05-191-0/+2
* [ARM] Only produce qadd8b under hasV6OpsDavid Green2020-05-191-0/+1
* [PowerPC] Do not attempt to reuse load for 64-bit FP_TO_UINT without FPCVTNemanja Ivanovic2020-05-191-0/+59
* [globalopt] Don't emit DWARF fragments for membersDavid Spickett2020-05-181-0/+69
* Backport 4878aa36d4a [ValueLattice] Add new state for undef constants.Florian Hahn2020-05-186-0/+889
* Enable IBT(Indirect Branch Tracking) in JIT with CET(Control-flow Enforcement...Xiang1 Zhang2020-05-181-0/+36
* CET for Exception HandlePengfei Wang2020-05-181-0/+31
* [MachineSink] Fix for breaking phi edges with instructions with multiple defsDavid Green2020-05-071-0/+56
* BPF: fix a CORE optimization bugYonghong Song2020-05-061-0/+107
* [llvm-objcopy] -O binary: skip empty sectionsFangrui Song2020-05-011-2/+57
* [Coroutines] Fix PR45130Jun Ma2020-04-291-0/+52
* [PowerPC] Don't generate ST_VSR_SCAL_INT if power8-vector is disabledKai Luo2020-04-221-2/+11