| Commit message (Expand) | Author | Age | Files | Lines | 
| ... |  | 
| *  | Untabify. | Eric Christopher | 2012-03-20 | 1 | -2/+2 | 
| *  | Add another debugging statement here. | Eric Christopher | 2012-03-20 | 1 | -0/+4 | 
| *  | Use lookUpRegForValue here instead of duplicating the code. | Eric Christopher | 2012-03-20 | 1 | -9/+2 | 
| *  | We actually handle AllocaInst via getRegForValue below just fine. | Eric Christopher | 2012-03-15 | 1 | -1/+1 | 
| *  | Add some debugging output into fast isel as well. | Eric Christopher | 2012-03-15 | 1 | -2/+6 | 
| *  | Properly emit _fltused with FastISel. Refactor to share code with SDAG. | Michael J. Spencer | 2012-02-22 | 1 | -0/+3 | 
| *  | Make all pointers to TargetRegisterClass const since they are all pointers to... | Craig Topper | 2012-02-22 | 1 | -2/+2 | 
| *  | Ignore the lifetime intrinsics in fast-isel. | Eric Christopher | 2012-02-17 | 1 | -0/+4 | 
| *  | [fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too. | Chad Rosier | 2012-02-04 | 1 | -2/+2 | 
| *  | Remove the now-dead llvm.eh.exception and llvm.eh.selector intrinsics. | Bill Wendling | 2012-01-31 | 1 | -54/+0 | 
| *  | [fast-isel] Remove SelectInsertValue() as fast-isel wasn't designed to handle  | Chad Rosier | 2011-12-13 | 1 | -103/+0 | 
| *  | [fast-isel] SelectInsertValue seems to be causing miscompiles for ARM.  Disab... | Chad Rosier | 2011-12-10 | 1 | -0/+1 | 
| *  | Typo. | Chad Rosier | 2011-12-10 | 1 | -1/+1 | 
| *  | [fast-isel] Add support for selecting insertvalue. | Chad Rosier | 2011-12-09 | 1 | -0/+102 | 
| *  | If fast-isel fails, remove dead instructions generated during the failed  | Chad Rosier | 2011-11-29 | 1 | -0/+27 | 
| *  | 80-column. | Chad Rosier | 2011-11-28 | 1 | -2/+4 | 
| *  | When fast iseling a GEP, accumulate the offset rather than emitting a series of | Chad Rosier | 2011-11-17 | 1 | -11/+35 | 
| *  | Add fast-isel stats to determine who's doing all the work, the  | Chad Rosier | 2011-11-16 | 1 | -0/+7 | 
| *  | GEPs with all zero indices are trivially coalesced by fast-isel.  For example, | Chad Rosier | 2011-11-15 | 1 | -0/+5 | 
| *  | Fix a thinko that Nick noticed. The previous code actually worked as | Dan Gohman | 2011-10-12 | 1 | -1/+1 | 
| *  | Directly point debug info to the stack slot of the arugment, instead of tryin... | Devang Patel | 2011-09-08 | 1 | -7/+4 | 
| *  | FastISel: avoid function calls between the materialization of the constant an... | Ivan Krasin | 2011-08-18 | 1 | -5/+20 | 
| *  | Revert r135423. | Devang Patel | 2011-07-19 | 1 | -22/+0 | 
| *  | Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a... | Jeffrey Yasskin | 2011-07-18 | 1 | -1/+1 | 
| *  | During bottom up fast-isel, instructions emitted to materalize registers are ... | Devang Patel | 2011-07-18 | 1 | -0/+22 | 
| *  | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -4/+4 | 
| *  | Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. | Jay Foad | 2011-07-13 | 1 | -1/+1 | 
| *  | Revert r133953 for now. | Devang Patel | 2011-06-29 | 1 | -22/+0 | 
| *  | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng | 2011-06-28 | 1 | -11/+11 | 
| *  | During bottom up fast-isel, instructions emitted to materalize registers are ... | Devang Patel | 2011-06-27 | 1 | -0/+22 | 
| *  | Handle debug info for  i128 constants. | Devang Patel | 2011-06-24 | 1 | -3/+8 | 
| *  | PR10077: fix fast-isel of extractvalue of aggregate constants. | Eli Friedman | 2011-06-06 | 1 | -1/+3 | 
| *  | Rewrite fast-isel integer cast handling to handle more cases, and to be simpl... | Eli Friedman | 2011-05-25 | 1 | -26/+6 | 
| *  | Make fast-isel work correctly s/uadd.with.overflow intrinsics. | Eli Friedman | 2011-05-16 | 1 | -7/+7 | 
| *  | Fix silly typo. | Eli Friedman | 2011-05-16 | 1 | -1/+1 | 
| *  | Basic fast-isel of extractvalue.  Not too helpful on its own, given the IR cl... | Eli Friedman | 2011-05-16 | 1 | -0/+42 | 
| *  | Fix a FIXME by moving the fast-isel implementation of the objectsize intrinsi... | Eli Friedman | 2011-05-14 | 1 | -0/+10 | 
| *  | Allow FastISel of three-register-operand instructions. | Owen Anderson | 2011-05-05 | 1 | -0/+24 | 
| *  | Make FastEmit_ri_ try a bit harder to succeed for supported operations; FastE... | Eli Friedman | 2011-04-29 | 1 | -2/+7 | 
| *  | Fix a silly mistake in r130338. | Eli Friedman | 2011-04-28 | 1 | -1/+1 | 
| *  | Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co... | Eli Friedman | 2011-04-27 | 1 | -2/+6 | 
| *  | Remove unused function. | Eli Friedman | 2011-04-27 | 1 | -47/+0 | 
| *  | Fast-isel support for simple inline asms. | Dan Gohman | 2011-04-26 | 1 | -10/+31 | 
| *  | Teach FastISel to deal with instructions that have two immediate operands. | Owen Anderson | 2011-04-22 | 1 | -10/+27 | 
| *  | Implement support for x86 fastisel of small fixed-sized memcpys, which are ge... | Chris Lattner | 2011-04-19 | 1 | -52/+44 | 
| *  | while we're at it, handle 'sdiv exact' of a power of 2 also, | Chris Lattner | 2011-04-18 | 1 | -0/+8 | 
| *  | fix rdar://9297011 - udiv by power of two causing fast-isel rejects | Chris Lattner | 2011-04-18 | 1 | -0/+4 | 
| *  | 1. merge fast-isel-shift-imm.ll into fast-isel-x86-64.ll | Chris Lattner | 2011-04-17 | 1 | -18/+30 | 
| *  | fix rdar://9289583 - fast isel should handle non-canonical commutative binops | Chris Lattner | 2011-04-17 | 1 | -4/+23 | 
| *  | Fix a ton of comment typos found by codespell.  Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |