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
*
[Sema][X86] Consider target attribute into the checks in validateOutputSize a...
Craig Topper
2019-12-23
1
-8
/
+11
*
Revert "[Sema][X86] Consider target attribute into the checks in validateOutp...
Reid Kleckner
2019-12-06
1
-11
/
+8
*
[Sema][X86] Consider target attribute into the checks in validateOutputSize a...
Craig Topper
2019-12-06
1
-8
/
+11
*
[X86] Add 'fxsr' feature to -march=pentium2 to match X86.td and gcc.
Craig Topper
2019-11-06
1
-1
/
+2
*
[X86] Add 'mmx' to all CPUs that have a version of 'sse' and weren't already ...
Craig Topper
2019-11-06
1
-7
/
+11
*
[X86] Remove what little support we had for MPX
Craig Topper
2019-08-29
1
-8
/
+0
*
[X86] Support -march=tigerlake
Pengfei Wang
2019-08-12
1
-0
/
+10
*
Test commit. NFC.
Sjoerd Meijer
2019-07-24
1
-1
/
+1
*
Support __seg_fs and __seg_gs on x86
JF Bastien
2019-07-14
1
-0
/
+5
*
[X86] Attempt to make the Intel core CPU inheritance a little more readable a...
Craig Topper
2019-06-10
1
-24
/
+27
*
[X86] -march=cooperlake (clang)
Pengfei Wang
2019-06-07
1
-3
/
+11
*
[X86] Add ENQCMD instructions
Pengfei Wang
2019-06-06
1
-0
/
+6
*
[X86] Add VP2INTERSECT instructions
Pengfei Wang
2019-05-31
1
-1
/
+7
*
[X86] Split multi-line chained assignments into single lines to avoid making ...
Craig Topper
2019-05-23
1
-26
/
+24
*
[X86] Stop implicitly enabling avx512vl when avx512bf16 is enabled.
Craig Topper
2019-05-16
1
-3
/
+1
*
Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper ...
Luo, Yuanke
2019-05-06
1
-0
/
+13
*
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
Fangrui Song
2019-03-31
1
-6
/
+3
*
[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
[next]