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.h
Age
Commit message (
Expand
)
Author
2013-03-28
Add support of RDSEED defined in AVX2 extension
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-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-29
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-25
In this patch, we teach X86_64TargetMachine that it has a ILP32
Eli Bendersky
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-04
Make NaCl naming consistent. The triple OSType is called NaCl and is represented
Eli Bendersky
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-11-29
I changed hasAVX() to hasFp256() and hasAVX2() to hasInt256() in X86IselLower...
Elena Demikhovsky
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-02
Support for generating ELF objects on Windows.
Andrew Kaylor
2012-09-26
Remove hasNoAVX method. Can just invert hasAVX instead.
Craig Topper
2012-09-04
Generic Bypass Slow Div
Preston Gurd
2012-08-30
Introduce 'UseSSEx' to force SSE legacy encoding
Michael Liao
2012-08-24
Custom lower FMA intrinsics to target specific nodes and remove the patterns.
Craig Topper
2012-08-23
Favor FMA3 over FMA4 if both are enabled.
Craig Topper
2012-08-01
Whitespace.
Chad Rosier
2012-06-03
Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.
Craig Topper
2012-05-31
X86: Rename the CLMUL target feature to PCLMUL.
Benjamin Kramer
2012-04-23
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-02-19
some comment fix for X86 and ARM
Jia Liu
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-07
Use LEA to adjust stack ptr for Atom. Patch by Andy Zhang.
Evan Cheng
2012-02-05
Begin fleshing out more convenience predicates in llvm::Triple and
Chandler Carruth
2012-02-01
Instruction scheduling itinerary for Intel Atom.
Andrew Trick
2012-01-10
Remove hasXMM/hasXMMInt functions. Move callers to hasSSE1/hasSSE2. This is t...
Craig Topper
2012-01-10
Remove hasSSE*orAVX functions and change all callers to use just hasSSE*. AVX...
Craig Topper
2012-01-10
Instruction selection priority fixes to remove the XMM/XMMInt/orAVX predicate...
Craig Topper
2012-01-09
Remove AVX hack in X86Subtarget. AVX/AVX2 are now treated as an SSE level. Pr...
Craig Topper
2011-12-09
Remove hasSSE1orAVX(). It's the same as hasXMM().
Evan Cheng
2011-12-08
Many of the SSE patterns should not be selected when AVX is available. This l...
Evan Cheng
2011-12-02
Add XOP feature flag.
Jan Sjödin
2011-11-22
Add methods for querying minimum SSE version along with AVX. Simplifies all t...
Craig Topper
2011-10-30
Add intrinsics and feature flag for read/write FS/GS base instructions. Also ...
Craig Topper
2011-10-18
Remove NaClMode
David Meyer
2011-10-16
Add X86 BZHI instruction as well as BMI2 feature detection.
Craig Topper
2011-10-14
Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...
Craig Topper
2011-10-13
Revert r141854 because it was causing failures:
Bill Wendling
2011-10-13
Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...
Craig Topper
[next]