index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-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-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-29
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
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-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-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-04
Generic Bypass Slow Div
Preston Gurd
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-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
2012-05-31
X86: Rename the CLMUL target feature to PCLMUL.
Benjamin Kramer
2012-05-31
Added FMA3 Intel instructions.
Elena Demikhovsky
2012-05-02
Change the Intel Atom detection code to recognize
Preston Gurd
2012-05-01
Allow BMI, AES, F16C, POPCNT, FMA3, and CLMUL to be detected on AMD processors.
Craig Topper
2012-04-26
Trivial change to set UseLeaForSP flag in addition to toggling
Preston Gurd
2012-04-26
Enable detection of AVX and AVX2 support through CPUID. Add AVX/AVX2 to corei...
Craig Topper
2012-04-23
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-16
Temporarily turn off anti-dependency checking
Preston Gurd
2012-03-27
Prune some includes
Craig Topper
2012-02-22
Remove extra semi-colons.
Chad Rosier
2012-02-07
Use LEA to adjust stack ptr for Atom. Patch by Andy Zhang.
Evan Cheng
2012-02-01
Instruction scheduling itinerary for Intel Atom.
Andrew Trick
2012-01-30
PR11834: Use macros which are defined on Windows. Patch by Marina Yatsina.
Evan Cheng
2012-01-10
Default stack alignment for 32bit x86 should be 4 Bytes, not 8 Bytes.
Joerg Sonnenberger
2012-01-09
Remove AVX hack in X86Subtarget. AVX/AVX2 are now treated as an SSE level. Pr...
Craig Topper
2012-01-09
Don't disable MMX support when AVX is enabled. Fix predicates for MMX instruc...
Craig Topper
[next]