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-04-26
Merging r155668:
Bill Wendling
2012-04-18
Move win32 SimplifyLibcall test under Transforms
Joe Groff
2012-04-17
fix pr12559: mark unavailable win32 math libcalls
Joe Groff
2012-04-17
Force cmov on test so block placement doesn't shuffle the code around.
Benjamin Kramer
2012-04-17
Test cases that assume layout should use -disable-code-place.
Andrew Trick
2012-04-17
temporarily XFAIL this test until post RA
Preston Gurd
2012-04-16
Disable the atom scheduling test after r154874 broke it.
Chandler Carruth
2012-04-16
Relax this test a touch to cope with different assembly variants.
Chandler Carruth
2012-04-16
Fix updateTerminator to be resiliant to degenerate terminators where
Chandler Carruth
2012-04-16
Fix incorrect atomics codegen introduced in r154705, and extend test to catch...
Richard Smith
2012-04-16
Move to X86 directory because this fails on non-X86 platforms.
Bill Wendling
2012-04-16
Flip the new block-placement pass to be on by default.
Chandler Carruth
2012-04-16
Remove an overly brittle test. This test will no longer be interesting
Chandler Carruth
2012-04-16
Add a somewhat hacky heuristic to do something different from whole-loop
Chandler Carruth
2012-04-16
Tweak the loop rotation logic to check whether the loop is naturally
Chandler Carruth
2012-04-16
Rewrite how machine block placement handles loop rotation.
Chandler Carruth
2012-04-15
Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with norm...
Craig Topper
2012-04-15
Fix PR12529. The Vxx family of instructions are only supported by AVX.
Nadav Rotem
2012-04-15
When emulating vselect using OR/AND/XOR make sure to bitcast the result back ...
Nadav Rotem
2012-04-15
Added VPERM optimization for AVX2 shuffles
Elena Demikhovsky
2012-04-13
Fix X86 codegen for 'atomicrmw nand' to generate *x = ~(*x & y), not *x = ~*x...
Richard Smith
2012-04-12
Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...
Craig Topper
2012-04-11
Reapply 154396 after fixing a test.
Nadav Rotem
2012-04-11
Fix test to be register assignment invariant.
Jakob Stoklund Olesen
2012-04-10
Add a comment noting that the fdiv -> fmul conversion won't generate
Duncan Sands
2012-04-10
Temporarily revert this patch to see if it brings the buildbots back.
Eric Christopher
2012-04-10
Modify the code that lowers shuffles to blends from using blendvXX to vblendXX.
Nadav Rotem
2012-04-09
Test case for PR12495.
Lang Hames
2012-04-09
Pattern match a setcc of boolean value with 0 as a truncate.
Rafael Espindola
2012-04-09
Lower some x86 shuffle sequences to the vblend family of instructions.
Nadav Rotem
2012-04-09
Fix a bug in the lowering of broadcasts: ConstantPools need to use the target...
Nadav Rotem
2012-04-09
Cleanup and relax a restriction on the matching of global offsets into
Chandler Carruth
2012-04-09
Fold 15 tiny test cases into a single file that implements the
Chandler Carruth
2012-04-08
Only have codegen turn fdiv by a constant into fmul by the reciprocal
Duncan Sands
2012-04-08
Teach LLVM about a PIE option which, when enabled on top of PIC, makes
Chandler Carruth
2012-04-08
AVX2: Build splat vectors by broadcasting a scalar from the constant pool.
Nadav Rotem
2012-04-07
1. Remove the part of r153848 which optimizes shuffle-of-shuffle into a new
Nadav Rotem
2012-04-07
Convert floating point division by a constant into multiplication by the
Duncan Sands
2012-04-07
Make the test for r154235 more platform-independent with a shorter
Sean Hunt
2012-04-07
Output UTF-8-encoded characters as identifier characters into assembly
Sean Hunt
2012-04-06
Test case for PR12413
Craig Topper
2012-04-06
Allow 256-bit shuffles to be split if a 128-bit lane contains elements from a...
Craig Topper
2012-04-05
Don't break the IV update in TLI::SimplifySetCC().
Jakob Stoklund Olesen
2012-04-03
Add an additional testcase which checks ops with multiple users.
Nadav Rotem
2012-04-02
Allocate virtual registers in ascending order.
Jakob Stoklund Olesen
2012-04-02
Optimizing swizzles of complex shuffles may generate additional complex shuff...
Nadav Rotem
2012-04-01
This commit contains a few changes that had to go in together.
Nadav Rotem
2012-03-31
Add a triple to the test.
Rafael Espindola
2012-03-31
Teach CodeGen's version of computeMaskedBits to understand the range metadata.
Rafael Espindola
2012-03-30
Testcase for r153710.
Bill Wendling
[next]