summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets/X86.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema][X86] Consider target attribute into the checks in validateOutputSize a...Craig Topper2019-12-231-8/+11
* Revert "[Sema][X86] Consider target attribute into the checks in validateOutp...Reid Kleckner2019-12-061-11/+8
* [Sema][X86] Consider target attribute into the checks in validateOutputSize a...Craig Topper2019-12-061-8/+11
* [X86] Add 'fxsr' feature to -march=pentium2 to match X86.td and gcc.Craig Topper2019-11-061-1/+2
* [X86] Add 'mmx' to all CPUs that have a version of 'sse' and weren't already ...Craig Topper2019-11-061-7/+11
* [X86] Remove what little support we had for MPXCraig Topper2019-08-291-8/+0
* [X86] Support -march=tigerlakePengfei Wang2019-08-121-0/+10
* Test commit. NFC.Sjoerd Meijer2019-07-241-1/+1
* Support __seg_fs and __seg_gs on x86JF Bastien2019-07-141-0/+5
* [X86] Attempt to make the Intel core CPU inheritance a little more readable a...Craig Topper2019-06-101-24/+27
* [X86] -march=cooperlake (clang)Pengfei Wang2019-06-071-3/+11
* [X86] Add ENQCMD instructionsPengfei Wang2019-06-061-0/+6
* [X86] Add VP2INTERSECT instructionsPengfei Wang2019-05-311-1/+7
* [X86] Split multi-line chained assignments into single lines to avoid making ...Craig Topper2019-05-231-26/+24
* [X86] Stop implicitly enabling avx512vl when avx512bf16 is enabled.Craig Topper2019-05-161-3/+1
* Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper ...Luo, Yuanke2019-05-061-0/+13
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-311-6/+3
* [X86] Correct the value of MaxAtomicInlineWidth for pre-586 cpusCraig Topper2019-03-211-2/+10
* [X86] Use the CPUKind enum from PROC_ALIAS to directly get the CPUKind in fil...Craig Topper2019-03-211-3/+2
* [X86] Remove getCPUKindCanonicalName which is unused.Craig Topper2019-03-201-12/+0
* [X86] Separate PentiumPro and i686. They aren't aliases in the backend.Craig Topper2019-03-201-0/+2
* [X86] Only define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 in 64-bit mode.Craig Topper2019-03-141-1/+1
* [X86] Remove 'cx16' from 'prescott' and 'yonah' as they are 32-bit only CPUs ...Craig Topper2019-03-131-2/+3
* [X86] AMD znver2 enablementGanesh Gopalasubramanian2019-02-261-0/+8
* [X86] Add clang support for X86 flag output parameters.Nirav Dave2019-02-141-0/+52
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "Clang side support for @cc assembly operands."Nirav Dave2019-01-181-52/+0
* Clang side support for @cc assembly operands.Nirav Dave2019-01-181-0/+52
* [X86] Add -march=cascadelake support in clang.Craig Topper2018-11-271-2/+10
* Add LLVM_FALLTHROUGH annotation after switchReid Kleckner2018-11-011-0/+1
* [X86] Remove 'rtm' feature from KNL.Craig Topper2018-10-231-1/+0
* [X86] Remove FeatureRTM from Skylake processor listCraig Topper2018-10-101-1/+0
* Introduce code_model macrosAli Tamur2018-10-081-0/+5
* [X86] Add the movbe instruction intrinsics from icc.Craig Topper2018-09-281-0/+3
* Move AESNI generation to Skylake and GoldmontErich Keane2018-09-101-2/+2
* [x86/retpoline] Split the LLVM concept of retpolines into separateChandler Carruth2018-08-231-3/+0
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-201-0/+32
* [x86] invpcid intrinsicGabor Buella2018-05-251-0/+7
* This patch aims to match the changes introducedAlexander Ivchenko2018-05-181-25/+0
* [X86] ptwrite intrinsicGabor Buella2018-05-101-0/+7
* [x86] Introduce the pconfig intrinsicGabor Buella2018-05-081-0/+7
* [X86] directstore and movdir64b intrinsicsGabor Buella2018-05-011-0/+14
* [X86] WaitPKG intrinsicsGabor Buella2018-04-201-0/+7
* [X86] Introduce archs: goldmont-plus & tremontGabor Buella2018-04-161-0/+14
* [X86] Introduce cldemote intrinsicGabor Buella2018-04-131-0/+6
* [x86] wbnoinvd intrinsicGabor Buella2018-04-111-0/+8
* [X86] Split up -march=icelake to -client & -serverGabor Buella2018-04-101-2/+4
* [X86] Disable SGX for Skylake ServerGabor Buella2018-04-101-1/+2
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
OpenPOWER on IntegriCloud