summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/Arch/X86.cpp
Commit message (Expand)AuthorAgeFilesLines
* [X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...Scott Constable2020-06-241-1/+7
* Revert "[X86] Add a Pass that builds a Condensed CFG for Load Value Injection...Craig Topper2020-06-241-7/+1
* [X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...Scott Constable2020-06-241-1/+7
* [X86] Add Indirect Thunk Support to X86 to mitigate Load Value Injection (LVI)Scott Constable2020-06-241-0/+17
* [NFC] Use isX86() instead of getArch()Jim Lin2020-01-071-2/+1
* Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner2019-10-191-0/+1
* Fix a typo in target featuresGeorge Burgess IV2019-07-161-1/+1
* android: enable double-word CAS on x64Saleem Abdulrasool2019-06-251-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Driver] Don't override '-march' when using '-arch x86_64h'Francis Visoiu Mistrih2018-12-171-5/+1
* [x86/SLH] Add a real Clang flag and LLVM IR attribute for SpeculativeChandler Carruth2018-09-041-5/+13
* [x86/retpoline] Split the LLVM concept of retpolines into separateChandler Carruth2018-08-231-0/+20
* [clang-cl] Add support for /arch:AVX512F and /arch:AVX512Nico Weber2018-01-251-5/+6
* clang-cl: Simplify handling of /arch: flag.Nico Weber2018-01-251-27/+5
* Remove Bitrig: Clang ChangesErich Keane2017-07-211-2/+0
* [X86] Remove some code that tries to disable HLE feature. This feature flag w...Craig Topper2017-04-041-1/+0
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-0/+174
OpenPOWER on IntegriCloud