index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Preprocessor
/
predefined-arch-macros.c
Age
Commit message (
Expand
)
Author
2013-05-03
Add support for -march=btver2.
Benjamin Kramer
2012-11-17
Add missing features for misc x86 CPUs to CPU feature translation. Patch by ...
Eli Friedman
2012-11-10
Add clang support of RTM from TSX
Michael Liao
2012-07-07
Wire up -mrdrnd for X86.
Benjamin Kramer
2012-06-09
Add XOP feature flag.
Craig Topper
2012-06-03
Add __POPCNT__ to test cases for corei7 and corei7-avx
Craig Topper
2012-06-03
Add fma feature flag for Intel FMA instructions.
Craig Topper
2012-05-29
Define __SSE4A__ when targeting new AMD CPUs.
Benjamin Kramer
2012-05-09
Pass a target triple explicitly to check platform specific macros definitions.
Simon Atanasyan
2012-04-26
Enable AVX/AVX2 for Sandy Bridge, Ivy Bridge, and Haswell CPUs.
Craig Topper
2011-09-28
Generate tests for all of the x86 SIMD instruction feature set
Chandler Carruth
2011-09-28
Add a little banner to this test. This lets my scripts more easily
Chandler Carruth
2011-09-28
Fix a think-o on my part that got enshrined in a FIXME by setting up the
Chandler Carruth
2011-09-28
Teach Clang to reject 32-bit only CPUs when compiling in 64-bit mode.
Chandler Carruth
2011-09-28
Begin fixing Clang's predefined macros for various architectures. This
Chandler Carruth