| Commit message (Expand) | Author | Age | Files | Lines |
| * | [PowerPC] Add new Future CPU for PowerPC in LLVM | Stefan Pintilie | 2019-11-27 | 1 | -0/+3 |
| * | [Support] Don't check XCR0 when detecting avx512 on Darwin. | Florian Hahn | 2019-11-21 | 1 | -0/+15 |
| * | [X86] Add AMD Matisse (znver2) model number to getHostCPUName and compiler-rt... | Craig Topper | 2019-11-18 | 1 | -2/+2 |
| * | Implement `sys::getHostCPUName()` for Darwin ARM | Chris Bieneman | 2019-11-05 | 1 | -1/+28 |
| * | [clang][llvm] Obsolete Exynos M1 and M2 | Evandro Menezes | 2019-10-30 | 1 | -7/+5 |
| * | [Support, ARM64] Define getHostCPUFeatures for Windows on ARM64 platform | Martin Storsjo | 2019-10-02 | 1 | -0/+11 |
| * | [SystemZ] Support z15 processor name | Ulrich Weigand | 2019-09-20 | 1 | -1/+1 |
| * | [X86] Add support for avx512bf16 for __builtin_cpu_supports and compiler-rt's... | Craig Topper | 2019-09-04 | 1 | -2/+7 |
| * | [X86] Remove what little support we had for MPX | Craig Topper | 2019-08-29 | 1 | -1/+0 |
| * | [X86] Support -march=tigerlake | Pengfei Wang | 2019-08-12 | 1 | -0/+9 |
| * | BMI2 support is indicated in bit eight of EBX, not nine. | Eric Christopher | 2019-08-05 | 1 | -1/+1 |
| * | [SystemZ] Add support for new cpu architecture - arch13 | Ulrich Weigand | 2019-07-12 | 1 | -0/+2 |
| * | [AArch64] Add more CPUs to host detection | Yi Kong | 2019-06-11 | 1 | -0/+6 |
| * | [X86] -march=cooperlake (llvm) | Pengfei Wang | 2019-06-07 | 1 | -1/+9 |
| * | [X86] Resync Host.cpp with compiler-rt's cpu_model.c to enable 0x55 to be ide... | Craig Topper | 2019-05-31 | 1 | -5/+10 |
| * | [X86] Add ENQCMD instructions | Pengfei Wang | 2019-05-30 | 1 | -0/+1 |
| * | [X86] Add more icelake model numbers to getHostCPUName. | Craig Topper | 2019-05-22 | 1 | -0/+8 |
| * | [X86] Add icelake-client and tremont model numbers to getHostCPUName. | Craig Topper | 2019-05-20 | 1 | -0/+9 |
| * | Enable AVX512_BF16 instructions, which are supported for BFLOAT16 in Cooper Lake | Luo, Yuanke | 2019-05-06 | 1 | -0/+3 |
| * | [X86] Add CMPXCHG8B feature flag. Set it for all CPUs except i386/i486 includ... | Craig Topper | 2019-03-20 | 1 | -0/+1 |
| * | [X86] AMD znver2 enablement | Ganesh Gopalasubramanian | 2019-02-26 | 1 | -1/+8 |
| * | [X86] Add 'mpx' to getHostCPUFeatures. | Craig Topper | 2019-02-13 | 1 | -0/+1 |
| * | [X86] Add 'fxsr' to the getHostCPUFeatures detection code. | Craig Topper | 2019-02-13 | 1 | -0/+1 |
| * | [BPF] add code-gen support for JMP32 instructions | Jiong Wang | 2019-02-07 | 1 | -3/+28 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [X86] Add cascade lake arch in X86 target. | Craig Topper | 2018-11-27 | 1 | -0/+6 |
| * | [X86] Synchronize a macro in getAvailableFeatures in Host.cpp with the same m... | Craig Topper | 2018-11-24 | 1 | -3/+3 |
| * | [X86] Guess that a CPU is Icelake it if reports support for AVX512VBMI2. | Craig Topper | 2018-11-15 | 1 | -0/+6 |
| * | [AArch64] Support HiSilicon's TSV110 processor | Bryan Chan | 2018-11-09 | 1 | -0/+11 |
| * | Replace setFeature macro with lambda to fix MSVC "shift count negative or too... | Simon Pilgrim | 2018-10-20 | 1 | -10/+10 |
| * | [X86] Add additional CPUs and features to Host.cpp and X86TargetParser.def to... | Craig Topper | 2018-10-20 | 1 | -50/+73 |
| * | [AArch64] -mcpu=native CPU detection for Cavium processors | Joel Jones | 2018-10-05 | 1 | -0/+15 |
| * | [X86] Infer 64bit feature support from the CPUID results in getHostCPUFeatures. | Craig Topper | 2018-09-24 | 1 | -0/+2 |
| * | Do not leak the Mach host port in sys::getHostCPUName() | Kristina Brooks | 2018-09-04 | 1 | -1/+3 |
| * | [x86] invpcid LLVM intrinsic | Gabor Buella | 2018-05-25 | 1 | -0/+1 |
| * | [X86][CET] Changing -fcf-protection behavior to comply with gcc (LLVM part) | Alexander Ivchenko | 2018-05-18 | 1 | -2/+0 |
| * | [X86] ptwrite intrinsic | Gabor Buella | 2018-05-10 | 1 | -0/+5 |
| * | [x86] Introduce the pconfig instruction | Gabor Buella | 2018-05-08 | 1 | -0/+12 |
| * | [X86][AMD][Bulldozer] Fix Bulldozer Model 2 detection. | Roman Lebedev | 2018-05-01 | 1 | -2/+2 |
| * | [X86] movdiri and movdir64b instructions | Gabor Buella | 2018-05-01 | 1 | -0/+2 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -1/+1 |
| * | s/LLVM_ON_WIN32/_WIN32/, llvm | Nico Weber | 2018-04-29 | 1 | -1/+1 |
| * | [X86] Revert r330638 - accidental commit | Gabor Buella | 2018-04-23 | 1 | -4/+0 |
| * | [X86] movdiri and movdir64b instructions | Gabor Buella | 2018-04-23 | 1 | -0/+4 |
| * | [X86] WaitPKG instructions | Gabor Buella | 2018-04-20 | 1 | -0/+1 |
| * | [X86] Introduce archs: goldmont-plus & tremont | Gabor Buella | 2018-04-16 | 1 | -1/+3 |
| * | [X86] Introduce cldemote instruction | Gabor Buella | 2018-04-13 | 1 | -0/+1 |
| * | [X86] Describe wbnoinvd instruction | Gabor Buella | 2018-04-11 | 1 | -1/+4 |
| * | [Support] Stop passing StringRefs by const reference in some of the getHostCP... | Craig Topper | 2018-03-07 | 1 | -9/+6 |
| * | [X86] Fix a typo in Host.cpp that causes us to misidentify KNL, Silvermont, G... | Craig Topper | 2018-03-06 | 1 | -1/+1 |