aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Host.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-04-23[X86] Revert r330638 - accidental commitGabor Buella1-4/+0
2018-04-23[X86] movdiri and movdir64b instructionsGabor Buella1-0/+4
2018-04-20[X86] WaitPKG instructionsGabor Buella1-0/+1
2018-04-16[X86] Introduce archs: goldmont-plus & tremontGabor Buella1-1/+3
2018-04-13[X86] Introduce cldemote instructionGabor Buella1-0/+1
2018-04-11[X86] Describe wbnoinvd instructionGabor Buella1-1/+4
2018-03-07[Support] Stop passing StringRefs by const reference in some of the getHostCP...Craig Topper1-9/+6
2018-03-06[X86] Fix a typo in Host.cpp that causes us to misidentify KNL, Silvermont, G...Craig Topper1-1/+1
2018-02-17[X86] Add 'sahf' to getHostCPUFeatures so -march=native will pick it up corre...Craig Topper1-0/+1
2018-01-18[X86] Add intrinsic support for the RDPID instructionCraig Topper1-1/+3
2017-12-18[X86] Minor formatting fix to getHostCPUFeatures. NFCCraig Topper1-2/+1
2017-12-08[AArch64] Add Exynos to host detectionEvandro Menezes1-0/+31
2017-11-26Control-Flow Enforcement Technology - Shadow Stack support (LLVM side)Oren Ben Simhon1-0/+3
2017-11-26[x86][icelake]GFNICoby Tayree1-0/+1
2017-11-21[X86] Move the information about the feature bits used by compiler-rt and sha...Craig Topper1-102/+59
2017-11-21[X86] Sort bits in getHostCPUFeatures again.Craig Topper1-11/+5
2017-11-21[x86][icelake]BITALGCoby Tayree1-0/+3
2017-11-21[x86][icelake]VNNICoby Tayree1-0/+3
2017-11-21[x86][icelake]vbmi2Coby Tayree1-0/+1
2017-11-21[x86][icelake]vpclmulqdq introductionCoby Tayree1-0/+3
2017-11-21[x86][icelake]VAES introductionCoby Tayree1-0/+1
2017-11-19[X86] clzero check in getHostCPUFeatures should use getX86CpuIDAndInfo not ge...Craig Topper1-1/+1
2017-11-19[X86] Reorder and reformat the feature bit checks in getHostCPUFeatues to kee...Craig Topper1-54/+50
2017-11-15[X86] Add some explanatory comments to the ProcessorFeatures enum in Host.cpp.Craig Topper1-1/+4
2017-11-15[X86] Add getHostCPUName support for the Gemini Lake model number which also ...Craig Topper1-2/+3
2017-11-15[X86] Add getHostCPUName support for cannonlake.Craig Topper1-7/+21
2017-11-10[X86] Add a def file to CPU vendor, type, and subtype encodings used by Host.cppCraig Topper1-271/+101
2017-11-03[X86] Promote athlon, athlon-xp, k8, and k8-sse3 to types instead of subtypes...Craig Topper1-24/+16
2017-11-03[X86] Initialize Type and Subtype in getHostCPUName to 0.Craig Topper1-2/+2
2017-11-02[X86] Simplify the pentium4 code in getHostCPUName to be based on feature fla...Craig Topper1-34/+6
2017-11-02[X86] Change getHostCPUName fallback code to not select 'x86-64' for unknown ...Craig Topper1-2/+7
2017-11-02[X86] Remove the model checks from the 486 detection code in Host.cppCraig Topper1-14/+1
2017-11-02[X86] Simplify the detection of pentium-mmx in Host.cpp.Craig Topper1-21/+6
2017-10-13[X86] Add initial skeleton support for knm cpuCraig Topper1-0/+6
2017-09-25[AArch64] Add basic support for Qualcomm's Saphira CPU.Chad Rosier1-0/+1
2017-09-22 [Falkor] Add falkor CPU to host detectionBalaram Makam1-0/+1
2017-09-13[ARM] Add more CPUs to host detectionEli Friedman1-0/+3
2017-08-23bpf: close the file descriptor after probe inside getHostCPUNameForBPFYonghong Song1-1/+5
2017-08-23bpf: add variants of -mcpu=# and support for additional jmp insnsYonghong Song1-1/+38
2017-07-27[X86] Improve the unknown stepping support for Intel CPUs in getHostCPUNameCraig Topper1-2/+22
2017-07-17[SystemZ] Add support for IBM z14 processor (1/3)Ulrich Weigand1-0/+2
2017-07-17[X86] Use MSVC's __cpuidex intrinsic instead of inline assembly in getHostCPU...Craig Topper1-29/+10
2017-07-13[X86] Simplify the getHostCPUName for AMD family 6 and 15.Craig Topper1-38/+11
2017-07-12[X86] Synchronize the ProcessorFeatures enum used by getHostCPUName with the ...Craig Topper1-41/+123
2017-07-12[X86] Sync ProcessorTypes and ProcessorSubtypes enums used by getHostCPUName ...Craig Topper1-50/+35
2017-07-12[X86] Cleanup the switches in getHostCPUName to remove impossible combinations.Craig Topper1-26/+9
2017-07-12[X86] Remove 'barcelona' string from getHostCPUName. Use 'amdfam10' instead. ...Craig Topper1-2/+0
2017-07-10[X86] Fix typo in comment. NFCCraig Topper1-1/+1
2017-07-10[X86] Remove asserts from getX86CpuIDAndInfo/getX86CpuIDAndInfoEx. Restore pa...Craig Topper1-7/+10
2017-07-09[X86] Remove check for AVX512 support from skylake-avx512 detection in getHos...Craig Topper1-6/+1