index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-27
Temporarily revert r155668: Fix the SD scheduler to avoid gluing.
Andrew Trick
2012-04-27
Add x86-specific DAG combine to simplify:
Chad Rosier
2012-04-27
X86: Don't emit conditional floating point moves on when targeting pre-pentiu...
Benjamin Kramer
2012-04-27
Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...
Craig Topper
2012-04-26
Fix the SD scheduler to avoid gluing the same node twice.
Andrew Trick
2012-04-25
Try to fix llvm-arm-linux builder with -mcpu.
Jakob Stoklund Olesen
2012-04-25
Trivial change to make the test use -mcpu=generic so as to avoid
Preston Gurd
2012-04-24
Fix the testcase. We do expect two vblendw on XMMs.
Nadav Rotem
2012-04-24
Add a testcase for 155440
Nadav Rotem
2012-04-24
AVX: We lower VECTOR_SHUFFLE and BUILD_VECTOR nodes into vbroadcast instructions
Nadav Rotem
2012-04-23
Optimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SINT operations where th...
Nadav Rotem
2012-04-23
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-22
cleaned line endings in the newly added test file
Elena Demikhovsky
2012-04-22
ZERO_EXTEND/SIGN_EXTEND/TRUNCATE optimization for AVX2
Elena Demikhovsky
2012-04-21
Teach getVectorTypeBreakdown about promotion of vectors in addition to wideni...
Nadav Rotem
2012-04-20
Fix PR12599.
Jakob Stoklund Olesen
2012-04-19
Test for the the problem with xors being changed into ands
Joel Jones
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
[prev]
[next]