| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor out a bit of code that appears in several places into a | Dan Gohman | 2009-04-23 | 1 | -5/+2 |
* | In -fast mode do what FastISel does. | Devang Patel | 2009-04-16 | 1 | -0/+6 |
* | If FastISel is run and it has known DebugLoc then use it. | Devang Patel | 2009-04-16 | 1 | -1/+6 |
* | Fix what surely must be a copy+pasto. | Dan Gohman | 2009-03-27 | 1 | -2/+2 |
* | For inline asm output operand that matches an input. Encode the input operand... | Evan Cheng | 2009-03-20 | 1 | -3/+5 |
* | Enable Chris' value propagation change. It make available known sign, zero, o... | Evan Cheng | 2009-03-12 | 1 | -3/+1 |
* | - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit | Bill Wendling | 2009-02-24 | 1 | -2/+2 |
* | Generate these labels when we're in "fast" mode, not simply when we're no in | Bill Wendling | 2009-02-19 | 1 | -1/+1 |
* | When scheduling a block in parts, keep track of the overall | Dan Gohman | 2009-02-11 | 1 | -6/+6 |
* | Use getDebugLoc forwarder instead of getNode()->getDebugLoc. | Dale Johannesen | 2009-02-07 | 1 | -2/+2 |
* | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman | 2009-02-07 | 1 | -1/+1 |
* | Rename SelectionDAGISel::Schedule to | Dan Gohman | 2009-02-06 | 1 | -11/+8 |
* | Move ScheduleDAGSDNodes.h to be a private header. Front-ends | Dan Gohman | 2009-02-06 | 1 | -2/+2 |
* | Fill in more omissions in DebugLog propagation. | Dale Johannesen | 2009-02-04 | 1 | -2/+4 |
* | First initialize DAG otherwise dwarf writer is used uninitialized. | Devang Patel | 2009-02-03 | 1 | -1/+1 |
* | Pass in something sensible for the debug location information when creating the | Bill Wendling | 2009-02-03 | 1 | -1/+1 |
* | Use SDL->getCurDebugLoc() instead of unknown loc for landing pads. | Bill Wendling | 2009-02-03 | 1 | -1/+1 |
* | Explicitly pass in the "unknown" debug location. This is probably not | Bill Wendling | 2009-02-03 | 1 | -1/+1 |
* | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands | 2009-01-28 | 1 | -2/+2 |
* | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng | 2009-01-20 | 1 | -2/+2 |
* | Instead of adding dependence edges between terminator instructions | Dan Gohman | 2009-01-16 | 1 | -1/+1 |
* | Generalize the HazardRecognizer interface so that it can be used | Dan Gohman | 2009-01-15 | 1 | -2/+3 |
* | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman | 2009-01-15 | 1 | -25/+21 |
* | More consts on TargetLowering references. | Dan Gohman | 2009-01-15 | 1 | -3/+3 |
* | Use DebugInfo interface to lower dbg_* intrinsics. | Devang Patel | 2009-01-13 | 1 | -2/+3 |
* | 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 |