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
/
lib
/
Basic
/
Targets
/
X86.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[X86] Disable CLWB in Cannon Lake
Craig Topper
2018-02-21
1
-1
/
+2
*
[X86] Add 'sahf' CPU feature to frontend
Dimitry Andric
2018-02-17
1
-0
/
+11
*
Add X86 Support to ValidCPUList (enabling march notes)
Erich Keane
2018-02-08
1
-2
/
+13
*
[X86] Add 'rdrnd' feature to silvermont to match recent gcc bug fix.
Craig Topper
2018-01-26
1
-1
/
+1
*
[X86] Define __IBT__ when -mibt is specified.
Craig Topper
2018-01-26
1
-0
/
+2
*
Introduce the "retpoline" x86 mitigation technique for variant #2 of the spec...
Chandler Carruth
2018-01-22
1
-0
/
+6
*
[X86] Add rdpid command line option and intrinsics.
Craig Topper
2018-01-20
1
-0
/
+7
*
[X86] Put the code that defines __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 for the p...
Craig Topper
2018-01-20
1
-2
/
+2
*
[X86] Make -mavx512f imply -mfma and -mf16c in the frontend like it does in t...
Craig Topper
2018-01-11
1
-1
/
+5
*
Added Control Flow Protection Flag
Oren Ben Simhon
2018-01-09
1
-0
/
+20
*
Implement Attribute Target MultiVersioning
Erich Keane
2018-01-08
1
-0
/
+58
*
Revert r321504 "[X86] Don't accidentally enable PKU on cannon lake and icelak...
Craig Topper
2017-12-29
1
-5
/
+2
*
[X86] Don't accidentally enable PKU on cannon lake and icelake or CLWB on can...
Craig Topper
2017-12-27
1
-2
/
+4
*
[X86] Enable avx512vpopcntdq and clwb for icelake.
Craig Topper
2017-12-27
1
-1
/
+2
*
[x86][icelake][vbmi2]
Coby Tayree
2017-12-27
1
-7
/
+16
*
[x86][icelake][vnni]
Coby Tayree
2017-12-27
1
-2
/
+10
*
[x86][icelake][bitalg]
Coby Tayree
2017-12-27
1
-6
/
+14
*
[x86][icelake][vpclmulqdq]
Coby Tayree
2017-12-27
1
-1
/
+16
*
[x86][icelake][gfni]
Coby Tayree
2017-12-27
1
-1
/
+12
*
[x86][icelake][vaes]
Coby Tayree
2017-12-27
1
-1
/
+16
*
[X86] Add 'prfchw' to the correct CPUs to match the backend.
Craig Topper
2017-12-22
1
-0
/
+3
*
Correct hasFeature/isValidFeatureName's handling of shstk/adx/mwaitx
Erich Keane
2017-12-21
1
-2
/
+7
*
Control-Flow Enforcement Technology - Shadow Stack and Indirect Branch Tracki...
Oren Ben Simhon
2017-11-26
1
-0
/
+8
*
[X86] Update CPUSupports code to reuse LLVM .def file [NFC]
Erich Keane
2017-11-22
1
-31
/
+2
*
[x86][inline-asm] allow recognition of MPX regs inside ms inline-asm blob
Coby Tayree
2017-11-21
1
-0
/
+1
*
[X86] Remove 'mm3now' from isValidFeatureName.
Craig Topper
2017-11-21
1
-2
/
+0
*
[X86] Add icelake CPU support for -march.
Craig Topper
2017-11-19
1
-0
/
+4
*
[X86] Set __corei7__ preprocessor defines for skylake server and cannonlake.
Craig Topper
2017-11-19
1
-5
/
+2
*
Split x86 "Processor" info into its own def file. [NFC]
Erich Keane
2017-11-15
1
-109
/
+7
*
Simplify CpuIs code to use include from LLVM
Erich Keane
2017-11-15
1
-30
/
+6
*
[X86] Add 3dnow and 3dnowa to the list of valid target features
Martin Storsjo
2017-11-06
1
-0
/
+2
*
[X86] Define i586 and pentium preprocessor defines for -march=lakemont to mat...
Craig Topper
2017-11-01
1
-0
/
+2
*
Filter out invalid 'target' items from being passed to LLVM
Erich Keane
2017-10-27
1
-0
/
+1
*
Remove x86,x86_32/64 from isValidFeatureName
Erich Keane
2017-10-27
1
-3
/
+0
*
[X86] Add 'sse4' to X86TargetInfo::isValidFeatureName
Craig Topper
2017-10-27
1
-0
/
+1
*
[X86] Make -march=i686 an alias of -march=pentiumpro
Craig Topper
2017-10-26
1
-13
/
+3
*
[X86] Add avx512vpopcntdq to Knights Mill
Craig Topper
2017-10-25
1
-0
/
+2
*
Pull X86 "CPUKind" checking into .cpp file. [NFC]
Erich Keane
2017-10-23
1
-0
/
+72
*
[X86] Add skeleton support for knm cpu
Craig Topper
2017-10-13
1
-0
/
+5
*
[X86] Add support for 'amdfam17h' to __builtin_cpu_is to match gcc.
Craig Topper
2017-10-11
1
-0
/
+1
*
[Clang] Adding missing feature to goldmont
Michael Zuckerman
2017-09-25
1
-0
/
+1
*
[X86] Move even more of our CPU to feature mapping switch to use fallthroughs
Craig Topper
2017-09-17
1
-44
/
+40
*
[X86] Remove unnecessary extra encodings from the CPU name enum in clang
Craig Topper
2017-09-16
1
-52
/
+14
*
[Clang][x86][Inline Asm] support for GCC style inline asm - Y<x> constraints
Coby Tayree
2017-08-24
1
-16
/
+30
*
[X86] Implement __builtin_cpu_is
Craig Topper
2017-08-10
1
-0
/
+38
*
[X86] Support 'avx5124vnniw' and 'avx5124fmaps' for __builtin_cpu_supports.
Craig Topper
2017-08-08
1
-0
/
+2
*
[x86][inline-asm]Allow a pack of Control Debug to be properly picked
Coby Tayree
2017-08-01
1
-0
/
+1
*
[x86][inline-asm]Allow a pack of Control Regs to be properly picked
Coby Tayree
2017-07-30
1
-0
/
+1
*
Break up Targets.cpp into a header/impl pair per target type[NFCI]
Erich Keane
2017-07-21
1
-0
/
+1577
[prev]