index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86Subtarget.cpp
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-05-08
Merging r181313:
Bill Wendling
2013-05-03
Unbreaking the non-x86 build bots by protecting the AVX test code properly.
Aaron Ballman
2013-05-03
Correctly testing for AVX support in x86 based off code from Hosts.cpp.
Aaron Ballman
2013-04-25
This patch adds the X86FixupLEAs pass, which will reduce instruction
Preston Gurd
2013-04-02
Formatting.
Eric Christopher
2013-03-28
Add support of RDSEED defined in AVX2 extension
Michael Liao
2013-03-28
Add ADX CPUID detection
Michael Liao
2013-03-27
For the current Atom processor, the fastest way to handle a call
Preston Gurd
2013-03-26
Add HLE target feature
Michael Liao
2013-03-26
Add PREFETCHW codegen support
Michael Liao
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-02-27
Revert r176166 because it broke one of the lit tests.
Nadav Rotem
2013-02-27
std::string to StringRef.
Nadav Rotem
2013-02-16
Reinitialize the ivars in the subtarget so that they can be reset with the ne...
Bill Wendling
2013-02-15
Temporary revert of 175320.
Bill Wendling
2013-02-15
Reinitialize the ivars in the subtarget.
Bill Wendling
2013-02-15
Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...
Bill Wendling
2013-02-14
added basic support for Intel ADX instructions
Kay Tiong Khoo
2013-01-30
Restrict sin/cos optimization to 64-bit only for now. 32-bit is a bit messy a...
Evan Cheng
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-29
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-08
Pad Short Functions for Intel Atom
Preston Gurd
2013-01-05
Revert revision 171524. Original message:
Nadav Rotem
2013-01-04
The current Intel Atom microarchitecture has a feature whereby when a function
Preston Gurd
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-10
Fix a typo in my previous commit -- bloomfield is 0x1A not 0x2A.
Chandler Carruth
2012-12-10
Address a FIXME and update the fast unaligned memory feature for newer
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-15
Merge commit '08e9cb46feb0c8e08e3d309a0f9fd75a04ca54fb'
Derek Schuff
2012-11-13
Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'
Derek Schuff
2012-11-09
Switch FreeBSD/i386 back to 4byte stack alignment. This partially
Roman Divacky
2012-11-08
Add support of RTM from TSX extension
Michael Liao
2012-11-01
Allow calls to absolute addresses
David Sehr
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
2012-10-08
misched: remove the unused getSpecialAddressLatency hook.
Andrew Trick
2012-10-03
Set up MCSchedModel after detecting the CPU type in X86SubTarget.
Preston Gurd
2012-09-18
Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'
Derek Schuff
2012-09-04
Generic Bypass Slow Div
Preston Gurd
2012-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-13
X86: when auto-detecting the subtarget features, make sure use IsIntel to detect
Manman Ren
2012-08-10
X86: when we are auto-detecting the subtarget features, make sure we turn on
Manman Ren
2012-08-07
Allow x86 subtargets to use the GenericModel defined in X86Schedule.td.
Andrew Trick
2012-08-01
Whitespace.
Chad Rosier
2012-07-19
Adds the family codes for the Midview Atom processors so that the
Preston Gurd
2012-07-18
This patch fixes 8 out of 20 unexpected failures in "make check"
Preston Gurd
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-06-03
Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.
Craig Topper
2012-06-01
Enable automatic detection of FMA3 support to allow intrinsics to be used.
Craig Topper
[next]