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
/
test
/
CodeGen
/
X86
Age
Commit message (
Expand
)
Author
2011-11-29
Fix shuffle decoding for memory forms for (V)SHUFPS/D.
Craig Topper
2011-11-29
Fix issues in shuffle decoding around VPERM* instructions. Fix shuffle decodi...
Craig Topper
2011-11-29
Fix VINSERTF128/VEXTRACTF128 to be marked as FP instructions. Allow execution...
Craig Topper
2011-11-29
Correctly mark VPERM2F128 as being an FP instruction and add execution domain...
Craig Topper
2011-11-28
Revert r145273 and fix in SelectionDAG::InferPtrAlignment() instead.
Evan Cheng
2011-11-28
DAG combine should not increase alignment of loads / stores with alignment less
Evan Cheng
2011-11-28
Add X86 instruction selection for VPERM2I128 when AVX2 is enabled. Merge VPER...
Craig Topper
2011-11-27
Take two on rotating the block ordering of loops. My previous attempt
Chandler Carruth
2011-11-27
Rework a bit of the implementation of loop block rotation to not rely so
Chandler Carruth
2011-11-27
remove autoupgrade support for old forms of llvm.prefetch and the old
Chris Lattner
2011-11-27
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-27
remove some old autoupgrade logic
Chris Lattner
2011-11-27
Introduce a loop block rotation optimization to the new block placement
Chandler Carruth
2011-11-26
Fix APFloat::convert so that it handles narrowing conversions correctly; it
Eli Friedman
2011-11-25
This patch contains support for encoding FMA4 instructions and
Bruno Cardoso Lopes
2011-11-24
Remove 256-bit specific node types for UNPCKHPS/D and instead use the 128-bit...
Craig Topper
2011-11-24
Fix a silly use-after-free issue. A much earlier version of this code
Chandler Carruth
2011-11-24
When adding blocks to the list of those which no longer have any CFG
Chandler Carruth
2011-11-23
X86: Use btq for bit tests if the immediate can't be encoded in 32 bits.
Benjamin Kramer
2011-11-23
test/CodeGen/X86/block-placement.ll: Add explicit -mtriple=i686-linux. X86 Wi...
NAKAMURA Takumi
2011-11-23
Relax an invariant that block placement was trying to assert a bit
Chandler Carruth
2011-11-23
I added several lines in X86 code generator that allow to choose
Elena Demikhovsky
2011-11-23
Handle the case of a no-return invoke correctly. It actually still has
Chandler Carruth
2011-11-23
Enable stack protectors for all arrays, not just char arrays. rdar://5875909
Bob Wilson
2011-11-23
Fix PR11422.
Jakob Stoklund Olesen
2011-11-23
Fix a crash in block placement due to an inner loop that happened to be
Chandler Carruth
2011-11-22
Fix a devilish miscompile exposed by block placement. The
Chandler Carruth
2011-11-22
Add triple to the test.
Rafael Espindola
2011-11-22
If a register is both an early clobber and part of a tied use, handle the use
Rafael Espindola
2011-11-21
Lowering for v32i8 to VPUNPCKLBW/VPUNPCKHBW when AVX2 is enabled.
Craig Topper
2011-11-21
Test case for r145026
Craig Topper
2011-11-21
Make LowerSIGN_EXTEND_INREG split 256-bit vectors when AVX1 is enabled and us...
Craig Topper
2011-11-20
test/CodeGen/X86/block-placement.ll: Relax expressions for Win32.
NAKAMURA Takumi
2011-11-20
The logic for breaking the CFG in the presence of hot successors didn't
Chandler Carruth
2011-11-20
Add some comments to the latest test case I added here to document what
Chandler Carruth
2011-11-20
Add code for lowering v32i8 shifts by a splat to AVX2 immediate shift instruc...
Craig Topper
2011-11-19
Use 256-bit vcmpeqd for creating an all ones vector when AVX2 is enabled.
Craig Topper
2011-11-19
Move the handling of unanalyzable branches out of the loop-driven chain
Chandler Carruth
2011-11-19
Test cases for SSSE3/AVX integer horizontal add/sub.
Craig Topper
2011-11-19
Extend VPBLENDVB and VPSIGN lowering to work for AVX2.
Craig Topper
2011-11-18
Add AVX2 vpbroadcast support
Nadav Rotem
2011-11-17
DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...
Devang Patel
2011-11-16
Make sure to replace the chain properly when DAGCombining a LOAD+EXTRACT_VECT...
Eli Friedman
2011-11-16
Another missing X86ISD::MOVLPD pattern. rdar://10450317
Evan Cheng
2011-11-16
Disable expensive two-address optimizations at -O0. rdar://10453055
Evan Cheng
2011-11-16
Fix testcase.
Eli Friedman
2011-11-16
CONCAT_VECTORS can have more than two operands. PR11389.
Eli Friedman
2011-11-15
AVX: Add support for vbroadcast from BUILD_VECTOR and refactor some of the vb...
Nadav Rotem
2011-11-15
test/CodeGen/X86/dec-eflags-lower.ll: Relax expression for win32 x64.
NAKAMURA Takumi
2011-11-15
Added custom lowering for load->dec->store sequence in x86 when the EFLAGS re...
Pete Cooper
[prev]
[next]