| Commit message (Expand) | Author | Age | Files | Lines |
* | eliminate all 80-col violations that I have introduced in my recent checkins ... | Gabor Greif | 2009-08-27 | 1 | -6/+7 |
* | Clean up the minor mess I caused with removing iterator.h. I shall take care ... | Gabor Greif | 2009-08-27 | 1 | -1/+1 |
* | Use the schedule itinerary operand use/def cycle information to adjust depend... | David Goodwin | 2009-08-19 | 1 | -0/+6 |
* | Add callback to allow target to adjust latency of schedule dependency edge. | David Goodwin | 2009-08-13 | 1 | -0/+5 |
* | Add a new bit to SUnit to record whether a node has implicit physreg | Dan Gohman | 2009-03-23 | 1 | -0/+4 |
* | Fix the Win32 VS2008 build: | Sebastian Redl | 2009-03-19 | 1 | -1/+1 |
* | Unbreak the build on win32. | Cedric Venet | 2009-02-14 | 1 | -1/+1 |
* | When scheduling a block in parts, keep track of the overall | Dan Gohman | 2009-02-11 | 1 | -11/+6 |
* | Factor out more code for computing register live-range informationfor | Dan Gohman | 2009-02-10 | 1 | -0/+15 |
* | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman | 2009-02-07 | 1 | -1/+1 |
* | Tidy up the ScheduleDAG class definition a little. Make a few | Dan Gohman | 2009-02-06 | 1 | -22/+20 |
* | Instead of adding dependence edges between terminator instructions | Dan Gohman | 2009-01-16 | 1 | -1/+5 |
* | CreateVirtualRegisters does trivial copy coalescing. If a node def is used by... | Evan Cheng | 2009-01-16 | 1 | -4/+5 |
* | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman | 2009-01-15 | 1 | -4/+3 |
* | Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register... | Evan Cheng | 2009-01-12 | 1 | -1/+1 |
* | Rename BuildSchedUnits to BuildSchedGraph, and refactor the | Dan Gohman | 2008-12-23 | 1 | -2/+2 |
* | Add an accesor for the isNormalMemory field in the SDep class. | Dan Gohman | 2008-12-22 | 1 | -0/+7 |
* | Fix the comments for getDepth and getHeight. | Dan Gohman | 2008-12-17 | 1 | -3/+3 |
* | Add initial support for back-scheduling address computations, | Dan Gohman | 2008-12-16 | 1 | -2/+3 |
* | Fix some register-alias-related bugs in the post-RA scheduler liveness | Dan Gohman | 2008-12-16 | 1 | -12/+56 |
* | Move addPred and removePred out-of-line. | Dan Gohman | 2008-12-16 | 1 | -53/+2 |
* | Make addPred and removePred return void, since the return value is not | Dan Gohman | 2008-12-16 | 1 | -9/+6 |
* | Add a getSDep() access function to SUnitIterator to return the | Dan Gohman | 2008-12-16 | 1 | -2/+5 |
* | Reorder some SDep methods. No functionality change. | Dan Gohman | 2008-12-16 | 1 | -6/+6 |
* | SDep's operator== should compare the Latency field too. | Dan Gohman | 2008-12-16 | 1 | -1/+1 |
* | Rewrite the SDep class, and simplify some of the related code. | Dan Gohman | 2008-12-09 | 1 | -41/+208 |
* | Initial support for anti-dependence breaking. Currently this code does not | Dan Gohman | 2008-11-25 | 1 | -2/+75 |
* | Fix an unused-parameter warning. | Dan Gohman | 2008-11-24 | 1 | -1/+1 |
* | Check in the rest of this change. The isAntiDep flag needs to be passed | Dan Gohman | 2008-11-24 | 1 | -2/+3 |
* | Add a flag to SDep for tracking which edges are anti-dependence edges. | Dan Gohman | 2008-11-21 | 1 | -6/+10 |
* | Rename SDep's isSpecial to isArtificial, to make this field a little | Dan Gohman | 2008-11-21 | 1 | -12/+14 |
* | Factor out the code for verifying the work of the scheduler, | Dan Gohman | 2008-11-20 | 1 | -2/+8 |
* | Experimental post-pass scheduling support. Post-pass scheduling | Dan Gohman | 2008-11-19 | 1 | -184/+22 |
* | Move the code for printing a graph node label for an SUnit into | Dan Gohman | 2008-11-19 | 1 | -0/+4 |
* | Convert SUnit's dump method into a print method and implement | Dan Gohman | 2008-11-19 | 1 | -0/+1 |
* | Change SUnit's dump method to take a ScheduleDAG* instead of | Dan Gohman | 2008-11-18 | 1 | -2/+3 |
* | There is no InstrStage class. | Dan Gohman | 2008-11-18 | 1 | -1/+0 |
* | Add support for building a ScheduleDAG from MachineInstrs. This is currently | Dan Gohman | 2008-11-14 | 1 | -0/+5 |
* | Add a version of NewSUnit for creating units with MachineInstrs. | Dan Gohman | 2008-11-14 | 1 | -0/+8 |
* | Initial support for carrying MachineInstrs in SUnits. | Dan Gohman | 2008-11-14 | 1 | -4/+39 |
* | Clarify the comment about NumPreds and NumSuccs to reflect that they only | Dan Gohman | 2008-11-13 | 1 | -2/+2 |
* | Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit | Dan Gohman | 2008-11-13 | 1 | -1/+0 |
* | Make the Node member of SUnit private, and add accessors. | Dan Gohman | 2008-11-13 | 1 | -0/+8 |
* | Change ScheduleDAG's DAG member from a reference to a pointer, to prepare | Dan Gohman | 2008-11-13 | 1 | -2/+2 |
* | Change the scheduler accessor methods to accept an explicit TargetMachine | Dan Gohman | 2008-11-11 | 1 | -0/+5 |
* | Next round of earlyclobber handling. Approach the | Dale Johannesen | 2008-09-24 | 1 | -3/+1 |
* | Add a new "fast" scheduler. This is currently basically just a | Dan Gohman | 2008-09-18 | 1 | -0/+7 |
* | Add a bit to mark operands of asm's that conflict | Dale Johannesen | 2008-09-17 | 1 | -1/+2 |
* | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 1 | -1/+1 |
* | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -1/+1 |