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