aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-07[tests] Revert unhelpful change from d73eed42d1dcllvmorg-10.0.1-rc4llvmorg-10.0.1release/10.xHubert Tong1-1/+1
2020-07-06[tests] Speculative fix for buildbot breakage from c5f7c039efe7llvmorg-10.0.1-rc3Hubert Tong2-2/+2
2020-06-26[libc++] Fix recursive instantiation in std::array.llvmorg-10.0.1-rc2Eric Fiselier1-1/+1
2020-06-26[DAGCombine] Check the uses of negated floating constant and remove the hackQingShan Zhang2-11/+116
2020-06-25[PPCAsmPrinter] support 'L' output template for memory operandsNick Desaulniers2-3/+17
2020-06-25[AArch64] Change AArch64 Windows EH UnwindHelp object to be a fixed objectDaniel Frampton6-39/+130
2020-06-25[AArch64] Fix mismatch in prologue and epilogue for funclets on WindowsDaniel Frampton2-28/+82
2020-06-25Provide anchor for compiler extensionsSerge Guelton1-0/+15
2020-06-25[RISCV] Fix incorrect FP base CFI offset for variable argument functionsShiva Chen2-6/+6
2020-06-25[RISCV-V] Provide muldi3 builtin assembly implementationkamlesh kumar3-19/+46
2020-06-25[RISCV64] Emit correct lib call for fp(float/double) to ui/siKamlesh Kumar2-2/+156
2020-06-25[RISCV] Fix passing two floating-point values in complex separately by two GP...Jim Lin3-1/+52
2020-06-25[LegalizeTypes][RISCV] Correctly sign-extend comparison for ATOMIC_CMP_XCHGAlex Bradbury2-1/+23
2020-06-25[RISCV] Fix sysroot tests without GCC on RISC-V hosts with GCCLuís Marques2-0/+2
2020-06-24fixed broken test after cherry pickScott Constable1-2/+2
2020-06-24[X86] Add an Unoptimized Load Value Injection (LVI) Load Hardening PassScott Constable5-5/+129
2020-06-24[X86] Add Support for Load Hardening to Mitigate Load Value Injection (LVI)Scott Constable2-3/+404
2020-06-24[X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...Scott Constable13-2/+1145
2020-06-24[X86] Add tests to clang Driver to ensure that SLH/Retpoline features are not...Scott Constable1-0/+7
2020-06-24[X86] Fix to X86LoadValueInjectionRetHardeningPass for possible segfaultScott Constable1-0/+3
2020-06-24Revert "[X86] Add a Pass that builds a Condensed CFG for Load Value Injection...Craig Topper13-1187/+2
2020-06-24Revert "[X86] Add Support for Load Hardening to Mitigate Load Value Injection...Craig Topper2-379/+5
2020-06-24[X86] Add Support for Load Hardening to Mitigate Load Value Injection (LVI)Scott Constable2-5/+379
2020-06-24[X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...Scott Constable13-2/+1187
2020-06-24[X86] Add RET-hardening Support to mitigate Load Value Injection (LVI)Scott Constable7-0/+219
2020-06-24[X86] Add Indirect Thunk Support to X86 to mitigate Load Value Injection (LVI)Scott Constable9-8/+379
2020-06-24[X86] Refactor X86IndirectThunks.cpp to Accommodate Mitigations other than Re...Scott Constable1-125/+157
2020-06-24[X86][NFC] Generalize the naming of "Retpoline Thunks" and related code to "I...Scott Constable16-115/+137
2020-06-24Move RDF from Hexagon to CodegenScott Constable14-27/+29
2020-06-24[Driver] Support -fsanitize=shadow-call-stack and cfi-icall on aarch64_beFangrui Song2-8/+6
2020-06-24[Driver] Support -fsanitize=shadow-call-stack on aarch64_beFangrui Song2-2/+5
2020-06-23[InstCombine] prevent infinite loop with sub/abs of constant expressionTom Stellard2-1/+19
2020-06-23[ManagedStatic] Fix build errors with clang-tblgen in Debug mode using MSVC 2...Denys Petrov1-2/+2
2020-06-23[compiler-rt] Reduce the number of threads in gcov test to avoid failureCalixte Denizet1-15/+5
2020-06-23[BasicAA] Make BasicAA a cfg pass.Alina Sbirlea5-17/+6
2020-06-23[PowerPC] Do not assume operand of ADDI is an immediateNemanja Ivanovic2-0/+56
2020-06-23[BPF] fix incorrect type in BPFISelDAGToDAG readonly load optimizationYonghong Song2-1/+51
2020-06-23Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well.Nico Weber5-7/+9
2020-06-23[clangd] Fix DocumentOutline for conceptsKadir Cetinkaya2-2/+14
2020-06-23[BPF] fix a bug for BTF pointee type pruningYonghong Song3-0/+280
2020-06-23[PowerPC] Unaligned FP default should apply to scalars onlyNemanja Ivanovic2-1/+134
2020-06-22Fixed false ThinLTO cache misses problem (PR 45819).romanova-ekaterina1-4/+24
2020-06-22[PowerPC] Treat 'Z' inline asm constraint as a true memory constraintNemanja Ivanovic2-1/+15
2020-06-22[PowerPC] Prevent legalization loop from promoting SELECT_CC from v4i32 to v4i32Nemanja Ivanovic2-0/+59
2020-06-22[PowerPC] Add missing handling for half precisionTom Stellard6-177/+104
2020-06-22[PowerPC] Add support for vmsumudmAhsan Saghir5-0/+14
2020-06-17Make Polly tests dependencies explicitserge-sans-paille1-0/+2
2020-06-17Fix spurious warning in ExtensionDependencies.inc [nfc]serge-sans-paille1-3/+3
2020-06-17Use components instead of libraries in Polly linkage stepserge-sans-paille2-39/+38
2020-06-17Do not declare compiler extension member as constserge-sans-paille1-1/+1