summaryrefslogtreecommitdiffstats
path: root/llvm
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-262-11/+116
* [PPCAsmPrinter] support 'L' output template for memory operandsNick Desaulniers2020-06-252-3/+17
* [AArch64] Change AArch64 Windows EH UnwindHelp object to be a fixed objectDaniel Frampton2020-06-256-39/+130
* [AArch64] Fix mismatch in prologue and epilogue for funclets on WindowsDaniel Frampton2020-06-252-28/+82
* Provide anchor for compiler extensionsSerge Guelton2020-06-251-0/+15
* [RISCV] Fix incorrect FP base CFI offset for variable argument functionsShiva Chen2020-06-252-6/+6
* [RISCV64] Emit correct lib call for fp(float/double) to ui/siKamlesh Kumar2020-06-252-2/+156
* [LegalizeTypes][RISCV] Correctly sign-extend comparison for ATOMIC_CMP_XCHGAlex Bradbury2020-06-252-1/+23
* fixed broken test after cherry pickScott Constable2020-06-241-2/+2
* [X86] Add an Unoptimized Load Value Injection (LVI) Load Hardening PassScott Constable2020-06-245-5/+129
* [X86] Add Support for Load Hardening to Mitigate Load Value Injection (LVI)Scott Constable2020-06-242-3/+404
* [X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...Scott Constable2020-06-2410-1/+1122
* [X86] Fix to X86LoadValueInjectionRetHardeningPass for possible segfaultScott Constable2020-06-241-0/+3
* Revert "[X86] Add a Pass that builds a Condensed CFG for Load Value Injection...Craig Topper2020-06-2410-1171/+1
* Revert "[X86] Add Support for Load Hardening to Mitigate Load Value Injection...Craig Topper2020-06-242-379/+5
* [X86] Add Support for Load Hardening to Mitigate Load Value Injection (LVI)Scott Constable2020-06-242-5/+379
* [X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...Scott Constable2020-06-2410-1/+1171
* [X86] Add RET-hardening Support to mitigate Load Value Injection (LVI)Scott Constable2020-06-247-0/+219
* [X86] Add Indirect Thunk Support to X86 to mitigate Load Value Injection (LVI)Scott Constable2020-06-245-8/+349
* [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