summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [clang] [mac] Disable crash-recovery-reparse testrelease_10.0.1-basedCristian Adam2020-09-011-1/+2
* [clang] Cache preamble-related dataIvan Donchevskii2020-09-012-134/+232
* [clang][test] Headers/max_align.c fix for MinGWCristian Adam2020-09-011-1/+1
* libclang: Add static build support for WindowsCristian Adam2020-09-012-9/+30
* [clang-format] Introduce the flag which allows not to shrink linesIvan Donchevskii2020-09-015-4/+40
* [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
* [libc++] Fix recursive instantiation in std::array.upstream/llvmorg-10.0.1-rc2llvmorg-10.0.1-rc2Eric Fiselier2020-06-261-1/+1
* [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
* [RISCV-V] Provide muldi3 builtin assembly implementationkamlesh kumar2020-06-253-19/+46
* [RISCV64] Emit correct lib call for fp(float/double) to ui/siKamlesh Kumar2020-06-252-2/+156
* [RISCV] Fix passing two floating-point values in complex separately by two GP...Jim Lin2020-06-253-1/+52
* [LegalizeTypes][RISCV] Correctly sign-extend comparison for ATOMIC_CMP_XCHGAlex Bradbury2020-06-252-1/+23
* [RISCV] Fix sysroot tests without GCC on RISC-V hosts with GCCLuís Marques2020-06-252-0/+2
* 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-2413-2/+1145
* [X86] Add tests to clang Driver to ensure that SLH/Retpoline features are not...Scott Constable2020-06-241-0/+7
* [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-2413-1187/+2
* 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-2413-2/+1187
* [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-249-8/+379
* [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
* [Driver] Support -fsanitize=shadow-call-stack and cfi-icall on aarch64_beFangrui Song2020-06-242-8/+6
* [Driver] Support -fsanitize=shadow-call-stack on aarch64_beFangrui Song2020-06-242-2/+5
* [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
* [compiler-rt] Reduce the number of threads in gcov test to avoid failureCalixte Denizet2020-06-231-15/+5
* [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-235-7/+9
* [clangd] Fix DocumentOutline for conceptsKadir Cetinkaya2020-06-232-2/+14
* [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] Treat 'Z' inline asm constraint as a true memory constraintNemanja Ivanovic2020-06-222-1/+15
* [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