summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Host.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [X86] Add 'sahf' to getHostCPUFeatures so -march=native will pick it up corre...Craig Topper2018-02-171-0/+1
* [X86] Add intrinsic support for the RDPID instructionCraig Topper2018-01-181-1/+3
* [X86] Minor formatting fix to getHostCPUFeatures. NFCCraig Topper2017-12-181-2/+1
* [AArch64] Add Exynos to host detectionEvandro Menezes2017-12-081-0/+31
* Control-Flow Enforcement Technology - Shadow Stack support (LLVM side)Oren Ben Simhon2017-11-261-0/+3
* [x86][icelake]GFNICoby Tayree2017-11-261-0/+1
* [X86] Move the information about the feature bits used by compiler-rt and sha...Craig Topper2017-11-211-102/+59
* [X86] Sort bits in getHostCPUFeatures again.Craig Topper2017-11-211-11/+5
* [x86][icelake]BITALGCoby Tayree2017-11-211-0/+3
* [x86][icelake]VNNICoby Tayree2017-11-211-0/+3
* [x86][icelake]vbmi2Coby Tayree2017-11-211-0/+1
* [x86][icelake]vpclmulqdq introductionCoby Tayree2017-11-211-0/+3
* [x86][icelake]VAES introductionCoby Tayree2017-11-211-0/+1
* [X86] clzero check in getHostCPUFeatures should use getX86CpuIDAndInfo not ge...Craig Topper2017-11-191-1/+1
* [X86] Reorder and reformat the feature bit checks in getHostCPUFeatues to kee...Craig Topper2017-11-191-54/+50
* [X86] Add some explanatory comments to the ProcessorFeatures enum in Host.cpp.Craig Topper2017-11-151-1/+4
* [X86] Add getHostCPUName support for the Gemini Lake model number which also ...Craig Topper2017-11-151-2/+3
* [X86] Add getHostCPUName support for cannonlake.Craig Topper2017-11-151-7/+21
* [X86] Add a def file to CPU vendor, type, and subtype encodings used by Host.cppCraig Topper2017-11-101-271/+101
* [X86] Promote athlon, athlon-xp, k8, and k8-sse3 to types instead of subtypes...Craig Topper2017-11-031-24/+16
* [X86] Initialize Type and Subtype in getHostCPUName to 0.Craig Topper2017-11-031-2/+2
OpenPOWER on IntegriCloud