aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fast-isel.ll
Commit message (Expand)AuthorAgeFilesLines
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
* X86FastISel support for loading and storing values of type i1.Dan Gohman2009-08-271-0/+9
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-4/+4
* Add a few more ptrtoint/inttoptr cast tests.Dan Gohman2009-03-131-2/+10
* Improve FastISel's handling of truncates to i1, and implementDan Gohman2009-03-131-1/+10
* Load from GV stub should be locally CSE'd.Evan Cheng2008-09-041-8/+0
* Add X86 target hook to implement load (even from GlobalAddress).Evan Cheng2008-09-031-3/+11
* 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
* Add support for fast isel of (integer) immediate materialization pattens, and...Owen Anderson2008-08-251-0/+5
* Factor out the predicate check code from DAGISelEmitter.cppDan Gohman2008-08-221-1/+1
* Add -mattr=sse2 so this test doesn't fail on non-x86 hosts.Dan Gohman2008-08-211-1/+1
* 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
* Fast-isel is now *minimally* functional. Add a testcase toDan Gohman2008-08-191-0/+17