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