aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-isel.ll
AgeCommit message (Expand)Author
2012-07-06[fast-isel] Tell fast-isel to do nothing with the new donothing intrinsic.Chad Rosier
2012-05-20Properly constrain register classes for sub-registers.Jakob Stoklund Olesen
2012-02-18Testcase for the previous commit.Eric Christopher
2011-05-18Force a triple on a couple of tests; we don't support fast-isel of ret on Win64.Eli Friedman
2011-05-18Make some of the fast-isel tests actually test fast-isel (and fix test failur...Eli Friedman
2011-04-26Fast-isel support for simple inline asms.Dan Gohman
2011-04-22Recommit the fix for rdar://9289512 with a couple tweaks toChris Lattner
2010-07-10Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman
2010-07-09--- Reverse-merging r107947 into '.':Bob Wilson
2010-07-09Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman
2010-07-08Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman
2010-07-07Implement bottom-up fast-isel. This has the advantage of not requiringDan Gohman
2010-04-09Merge a few fast-isel tests.Dan Gohman
2010-01-12Revert commit 93204, since it causes the assembler to barfDuncan Sands
2010-01-11Add manual ISD::OR fastisel selection routines. TableGen is no longer autogen...Evan Cheng
2010-01-11Extend r93152 to work on OR r, r. If the source set bits are known not to ove...Evan Cheng
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-27X86FastISel support for loading and storing values of type i1.Dan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-03-13Add a few more ptrtoint/inttoptr cast tests.Dan Gohman
2009-03-13Improve FastISel's handling of truncates to i1, and implementDan Gohman
2008-09-04Load from GV stub should be locally CSE'd.Evan Cheng
2008-09-03Add X86 target hook to implement load (even from GlobalAddress).Evan Cheng
2008-08-28This test crashes on non-x86 host; make SSE explicit.Dale Johannesen
2008-08-27Basic FastISel support for floating-point constants.Dan Gohman
2008-08-25Add support for fast isel of (integer) immediate materialization pattens, and...Owen Anderson
2008-08-22Factor out the predicate check code from DAGISelEmitter.cppDan Gohman
2008-08-21Add -mattr=sse2 so this test doesn't fail on non-x86 hosts.Dan Gohman
2008-08-21getelementptr doesn't work on x86-64 yet, because itDan Gohman
2008-08-21MVT::getMVT uses iPTR for pointer types, while we need the actualDan Gohman
2008-08-21Basic fast-isel support for instructions with constant int operands.Dan Gohman
2008-08-20Add a -march line for this test, and run it on x86-64 too for fun.Dan Gohman
2008-08-20Add FastISel support for floating-point operations.Dan Gohman
2008-08-20Add FastISel support for several more binary operators.Dan Gohman
2008-08-19Fast-isel is now *minimally* functional. Add a testcase toDan Gohman