Age | Commit message (Expand) | Author |
2013-03-28 | [fast-isel] Add a preemptive fix for the case where we fail to materialize an | Chad Rosier |
2013-03-11 | Fix a crasher newly introduced in r176659/r176649, where fast-isel tries to | Nick Lewycky |
2013-03-08 | Disable statistics on Release builds and move tests that depend on -stats. | Jan Wen Voung |
2013-03-07 | [fast-isel] Seriously, add support for the expect intrinsic. | Chad Rosier |
2013-03-07 | [fast-isel] Add support for the expect intrinsic. | Chad Rosier |
2013-02-28 | Put some per-instruction statistics of fast isel under NDEBUG, together with | Eli Bendersky |
2013-02-27 | Reverted: r176136 - Have a way for a target to opt-out of target-independent ... | Michael Ilseman |
2013-02-26 | Have a way for a target to opt-out of target-independent fast isel | Michael Ilseman |
2013-02-22 | Fix isa<> check which could never be true. | Pete Cooper |
2013-02-11 | Currently, codegen may spent some time in SDISel passes even if an entire | Evan Cheng |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-17 | Revert/correct some FastISel changes in r170104 (EVT->MVT for | Patrik Hagglund |
2012-12-13 | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund |
2012-12-11 | Revert EVT->MVT changes, r169836-169851, due to buildbot failures. | Patrik Hagglund |
2012-12-11 | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-11-01 | Revert the series of commits starting with r166578 which introduced the | Chandler Carruth |
2012-10-24 | Add in support for getIntPtrType to get the pointer type based on the address... | Micah Villmow |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
2012-10-03 | Revert 165051-165049 while looking into the foreach.m failure in | Eric Christopher |
2012-10-02 | Remove the SavePoint infrastructure from fast isel, replace | Eric Christopher |
2012-08-03 | Try to reduce the compile time impact of r161232. | Bob Wilson |
2012-08-03 | Fall back to selection DAG isel for calls to builtin functions. | Bob Wilson |
2012-07-06 | Whitespace. | Chad Rosier |
2012-07-06 | [fast-isel] Tell fast-isel to do nothing with the new donothing intrinsic. | Chad Rosier |
2012-06-28 | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and | Bill Wendling |
2012-06-01 | ARM: properly handle alignment for struct byval. | Manman Ren |
2012-05-20 | Properly constrain register classes for sub-registers. | Jakob Stoklund Olesen |
2012-05-11 | Revert 156658. | Chad Rosier |
2012-05-11 | [fast-isel] Fast-isel doesn't use the expect intrinsic. | Chad Rosier |
2012-04-10 | To ensure that we have more accurate line information for a block | Eric Christopher |
2012-03-30 | If we have a VLA that has a "use" in a metadata node that's then used | Bill Wendling |
2012-03-22 | [fast-isel] Fold "urem x, pow2" -> "and x, pow2-1". This should fix the 271% | Chad Rosier |
2012-03-20 | Do everything up to generating code to try to get a register for | Eric Christopher |
2012-03-20 | Untabify. | Eric Christopher |
2012-03-20 | Add another debugging statement here. | Eric Christopher |
2012-03-20 | Use lookUpRegForValue here instead of duplicating the code. | Eric Christopher |
2012-03-15 | We actually handle AllocaInst via getRegForValue below just fine. | Eric Christopher |
2012-03-15 | Add some debugging output into fast isel as well. | Eric Christopher |
2012-02-22 | Properly emit _fltused with FastISel. Refactor to share code with SDAG. | Michael J. Spencer |
2012-02-22 | Make all pointers to TargetRegisterClass const since they are all pointers to... | Craig Topper |
2012-02-17 | Ignore the lifetime intrinsics in fast-isel. | Eric Christopher |
2012-02-04 | [fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too. | Chad Rosier |
2012-01-31 | Remove the now-dead llvm.eh.exception and llvm.eh.selector intrinsics. | Bill Wendling |
2011-12-13 | [fast-isel] Remove SelectInsertValue() as fast-isel wasn't designed to handle | Chad Rosier |
2011-12-10 | [fast-isel] SelectInsertValue seems to be causing miscompiles for ARM. Disab... | Chad Rosier |
2011-12-10 | Typo. | Chad Rosier |
2011-12-09 | [fast-isel] Add support for selecting insertvalue. | Chad Rosier |
2011-11-29 | If fast-isel fails, remove dead instructions generated during the failed | Chad Rosier |
2011-11-28 | 80-column. | Chad Rosier |