index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
Host.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
[X86] Add 'sahf' to getHostCPUFeatures so -march=native will pick it up corre...
Craig Topper
2018-02-17
1
-0
/
+1
*
[X86] Add intrinsic support for the RDPID instruction
Craig Topper
2018-01-18
1
-1
/
+3
*
[X86] Minor formatting fix to getHostCPUFeatures. NFC
Craig Topper
2017-12-18
1
-2
/
+1
*
[AArch64] Add Exynos to host detection
Evandro Menezes
2017-12-08
1
-0
/
+31
*
Control-Flow Enforcement Technology - Shadow Stack support (LLVM side)
Oren Ben Simhon
2017-11-26
1
-0
/
+3
*
[x86][icelake]GFNI
Coby Tayree
2017-11-26
1
-0
/
+1
*
[X86] Move the information about the feature bits used by compiler-rt and sha...
Craig Topper
2017-11-21
1
-102
/
+59
*
[X86] Sort bits in getHostCPUFeatures again.
Craig Topper
2017-11-21
1
-11
/
+5
*
[x86][icelake]BITALG
Coby Tayree
2017-11-21
1
-0
/
+3
*
[x86][icelake]VNNI
Coby Tayree
2017-11-21
1
-0
/
+3
*
[x86][icelake]vbmi2
Coby Tayree
2017-11-21
1
-0
/
+1
*
[x86][icelake]vpclmulqdq introduction
Coby Tayree
2017-11-21
1
-0
/
+3
*
[x86][icelake]VAES introduction
Coby Tayree
2017-11-21
1
-0
/
+1
*
[X86] clzero check in getHostCPUFeatures should use getX86CpuIDAndInfo not ge...
Craig Topper
2017-11-19
1
-1
/
+1
*
[X86] Reorder and reformat the feature bit checks in getHostCPUFeatues to kee...
Craig Topper
2017-11-19
1
-54
/
+50
*
[X86] Add some explanatory comments to the ProcessorFeatures enum in Host.cpp.
Craig Topper
2017-11-15
1
-1
/
+4
*
[X86] Add getHostCPUName support for the Gemini Lake model number which also ...
Craig Topper
2017-11-15
1
-2
/
+3
*
[X86] Add getHostCPUName support for cannonlake.
Craig Topper
2017-11-15
1
-7
/
+21
*
[X86] Add a def file to CPU vendor, type, and subtype encodings used by Host.cpp
Craig Topper
2017-11-10
1
-271
/
+101
*
[X86] Promote athlon, athlon-xp, k8, and k8-sse3 to types instead of subtypes...
Craig Topper
2017-11-03
1
-24
/
+16
*
[X86] Initialize Type and Subtype in getHostCPUName to 0.
Craig Topper
2017-11-03
1
-2
/
+2
[next]