summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Host.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Add new Future CPU for PowerPC in LLVMStefan Pintilie2019-11-271-0/+3
* [Support] Don't check XCR0 when detecting avx512 on Darwin.Florian Hahn2019-11-211-0/+15
* [X86] Add AMD Matisse (znver2) model number to getHostCPUName and compiler-rt...Craig Topper2019-11-181-2/+2
* Implement `sys::getHostCPUName()` for Darwin ARMChris Bieneman2019-11-051-1/+28
* [clang][llvm] Obsolete Exynos M1 and M2Evandro Menezes2019-10-301-7/+5
* [Support, ARM64] Define getHostCPUFeatures for Windows on ARM64 platformMartin Storsjo2019-10-021-0/+11
* [SystemZ] Support z15 processor nameUlrich Weigand2019-09-201-1/+1
* [X86] Add support for avx512bf16 for __builtin_cpu_supports and compiler-rt's...Craig Topper2019-09-041-2/+7
* [X86] Remove what little support we had for MPXCraig Topper2019-08-291-1/+0
* [X86] Support -march=tigerlakePengfei Wang2019-08-121-0/+9
* BMI2 support is indicated in bit eight of EBX, not nine.Eric Christopher2019-08-051-1/+1
* [SystemZ] Add support for new cpu architecture - arch13Ulrich Weigand2019-07-121-0/+2
* [AArch64] Add more CPUs to host detectionYi Kong2019-06-111-0/+6
* [X86] -march=cooperlake (llvm)Pengfei Wang2019-06-071-1/+9
* [X86] Resync Host.cpp with compiler-rt's cpu_model.c to enable 0x55 to be ide...Craig Topper2019-05-311-5/+10
* [X86] Add ENQCMD instructionsPengfei Wang2019-05-301-0/+1
* [X86] Add more icelake model numbers to getHostCPUName.Craig Topper2019-05-221-0/+8
* [X86] Add icelake-client and tremont model numbers to getHostCPUName.Craig Topper2019-05-201-0/+9
* Enable AVX512_BF16 instructions, which are supported for BFLOAT16 in Cooper LakeLuo, Yuanke2019-05-061-0/+3
* [X86] Add CMPXCHG8B feature flag. Set it for all CPUs except i386/i486 includ...Craig Topper2019-03-201-0/+1
* [X86] AMD znver2 enablementGanesh Gopalasubramanian2019-02-261-1/+8
* [X86] Add 'mpx' to getHostCPUFeatures.Craig Topper2019-02-131-0/+1
* [X86] Add 'fxsr' to the getHostCPUFeatures detection code.Craig Topper2019-02-131-0/+1
* [BPF] add code-gen support for JMP32 instructionsJiong Wang2019-02-071-3/+28
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [X86] Add cascade lake arch in X86 target.Craig Topper2018-11-271-0/+6
* [X86] Synchronize a macro in getAvailableFeatures in Host.cpp with the same m...Craig Topper2018-11-241-3/+3
* [X86] Guess that a CPU is Icelake it if reports support for AVX512VBMI2.Craig Topper2018-11-151-0/+6
* [AArch64] Support HiSilicon's TSV110 processorBryan Chan2018-11-091-0/+11
* Replace setFeature macro with lambda to fix MSVC "shift count negative or too...Simon Pilgrim2018-10-201-10/+10
* [X86] Add additional CPUs and features to Host.cpp and X86TargetParser.def to...Craig Topper2018-10-201-50/+73
* [AArch64] -mcpu=native CPU detection for Cavium processorsJoel Jones2018-10-051-0/+15
* [X86] Infer 64bit feature support from the CPUID results in getHostCPUFeatures.Craig Topper2018-09-241-0/+2
* Do not leak the Mach host port in sys::getHostCPUName()Kristina Brooks2018-09-041-1/+3
* [x86] invpcid LLVM intrinsicGabor Buella2018-05-251-0/+1
* [X86][CET] Changing -fcf-protection behavior to comply with gcc (LLVM part)Alexander Ivchenko2018-05-181-2/+0
* [X86] ptwrite intrinsicGabor Buella2018-05-101-0/+5
* [x86] Introduce the pconfig instructionGabor Buella2018-05-081-0/+12
* [X86][AMD][Bulldozer] Fix Bulldozer Model 2 detection.Roman Lebedev2018-05-011-2/+2
* [X86] movdiri and movdir64b instructionsGabor Buella2018-05-011-0/+2
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-1/+1
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-1/+1
* [X86] Revert r330638 - accidental commitGabor Buella2018-04-231-4/+0
* [X86] movdiri and movdir64b instructionsGabor Buella2018-04-231-0/+4
* [X86] WaitPKG instructionsGabor Buella2018-04-201-0/+1
* [X86] Introduce archs: goldmont-plus & tremontGabor Buella2018-04-161-1/+3
* [X86] Introduce cldemote instructionGabor Buella2018-04-131-0/+1
* [X86] Describe wbnoinvd instructionGabor Buella2018-04-111-1/+4
* [Support] Stop passing StringRefs by const reference in some of the getHostCP...Craig Topper2018-03-071-9/+6
* [X86] Fix a typo in Host.cpp that causes us to misidentify KNL, Silvermont, G...Craig Topper2018-03-061-1/+1
OpenPOWER on IntegriCloud