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
2012-01-12
Fix a bug in the AVX 256-bit shuffle code in cases where the splat element is...
Nadav Rotem
2012-01-12
X86: Generalize the x << (y & const) optimization to also catch masks with mo...
Benjamin Kramer
2012-01-11
On AVX, we can load v8i32 at a time. The bug happens when two uneven loads ar...
Nadav Rotem
2012-01-11
Check to make sure that the CFString's back store ends up in the correct sect...
Bill Wendling
2012-01-11
Support segmented stacks on mac.
Rafael Espindola
2012-01-11
Split segmented stacks tests into tests for static- and dynamic-size frames.
Rafael Espindola
2012-01-11
Generate the segmented stack prologue for fastcc too.
Rafael Espindola
2012-01-11
Revert r147945 which disabled an addressing mode transformation. I had
Chandler Carruth
2012-01-11
Use unsigned comparison in segmented stack prologue.
Rafael Espindola
2012-01-11
Explicitly set the scale to 1 on some segstack prologue instrs.
Rafael Espindola
2012-01-11
Add XOP Intrinsics and tests
Jan Sjödin
2012-01-11
Fix a bug in the lowering of BUILD_VECTOR for AVX. SCALAR_TO_VECTOR does not ...
Nadav Rotem
2012-01-11
Disable the transformation I added in r147936 to see if it fixes some
Chandler Carruth
2012-01-11
Fix undefined code and reenable test case.
Jakob Stoklund Olesen
2012-01-11
Teach the X86 instruction selection to do some heroic transforms to
Chandler Carruth
2012-01-11
llvm/test/CodeGen/X86/zext-fold.ll: Relax an expression in stack offset.
NAKAMURA Takumi
2012-01-11
llvm/test/CodeGen/X86/sub-with-overflow.ll: Add explicit -mtriple=i686-linux.
NAKAMURA Takumi
2012-01-11
Disable test that seems to expose an unrelated Linux issue.
Jakob Stoklund Olesen
2012-01-11
Detect when a value is undefined on an edge to a landing pad.
Jakob Stoklund Olesen
2012-01-10
Add test case for r147881.
Chad Rosier
2012-01-10
Default stack alignment for 32bit x86 should be 4 Bytes, not 8 Bytes.
Joerg Sonnenberger
2012-01-10
Fix a bug in the legalization of shuffle vectors. When we emulate shuffles us...
Nadav Rotem
2012-01-10
Fix a crash in AVX2 when trying to broadcast a double into a 128-bit vector. ...
Craig Topper
2012-01-10
Allow machine-cse to look across MBB boundary when cse'ing instructions that
Evan Cheng
2012-01-09
Cleanup and FileCheck-ize a test.
Chandler Carruth
2012-01-09
Clean up patterns for MOVNT*. Not sure why there were floating point types on...
Craig Topper
2012-01-09
Don't print an unused label before .cfi_endproc.
Rafael Espindola
2012-01-09
Don't disable MMX support when AVX is enabled. Fix predicates for MMX instruc...
Craig Topper
2012-01-08
Reverted commit #147601 upon Evan's request.
Victor Umansky
2012-01-07
Don't print a label before .cfi_startproc when we don't need to. This makes
Rafael Espindola
2012-01-07
Added a late machine instruction copy propagation pass. This catches
Evan Cheng
2012-01-07
Make the 'x' constraint work for AVX registers as well.
Eric Christopher
2012-01-05
Prevent a DAGCombine from firing where there are two uses of
Chandler Carruth
2012-01-05
Cleanup and FileCheck-ize a test.
Chandler Carruth
2012-01-05
Peephole optimization of ptest-conditioned branch in X86 arch. Performs instr...
Victor Umansky
2012-01-05
FileCheck hygiene.
Benjamin Kramer
2012-01-04
test/CodeGen/X86/jump_sign.ll: Add -mcpu=pentiumpro for non-x86 hosts. It use...
NAKAMURA Takumi
2012-01-04
For x86, canonicalize max
Evan Cheng
2012-01-03
Revert 147426 because it caused pr11696.
Nadav Rotem
2012-01-03
Fix incorrect widening of the bitcast sdnode in case the incoming operand is ...
Nadav Rotem
2012-01-03
Enhance DAGCombine for transforming 128->256 casts into a vmovaps, rather
Chad Rosier
2012-01-03
Fixed a bug in SelectionDAG.cpp.
Elena Demikhovsky
2012-01-02
Optimize the sequence blend(sign_extend(x)) to blend(shl(x)) since SSE blend ...
Nadav Rotem
2012-01-01
Allow CRC32 instructions to be selected when AVX is enabled.
Craig Topper
2012-01-01
Fix sfence, lfence, mfence, and clflush to be able to be selected when AVX is...
Craig Topper
2012-01-01
Revert 147399. It broke CodeGen/ARM/vext.ll.
Rafael Espindola
2012-01-01
Fixed a bug in SelectionDAG.cpp.
Elena Demikhovsky
2011-12-31
Add patterns for integer forms of SHUFPD/VSHUFPD with a memory load.
Craig Topper
2011-12-31
Fix typo in a SHUFPD and VSHUFPD pattern that prevented SHUFPD/VSHUFPD with a...
Craig Topper
2011-12-30
Change FMA4 memory forms to use memopv* instead of alignedloadv*. No need to ...
Craig Topper
[prev]
[next]