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