aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fast-isel.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-12/+12
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+2
* [fast-isel] Tell fast-isel to do nothing with the new donothing intrinsic.Chad Rosier2012-07-061-0/+8
* Properly constrain register classes for sub-registers.Jakob Stoklund Olesen2012-05-201-2/+2
* Testcase for the previous commit.Eric Christopher2012-02-181-1/+10
* Force a triple on a couple of tests; we don't support fast-isel of ret on Win64.Eli Friedman2011-05-181-1/+1
* Make some of the fast-isel tests actually test fast-isel (and fix test failur...Eli Friedman2011-05-181-12/+17
* Fast-isel support for simple inline asms.Dan Gohman2011-04-261-0/+1
* Recommit the fix for rdar://9289512 with a couple tweaks toChris Lattner2011-04-221-0/+10
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-101-8/+6
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-091-6/+8
* Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman2010-07-091-8/+6
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-081-6/+8
* Implement bottom-up fast-isel. This has the advantage of not requiringDan Gohman2010-07-071-8/+6
* Merge a few fast-isel tests.Dan Gohman2010-04-091-0/+21
* Revert commit 93204, since it causes the assembler to barfDuncan Sands2010-01-121-1/+1
* Add manual ISD::OR fastisel selection routines. TableGen is no longer autogen...Evan Cheng2010-01-111-1/+1
* Extend r93152 to work on OR r, r. If the source set bits are known not to ove...Evan Cheng2010-01-111-1/+1
* 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