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] Correct the value of MaxAtomicInlineWidth for pre-586 cpus
Craig Topper
2019-03-21
1
-2
/
+10
*
[X86] Use the CPUKind enum from PROC_ALIAS to directly get the CPUKind in fil...
Craig Topper
2019-03-21
1
-3
/
+2
*
[X86] Remove getCPUKindCanonicalName which is unused.
Craig Topper
2019-03-20
1
-12
/
+0
*
[X86] Separate PentiumPro and i686. They aren't aliases in the backend.
Craig Topper
2019-03-20
1
-0
/
+2
*
[X86] Only define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 in 64-bit mode.
Craig Topper
2019-03-14
1
-1
/
+1
*
[X86] Remove 'cx16' from 'prescott' and 'yonah' as they are 32-bit only CPUs ...
Craig Topper
2019-03-13
1
-2
/
+3
*
[X86] AMD znver2 enablement
Ganesh Gopalasubramanian
2019-02-26
1
-0
/
+8
*
[X86] Add clang support for X86 flag output parameters.
Nirav Dave
2019-02-14
1
-0
/
+52
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert "Clang side support for @cc assembly operands."
Nirav Dave
2019-01-18
1
-52
/
+0
*
Clang side support for @cc assembly operands.
Nirav Dave
2019-01-18
1
-0
/
+52
*
[X86] Add -march=cascadelake support in clang.
Craig Topper
2018-11-27
1
-2
/
+10
*
Add LLVM_FALLTHROUGH annotation after switch
Reid Kleckner
2018-11-01
1
-0
/
+1
*
[X86] Remove 'rtm' feature from KNL.
Craig Topper
2018-10-23
1
-1
/
+0
*
[X86] Remove FeatureRTM from Skylake processor list
Craig Topper
2018-10-10
1
-1
/
+0
*
Introduce code_model macros
Ali Tamur
2018-10-08
1
-0
/
+5
*
[X86] Add the movbe instruction intrinsics from icc.
Craig Topper
2018-09-28
1
-0
/
+3
*
Move AESNI generation to Skylake and Goldmont
Erich Keane
2018-09-10
1
-2
/
+2
*
[x86/retpoline] Split the LLVM concept of retpolines into separate
Chandler Carruth
2018-08-23
1
-3
/
+0
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Implement cpu_dispatch/cpu_specific Multiversioning
Erich Keane
2018-07-20
1
-0
/
+32
*
[x86] invpcid intrinsic
Gabor Buella
2018-05-25
1
-0
/
+7
*
This patch aims to match the changes introduced
Alexander Ivchenko
2018-05-18
1
-25
/
+0
*
[X86] ptwrite intrinsic
Gabor Buella
2018-05-10
1
-0
/
+7
*
[x86] Introduce the pconfig intrinsic
Gabor Buella
2018-05-08
1
-0
/
+7
*
[X86] directstore and movdir64b intrinsics
Gabor Buella
2018-05-01
1
-0
/
+14
*
[X86] WaitPKG intrinsics
Gabor Buella
2018-04-20
1
-0
/
+7
*
[X86] Introduce archs: goldmont-plus & tremont
Gabor Buella
2018-04-16
1
-0
/
+14
*
[X86] Introduce cldemote intrinsic
Gabor Buella
2018-04-13
1
-0
/
+6
*
[x86] wbnoinvd intrinsic
Gabor Buella
2018-04-11
1
-0
/
+8
*
[X86] Split up -march=icelake to -client & -server
Gabor Buella
2018-04-10
1
-2
/
+4
*
[X86] Disable SGX for Skylake Server
Gabor Buella
2018-04-10
1
-1
/
+2
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
[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
[next]