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
/
x86_target_features.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Add 'mmx' to all CPUs that have a version of 'sse' and weren't already ...
Craig Topper
2019-11-06
1
-3
/
+11
*
[X86] Add ENQCMD instructions
Pengfei Wang
2019-06-06
1
-0
/
+7
*
[X86] Add VP2INTERSECT instructions
Pengfei Wang
2019-05-31
1
-0
/
+10
*
[X86] Stop implicitly enabling avx512vl when avx512bf16 is enabled.
Craig Topper
2019-05-16
1
-2
/
+2
*
Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper ...
Luo, Yuanke
2019-05-06
1
-0
/
+15
*
[X86] Only define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 in 64-bit mode.
Craig Topper
2019-03-14
1
-2
/
+6
*
This patch aims to match the changes introduced
Alexander Ivchenko
2018-05-18
1
-4
/
+0
*
[X86] Define __IBT__ when -mibt is specified.
Craig Topper
2018-01-26
1
-2
/
+6
*
[X86] Add rdpid command line option and intrinsics.
Craig Topper
2018-01-20
1
-0
/
+3
*
[x86][icelake][vbmi2]
Coby Tayree
2017-12-27
1
-0
/
+21
*
[x86][icelake][bitalg]
Coby Tayree
2017-12-27
1
-0
/
+22
*
[x86][icelake][vpclmulqdq]
Coby Tayree
2017-12-27
1
-0
/
+9
*
[x86][icelake][gfni]
Coby Tayree
2017-12-27
1
-0
/
+5
*
[x86][icelake][vaes]
Coby Tayree
2017-12-27
1
-0
/
+11
*
Control-Flow Enforcement Technology - Shadow Stack and Indirect Branch Tracki...
Oren Ben Simhon
2017-11-26
1
-0
/
+4
*
[X86][LWP] Add __LWP__ macro tests
Simon Pilgrim
2017-05-08
1
-0
/
+8
*
[X86] Add -mclflushopt/-mno-clflushopt command line support and __CLFLUSHOPT_...
Craig Topper
2017-02-08
1
-0
/
+4
*
[AVX-512] Make VBMI instruction set enabling imply that the BWI instruction s...
Craig Topper
2016-11-09
1
-0
/
+6
*
Clean up a couple more preprocessor tests to use match-full-lines.
James Y Knight
2016-04-01
1
-46
/
+46
*
[X86] Disabling avx512f should also disable avx512vbmi and avx512ifma. Enabli...
Craig Topper
2016-02-29
1
-0
/
+30
*
[X86] Add command line switches for xsave/xsaveopt/xsavec/xsaves. Macro defin...
Craig Topper
2015-10-15
1
-0
/
+23
*
Make the msse4/mno-sse4 flags aliases of the maximum sse values
Eric Christopher
2015-03-25
1
-0
/
+4
*
[x86] Enable broadwell target in clang.
Robert Khasanov
2014-09-19
1
-0
/
+8
*
[SKX] Enabling SKX target (Skylake server chip)
Robert Khasanov
2014-07-30
1
-0
/
+45
*
Fix broken RUN lines
Nico Rieck
2014-02-16
1
-5
/
+5
*
Enabling 3DNow! prefetch instruction support for a few AMD processors in the
Yunzhong Gao
2013-10-16
1
-0
/
+21
*
Add support for -mcx16, and predefine __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 when
Nick Lewycky
2013-10-05
1
-0
/
+4
*
Adding -mtbm and -mno-tbm command line options to the clang front end for the
Yunzhong Gao
2013-09-24
1
-1
/
+9
*
Add C intrinsics for Intel SHA Extensions
Ben Langmuir
2013-09-19
1
-0
/
+17
*
Disabling sse2 should disable aes and pclmul support.
Craig Topper
2013-09-19
1
-0
/
+24
*
Make F16C feature imply AVX. Matches GCC behavior.
Craig Topper
2013-09-16
1
-0
/
+10
*
Fix a bug where -msse followed by -mno-sse would leave MMX enabled.
Craig Topper
2013-09-11
1
-0
/
+12
*
Separate popcnt and sse4.2 feature control somewhat to match gcc behavior.
Craig Topper
2013-09-10
1
-0
/
+12
*
Add test cases for avx512 feature flags. Fix typo in avx512pf options.
Craig Topper
2013-08-22
1
-1
/
+74
*
Don't disable SSE4A when disabling AVX.
Rafael Espindola
2013-08-21
1
-0
/
+13
*
Centralize the logic for handling -m* options and fix pr16943.
Rafael Espindola
2013-08-20
1
-0
/
+12
*
Convert test to FileCheck.
Rafael Espindola
2013-07-04
1
-27
/
+27
*
rename -ccc-host-triple into -target
Sebastian Pop
2012-01-20
1
-5
/
+3
*
Revert r148138; it's causing test failures.
Eli Friedman
2012-01-13
1
-3
/
+5
*
rename -ccc-host-triple into -target
Sebastian Pop
2012-01-13
1
-5
/
+3
*
Update tests to use %clang instead of 'clang', and forcibly disable use of '
Daniel Dunbar
2009-12-15
1
-3
/
+3
*
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
1
-1
/
+0
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-27
/
+27
*
Handle -march for the LLVM recognized cpu names.
Daniel Dunbar
2009-05-06
1
-0
/
+10
*
More x86 target feature support.
Daniel Dunbar
2009-05-06
1
-0
/
+25