Age | Commit message (Expand) | Author |
2008-10-28 | Take Chris' suggestion and define EnableFastISelVerbose and | Dan Gohman |
2008-10-28 | Protect the code for fast-isel debugging with #ifndef NDEBUG. | Dan Gohman |
2008-10-27 | Turn on LegalizeTypes, the new type legalization | Duncan Sands |
2008-10-20 | Fast-isel no longer an experiment. | Dan Gohman |
2008-10-14 | FastISel support for exception-handling constructs. | Dan Gohman |
2008-10-14 | Fix command-line option printing to print two spaces where needed, | Dan Gohman |
2008-10-04 | Fix fast-isel's handling of atomic instructions. They may | Dan Gohman |
2008-09-29 | Fix FastISel to not initialize the PIC-base register multiple times | Dan Gohman |
2008-09-25 | Large mechanical patch. | Devang Patel |
2008-09-25 | Don't print fast-isel debug messages by default. Thanks Chris! | Dan Gohman |
2008-09-25 | Don't forget the newline in debug output. | Dan Gohman |
2008-09-25 | FastISel support for debug info. | Dan Gohman |
2008-09-25 | Enable DeadMachineInstructionElim when Fast-ISel is enabled. | Dan Gohman |
2008-09-24 | Next round of earlyclobber handling. Approach the | Dale Johannesen |
2008-09-23 | s/ParameterAttributes/Attributes/g | Devang Patel |
2008-09-23 | Arrange for FastISel code to have access to the MachineModuleInfo | Dan Gohman |
2008-09-17 | Add a bit to mark operands of asm's that conflict | Dale Johannesen |
2008-09-16 | Don't take the time to CheckDAGForTailCallsAndFixThem when tail calls | Dan Gohman |
2008-09-13 | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman |
2008-09-12 | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman |
2008-09-10 | Add X86FastISel support for static allocas, and refences | Dan Gohman |
2008-09-10 | Add a break statement that I accidentally deleted when | Dan Gohman |
2008-09-09 | Change -fast-isel-no-abort to -fast-isel-abort, which now defaults | Dan Gohman |
2008-09-09 | Add a new option, -fast-isel-verbose, that can be used with | Dan Gohman |
2008-09-09 | Remove the code that protected FastISel from aborting in | Dan Gohman |
2008-09-08 | Fix a few I's that were meant to be renamed to BI's. | Dan Gohman |
2008-09-08 | Avoid redefinition and nnbreak windows build. | Evan Cheng |
2008-09-05 | Move the code that inserts copies for function livein registers | Dan Gohman |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-09-03 | Create HandlePHINodesInSuccessorBlocksFast, a version of | Dan Gohman |
2008-09-03 | Split the SelectionDAG-building code, including the FunctionLoweringInfo | Dan Gohman |
2008-09-03 | If TargetSelectInstruction returns true, move to next instruction. | Evan Cheng |
2008-09-02 | Ensure that HandlePHINodesInSuccessorBlocks is run for all blocks, | Dan Gohman |
2008-08-28 | Add a target callback for FastISel. | Dan Gohman |
2008-08-28 | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif |
2008-08-28 | Move CaseBlock, JumpTable, and BitTestBlock to be members of | Dan Gohman |
2008-08-28 | Fix a FastISel bug where the instructions from lowering the arguments | Dan Gohman |
2008-08-28 | Reduce the size of the Parts vector. | Rafael Espindola |
2008-08-28 | Correctly resize the Parts array. | Rafael Espindola |
2008-08-28 | Split the ATOMIC NodeType's to include the size, e.g. | Dale Johannesen |
2008-08-27 | Reorganize the lifetimes of the major objects SelectionDAGISel | Dan Gohman |
2008-08-26 | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif |
2008-08-26 | typo fix. | Chris Lattner |
2008-08-23 | Make MBBMap a DenseMap instead of a std::map. | Dan Gohman |
2008-08-23 | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman |
2008-08-23 | Avoid creating shift-by-zero SDNodes in the common case of | Dan Gohman |
2008-08-22 | Reapply r55191 and r55192. | Dan Gohman |
2008-08-22 | Reverting r55190, r55191, and r55192. They broke the build with this error me... | Bill Wendling |
2008-08-22 | Support non-fallthrough unconditional branches in FastISel. | Dan Gohman |
2008-08-20 | First cut, un-optimized (and untested) fast isel lowering of GetElementPtrInst. | Evan Cheng |