| Commit message (Expand) | Author | Age | Files | Lines |
* | Request DwarfWriter. This will be used to handle dbg_* intrinsics. | Devang Patel | 2009-01-09 | 1 | -1/+4 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -1/+0 |
* | Reapply r60997, this time without forgetting that | Duncan Sands | 2008-12-14 | 1 | -2/+2 |
* | Temporarily revert r60997. It was causing this failure: | Bill Wendling | 2008-12-13 | 1 | -2/+2 |
* | LegalizeDAG is not supposed to introduce illegal | Duncan Sands | 2008-12-13 | 1 | -2/+2 |
* | If the type legalizer actually legalized anything | Duncan Sands | 2008-11-24 | 1 | -8/+29 |
* | Remove the "fast" form of the list-burr scheduler, and use the | Dan Gohman | 2008-11-20 | 1 | -6/+6 |
* | Experimental post-pass scheduling support. Post-pass scheduling | Dan Gohman | 2008-11-19 | 1 | -1/+1 |
* | Move the code that inserts X87 FP_REG_KILL instructions from a | Dan Gohman | 2008-11-12 | 1 | -3/+0 |
* | Change the scheduler accessor methods to accept an explicit TargetMachine | Dan Gohman | 2008-11-11 | 1 | -3/+5 |
* | Take Chris' suggestion and define EnableFastISelVerbose and | Dan Gohman | 2008-10-28 | 1 | -8/+3 |
* | Protect the code for fast-isel debugging with #ifndef NDEBUG. | Dan Gohman | 2008-10-28 | 1 | -0/+10 |
* | Turn on LegalizeTypes, the new type legalization | Duncan Sands | 2008-10-27 | 1 | -2/+2 |
* | Fast-isel no longer an experiment. | Dan Gohman | 2008-10-20 | 1 | -1/+1 |
* | FastISel support for exception-handling constructs. | Dan Gohman | 2008-10-14 | 1 | -47/+50 |
* | Fix command-line option printing to print two spaces where needed, | Dan Gohman | 2008-10-14 | 1 | -1/+1 |
* | Fix fast-isel's handling of atomic instructions. They may | Dan Gohman | 2008-10-04 | 1 | -1/+4 |
* | Fix FastISel to not initialize the PIC-base register multiple times | Dan Gohman | 2008-09-29 | 1 | -60/+65 |
* | Large mechanical patch. | Devang Patel | 2008-09-25 | 1 | -1/+1 |
* | Don't print fast-isel debug messages by default. Thanks Chris! | Dan Gohman | 2008-09-25 | 1 | -3/+6 |
* | Don't forget the newline in debug output. | Dan Gohman | 2008-09-25 | 1 | -1/+1 |
* | FastISel support for debug info. | Dan Gohman | 2008-09-25 | 1 | -2/+20 |
* | Enable DeadMachineInstructionElim when Fast-ISel is enabled. | Dan Gohman | 2008-09-25 | 1 | -3/+0 |
* | Next round of earlyclobber handling. Approach the | Dale Johannesen | 2008-09-24 | 1 | -3/+2 |
* | s/ParameterAttributes/Attributes/g | Devang Patel | 2008-09-23 | 1 | -1/+0 |
* | Arrange for FastISel code to have access to the MachineModuleInfo | Dan Gohman | 2008-09-23 | 1 | -4/+7 |
* | Add a bit to mark operands of asm's that conflict | Dale Johannesen | 2008-09-17 | 1 | -2/+3 |
* | 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 |