summaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Revert the "XFAIL" for the rotate_ops.ll testcase. Instead, mark ISD::ROTRBill Wendling2008-08-311-5/+0
* CellSPU doesn't appear to support fully the "ISD::ROTR" operation. The DAGBill Wendling2008-08-311-0/+6
* Re-apply 55467 with fix. If copy is being replaced by remat'ed def, transfer ...Evan Cheng2008-08-302-2/+4
* Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shi...Evan Cheng2008-08-301-0/+24
* Testcases for ppc atomics.Dale Johannesen2008-08-302-0/+1522
* Swap fp comparison operands and change predicate to allow load folding (safel...Evan Cheng2008-08-291-1/+1
* xfail this.Evan Cheng2008-08-291-0/+1
* allow this to pass.Chris Lattner2008-08-291-21/+1
* Swap fp comparison operands and change predicate to allow load folding.Evan Cheng2008-08-282-3/+21
* In lowering SELECT_CC, removed cases where we can't flip the true and false w...Mon P Wang2008-08-281-1/+1
* Optimize DAGCombiner's worklist processing. Previously it startedDan Gohman2008-08-281-1/+1
* Revert r55467; it causes regressions in UnitTests/Vector/divides,Dan Gohman2008-08-282-4/+2
* If a copy isn't coalesced, but its src is defined by trivial computation. Re-...Evan Cheng2008-08-282-2/+4
* This test crashes on non-x86 host; make SSE explicit.Dale Johannesen2008-08-281-1/+1
* Basic FastISel support for floating-point constants.Dan Gohman2008-08-271-1/+2
* If an xmm register is referenced explicitly in an inline asm, make sure to Chris Lattner2008-08-261-0/+16
* Try approach to moving call address load inside of callseq_start. Now it's do...Evan Cheng2008-08-251-1/+0
* Add support for fast isel of (integer) immediate materialization pattens, and...Owen Anderson2008-08-251-0/+5
* Adjust grep's for new code sequence.Dale Johannesen2008-08-252-2/+2
* Fix asm printing of MOVSDto64mr and MOV64toSDrm.Evan Cheng2008-08-251-0/+58
* Fix this test. Don't null out the file, just XFAIL it until patch can be fixed.Bill Wendling2008-08-241-0/+11
* Temporarily reverting r55292. It's causing a bootstraping failure:Bill Wendling2008-08-241-10/+0
* Move callseq_start above the call address load to allow load to be folded int...Evan Cheng2008-08-241-0/+10
* Testcase for 64bit maskmovqAnton Korobeynikov2008-08-231-0/+27
* Test all currently supported atomic builtins on x86-{32,64}.Dale Johannesen2008-08-222-0/+1833
* Factor out the predicate check code from DAGISelEmitter.cppDan Gohman2008-08-221-1/+1
* Testcase for PR2585.Bill Wendling2008-08-211-0/+21
* Add -mattr=sse2 so this test doesn't fail on non-x86 hosts.Dan Gohman2008-08-211-1/+1
* Make x86 and sse2 explicit for non-x86 hosts.Dale Johannesen2008-08-212-2/+2
* Fix a number of byval / memcpy / memset related codegen issues.Evan Cheng2008-08-216-14/+57
* getelementptr doesn't work on x86-64 yet, because itDan Gohman2008-08-211-1/+0
* MVT::getMVT uses iPTR for pointer types, while we need the actualDan Gohman2008-08-211-2/+5
* Basic fast-isel support for instructions with constant int operands.Dan Gohman2008-08-211-1/+2
* Add a -march line for this test, and run it on x86-64 too for fun.Dan Gohman2008-08-201-1/+2
* Add FastISel support for floating-point operations.Dan Gohman2008-08-201-1/+17
* Add FastISel support for several more binary operators.Dan Gohman2008-08-201-2/+8
* Add support for the __sync_sub_and_fetch atomics and friends for X86. The codeBill Wendling2008-08-191-0/+11
* Fast-isel is now *minimally* functional. Add a testcase toDan Gohman2008-08-191-0/+17
* Add support for 8 and 16 bit forms of __syncDale Johannesen2008-08-191-2/+3
* Fix a (u)comiss intrinsic lowering bug. It was using anyext which can return ...Evan Cheng2008-08-171-0/+9
* Improve support for vector casts in LLVM IR and CodeGen.Dan Gohman2008-08-141-0/+45
* Allow SelectionDAG to create EXTRACT_VECTOR_ELT nodes withDan Gohman2008-08-131-0/+11
* Improve the grep commands for this test to be tolerant of ABIDan Gohman2008-08-111-1/+4
* Take the FrameOffset into account when computing the alignmentDan Gohman2008-08-111-0/+23
* Add an EXTRACTPSmr pattern to match the pattern thatDan Gohman2008-08-081-0/+16
* It's not legal to output a GV in a coalesced section if it's used in an ARM P...Evan Cheng2008-08-081-0/+13
* Don't crash printing the asm for a ConstantExpr PtrToInt just because the intNick Lewycky2008-08-081-0/+7
* Support added for ctlz intrinsic, test case added.Bruno Cardoso Lopes2008-08-081-0/+12
* [Last] Batch 7 of Mips CodeGen testsBruno Cardoso Lopes2008-08-083-0/+40
* Batch 6 of Mips CodeGen testsBruno Cardoso Lopes2008-08-083-0/+52