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
/
clang
/
test
/
Preprocessor
/
predefined-arch-macros.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Add 'fxsr' feature to -march=pentium2 to match X86.td and gcc.
Craig Topper
2019-11-06
1
-0
/
+1
*
[SystemZ] Support z15 processor name
Ulrich Weigand
2019-09-20
1
-0
/
+3
*
[X86] Remove what little support we had for MPX
Craig Topper
2019-08-29
1
-22
/
+0
*
[X86] Support -march=tigerlake
Pengfei Wang
2019-08-12
1
-0
/
+127
*
[SystemZ] Add support for new cpu architecture - arch13
Ulrich Weigand
2019-07-12
1
-1
/
+16
*
[X86] -march=cooperlake (clang)
Pengfei Wang
2019-06-07
1
-0
/
+99
*
[X86] Add 'yonah' test to predefined-arch-macros.c test.
Craig Topper
2019-03-13
1
-0
/
+18
*
[X86] AMD znver2 enablement
Ganesh Gopalasubramanian
2019-02-26
1
-0
/
+94
*
[X86] Add -march=cascadelake support in clang.
Craig Topper
2018-11-27
1
-0
/
+97
*
[X86] Remove FeatureRTM from Skylake processor list
Craig Topper
2018-10-10
1
-14
/
+0
*
[X86] Add the movbe instruction intrinsics from icc.
Craig Topper
2018-09-28
1
-0
/
+32
*
Fix test regression in r341862
Erich Keane
2018-09-10
1
-10
/
+0
*
[x86] invpcid intrinsic
Gabor Buella
2018-05-25
1
-0
/
+14
*
[X86] ptwrite intrinsic
Gabor Buella
2018-05-10
1
-0
/
+4
*
[x86] Introduce the pconfig intrinsic
Gabor Buella
2018-05-08
1
-0
/
+2
*
[X86] directstore and movdir64b intrinsics
Gabor Buella
2018-05-01
1
-0
/
+4
*
[X86] WaitPKG intrinsics
Gabor Buella
2018-04-20
1
-0
/
+2
*
[X86] Introduce archs: goldmont-plus & tremont
Gabor Buella
2018-04-16
1
-0
/
+141
*
NFC - Indentation fixes in predefined-arch-macros.c
Gabor Buella
2018-04-12
1
-90
/
+103
*
[x86] wbnoinvd intrinsic
Gabor Buella
2018-04-11
1
-0
/
+4
*
[X86] Split up -march=icelake to -client & -server
Gabor Buella
2018-04-10
1
-3
/
+116
*
[X86] Disable SGX for Skylake Server - CPP test
Gabor Buella
2018-04-10
1
-2
/
+2
*
[X86] Disable CLWB in Cannon Lake
Craig Topper
2018-02-21
1
-2
/
+2
*
[Myriad] Define __ma2x5x and __ma2x8x
Walter Lee
2018-02-06
1
-0
/
+4
*
[X86] Add 'rdrnd' feature to silvermont to match recent gcc bug fix.
Craig Topper
2018-01-26
1
-0
/
+2
*
[X86] Add rdpid command line option and intrinsics.
Craig Topper
2018-01-20
1
-0
/
+2
*
[X86] Add missing check for RDSEED to ICL, CNL, SKX sections of test/Preproce...
Craig Topper
2018-01-19
1
-0
/
+6
*
Revert r321504 "[X86] Don't accidentally enable PKU on cannon lake and icelak...
Craig Topper
2017-12-29
1
-6
/
+6
*
[X86] Don't accidentally enable PKU on cannon lake and icelake or CLWB on can...
Craig Topper
2017-12-27
1
-0
/
+6
*
[X86] Test that -march=skx enables PKU.
Craig Topper
2017-12-27
1
-0
/
+2
*
[X86] Enable avx512vpopcntdq and clwb for icelake.
Craig Topper
2017-12-27
1
-0
/
+4
*
[x86][icelake][vbmi2]
Coby Tayree
2017-12-27
1
-0
/
+2
*
[x86][icelake][vnni]
Coby Tayree
2017-12-27
1
-0
/
+2
*
[x86][icelake][bitalg]
Coby Tayree
2017-12-27
1
-0
/
+2
*
[x86][icelake][vpclmulqdq]
Coby Tayree
2017-12-27
1
-0
/
+2
*
[x86][icelake][gfni]
Coby Tayree
2017-12-27
1
-0
/
+2
*
[x86][icelake][vaes]
Coby Tayree
2017-12-27
1
-0
/
+2
*
[X86] Add missing check lines for the silvermont cases in predefined-arch-mac...
Craig Topper
2017-12-22
1
-0
/
+8
*
[X86] Add 'prfchw' to the correct CPUs to match the backend.
Craig Topper
2017-12-22
1
-0
/
+18
*
[X86] Add icelake CPU support for -march.
Craig Topper
2017-11-19
1
-0
/
+89
*
[X86] Set __corei7__ preprocessor defines for skylake server and cannonlake.
Craig Topper
2017-11-19
1
-6
/
+12
*
[X86] Define i586 and pentium preprocessor defines for -march=lakemont to mat...
Craig Topper
2017-11-01
1
-7
/
+11
*
[X86] Make -march=i686 an alias of -march=pentiumpro
Craig Topper
2017-10-26
1
-0
/
+2
*
[X86] Add avx512vpopcntdq to Knights Mill
Craig Topper
2017-10-25
1
-0
/
+2
*
AMDGPU: Parse r600 CPU name early and expose FMAF capability
Jan Vesely
2017-10-19
1
-0
/
+10
*
[X86] Remove 'knm' defines from predefined-arch-macros.c test.
Craig Topper
2017-10-13
1
-6
/
+0
*
[X86] Add skeleton support for knm cpu
Craig Topper
2017-10-13
1
-0
/
+75
*
[X86] Remove a few unnecessary check lines from the predefined-arch-macros test.
Craig Topper
2017-10-12
1
-16
/
+0
*
Add support for Myriad ma2x8x series of CPUs
Walter Lee
2017-10-02
1
-5
/
+45
*
[Clang] Adding missing feature to goldmont
Michael Zuckerman
2017-09-25
1
-0
/
+2
[next]