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
/
compiler-rt
/
lib
/
builtins
/
cpu_model.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make __cpu_model a hidden symbol, to match libgcc.
Sterling Augustine
2019-03-20
1
-0
/
+10
*
[X86] Add 'znver2' and 'cascadelake' support to __cpu_indicator_init.
Craig Topper
2019-02-26
1
-6
/
+20
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86][compiler-rt] Add missing semicolon
Benjamin Kramer
2018-11-24
1
-1
/
+1
*
[X86] Make conversion of feature bits into a mask explicitly unsigned by usin...
Craig Topper
2018-11-24
1
-6
/
+6
*
[X86][compiler-rt] Attempt to fix a warning about a shift amount being negati...
Craig Topper
2018-11-24
1
-6
/
+6
*
[X86][compiler-rt] Add additional CPUs and features to the cpu detection to m...
Craig Topper
2018-10-20
1
-35
/
+78
*
[compiler-rt][X86][AMD][Bulldozer] Fix Bulldozer Model 2 detection.
Roman Lebedev
2018-05-01
1
-2
/
+2
*
[X86] Add cpu detection for cannonlake.
Craig Topper
2017-11-19
1
-0
/
+7
*
[X86] Add Knights Mill CPU to cpu_indicator support to match libgcc.
Craig Topper
2017-10-11
1
-0
/
+5
*
[X86][builtins] Sync getX86CpuIDAndInfoEx with llvm's Host.cpp again.
Craig Topper
2017-07-19
1
-29
/
+10
*
[compiler-rt][X86] Match the detection of cpu's for __cpu_model to the latest...
Craig Topper
2017-07-13
1
-309
/
+109
*
[X86] Sync a few more things from llvm's Host.cpp to cpu_model.
Craig Topper
2017-07-10
1
-42
/
+32
*
[X86] Resync cpu_model.c with llvm's Host.cpp in preparation for making it co...
Craig Topper
2017-07-10
1
-34
/
+55
*
[builtins] Fix MSVC build
Reid Kleckner
2017-04-07
1
-6
/
+13
*
[compiler-rt] Change all asm directives to __asm__ in cpu_model.
Alina Sbirlea
2016-07-17
1
-36
/
+36
*
Add runtime support for __cpu_model (__builtin_cpu_supports)
Alina Sbirlea
2016-07-14
1
-0
/
+797
*
Revert "Add runtime support for __cpu_model (__builtin_cpu_supports)"
Alina Sbirlea
2016-07-08
1
-799
/
+0
*
Add runtime support for __cpu_model (__builtin_cpu_supports)
Alina Sbirlea
2016-07-08
1
-0
/
+799
*
Revert r274865-r274870
Alina Sbirlea
2016-07-08
1
-799
/
+0
*
Added comments identifing code source
Alina Sbirlea
2016-07-08
1
-0
/
+4
*
Check cpuid supported for i386.
Alina Sbirlea
2016-07-08
1
-1
/
+29
*
Add default initialization. Add unit test.
Alina Sbirlea
2016-07-08
1
-1
/
+1
*
clang-format it
Alina Sbirlea
2016-07-08
1
-40
/
+38
*
Add runtime support for __cpu_model (__builtin_cpu_supports)
Alina Sbirlea
2016-07-08
1
-0
/
+769