| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't take the time to CheckDAGForTailCallsAndFixThem when tail calls | Dan Gohman | 2008-09-16 | 1 | -1/+2 |
| * | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman | 2008-09-13 | 1 | -36/+25 |
| * | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -2/+2 |
| * | Add X86FastISel support for static allocas, and refences | Dan Gohman | 2008-09-10 | 1 | -1/+2 |
| * | Add a break statement that I accidentally deleted when | Dan Gohman | 2008-09-10 | 1 | -0/+1 |
| * | Change -fast-isel-no-abort to -fast-isel-abort, which now defaults | Dan Gohman | 2008-09-09 | 1 | -7/+12 |
| * | Add a new option, -fast-isel-verbose, that can be used with | Dan Gohman | 2008-09-09 | 1 | -15/+21 |
| * | Remove the code that protected FastISel from aborting in | Dan Gohman | 2008-09-09 | 1 | -5/+2 |
| * | Fix a few I's that were meant to be renamed to BI's. | Dan Gohman | 2008-09-08 | 1 | -2/+2 |
| * | Avoid redefinition and nnbreak windows build. | Evan Cheng | 2008-09-08 | 1 | -16/+16 |
| * | Move the code that inserts copies for function livein registers | Dan Gohman | 2008-09-05 | 1 | -7/+113 |
| * | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
| * | Create HandlePHINodesInSuccessorBlocksFast, a version of | Dan Gohman | 2008-09-03 | 1 | -32/+41 |
| * | Split the SelectionDAG-building code, including the FunctionLoweringInfo | Dan Gohman | 2008-09-03 | 1 | -5134/+6 |
| * | If TargetSelectInstruction returns true, move to next instruction. | Evan Cheng | 2008-09-03 | 1 | -1/+3 |
| * | Ensure that HandlePHINodesInSuccessorBlocks is run for all blocks, | Dan Gohman | 2008-09-02 | 1 | -3/+9 |
| * | Add a target callback for FastISel. | Dan Gohman | 2008-08-28 | 1 | -2/+7 |
| * | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -30/+30 |
| * | Move CaseBlock, JumpTable, and BitTestBlock to be members of | Dan Gohman | 2008-08-28 | 1 | -80/+77 |
| * | Fix a FastISel bug where the instructions from lowering the arguments | Dan Gohman | 2008-08-28 | 1 | -12/+16 |
| * | Reduce the size of the Parts vector. | Rafael Espindola | 2008-08-28 | 1 | -3/+4 |
| * | Correctly resize the Parts array. | Rafael Espindola | 2008-08-28 | 1 | -1/+1 |
| * | Split the ATOMIC NodeType's to include the size, e.g. | Dale Johannesen | 2008-08-28 | 1 | -18/+179 |
| * | Reorganize the lifetimes of the major objects SelectionDAGISel | Dan Gohman | 2008-08-27 | 1 | -227/+336 |
| * | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif | 2008-08-26 | 1 | -11/+11 |
| * | typo fix. | Chris Lattner | 2008-08-26 | 1 | -1/+1 |
| * | Make MBBMap a DenseMap instead of a std::map. | Dan Gohman | 2008-08-23 | 1 | -3/+3 |
| * | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman | 2008-08-23 | 1 | -223/+228 |
| * | Avoid creating shift-by-zero SDNodes in the common case of | Dan Gohman | 2008-08-23 | 1 | -9/+10 |
| * | Reapply r55191 and r55192. | Dan Gohman | 2008-08-22 | 1 | -1/+1 |
| * | Reverting r55190, r55191, and r55192. They broke the build with this error me... | Bill Wendling | 2008-08-22 | 1 | -1/+1 |
| * | Support non-fallthrough unconditional branches in FastISel. | Dan Gohman | 2008-08-22 | 1 | -1/+1 |
| * | First cut, un-optimized (and untested) fast isel lowering of GetElementPtrInst. | Evan Cheng | 2008-08-20 | 1 | -2/+2 |
| * | Simplify FastISel's constructor argument list, make the FastISel | Dan Gohman | 2008-08-20 | 1 | -3/+3 |
| * | Dump the instruction that foiled ISel even when -debug is not used. | Dan Gohman | 2008-08-20 | 1 | -1/+3 |
| * | Kill off SimpleBBISel, it's replaced by FastISel. | Evan Cheng | 2008-08-20 | 1 | -4/+1 |
| * | Disable DAGCombine's alignment inference in "fast" codegen mode. | Dan Gohman | 2008-08-20 | 1 | -4/+4 |
| * | Use BitVector instead of std::vector<unsigned char>. | Dan Gohman | 2008-08-20 | 1 | -2/+1 |
| * | Fix a leak in the FastISel code that Chris pointed out. | Dan Gohman | 2008-08-20 | 1 | -0/+8 |
| * | Add support for running SelectionDAG if FastISel fails. This is under | Dan Gohman | 2008-08-20 | 1 | -11/+16 |
| * | Add code to call FastISel, and a command-line option to enable it. | Dan Gohman | 2008-08-19 | 1 | -1/+32 |
| * | Rename some GC classes so that their roll will hopefully be clearer. | Gordon Henriksen | 2008-08-17 | 1 | -17/+18 |
| * | Factor GC metadata table assembly generation out of Collector in preparation ... | Gordon Henriksen | 2008-08-17 | 1 | -1/+1 |
| * | Rename SelectionDAGISel's FastISel to Fast, to begin to make | Dan Gohman | 2008-08-13 | 1 | -3/+3 |
| * | Add skeleton of simple basic block instruction selector. | Evan Cheng | 2008-08-08 | 1 | -3/+7 |
| * | Factor code that finalize PHI nodes, jump tables, etc. out of SelectBasicBloc... | Evan Cheng | 2008-08-07 | 1 | -14/+23 |
| * | Remove the -disable-correct-folding option, which was ugly and is no longer n... | Owen Anderson | 2008-08-05 | 1 | -7/+2 |
| * | This option doesn't need to be a target option. It can be in SDISel instead. | Owen Anderson | 2008-08-05 | 1 | -0/+3 |
| * | - Fix SelectionDAG to generate correct CFGs. | Owen Anderson | 2008-08-04 | 1 | -4/+17 |
| * | Fix SDISel lowering of PHI nodes to use ComputeValueVTs. | Dan Gohman | 2008-08-04 | 1 | -9/+20 |