Age | Commit message (Expand) | Author |
2010-03-10 | Progress towards shepherding debug info through SelectionDAG. | Dale Johannesen |
2009-11-20 | Remove some old experimental code that is no longer needed. Remove additional... | David Goodwin |
2009-11-03 | Do a scheduling pass ignoring anti-dependencies to identify candidate registe... | David Goodwin |
2009-10-14 | Delete bogus semicolons. | Dan Gohman |
2009-10-14 | Remove a bunch of unused arguments from functions, silencing a | Eric Christopher |
2009-10-12 | Delete some obsolete declarations. | Dan Gohman |
2009-10-09 | The ScheduleDAG framework now requires an AliasAnalysis argument, though | Dan Gohman |
2009-09-30 | Fix integer overflow in instruction scheduling. This can happen if we have | Reid Kleckner |
2009-09-25 | Improve MachineMemOperand handling. | Dan Gohman |
2009-09-18 | Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ... | Evan Cheng |
2009-08-27 | eliminate all 80-col violations that I have introduced in my recent checkins ... | Gabor Greif |
2009-08-27 | Clean up the minor mess I caused with removing iterator.h. I shall take care ... | Gabor Greif |
2009-08-19 | Use the schedule itinerary operand use/def cycle information to adjust depend... | David Goodwin |
2009-08-13 | Add callback to allow target to adjust latency of schedule dependency edge. | David Goodwin |
2009-03-23 | Add a new bit to SUnit to record whether a node has implicit physreg | Dan Gohman |
2009-03-19 | Fix the Win32 VS2008 build: | Sebastian Redl |
2009-02-14 | Unbreak the build on win32. | Cedric Venet |
2009-02-11 | When scheduling a block in parts, keep track of the overall | Dan Gohman |
2009-02-10 | Factor out more code for computing register live-range informationfor | Dan Gohman |
2009-02-07 | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman |
2009-02-06 | Tidy up the ScheduleDAG class definition a little. Make a few | Dan Gohman |
2009-01-16 | Instead of adding dependence edges between terminator instructions | Dan Gohman |
2009-01-16 | CreateVirtualRegisters does trivial copy coalescing. If a node def is used by... | Evan Cheng |
2009-01-15 | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman |
2009-01-12 | Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register... | Evan Cheng |
2008-12-23 | Rename BuildSchedUnits to BuildSchedGraph, and refactor the | Dan Gohman |
2008-12-22 | Add an accesor for the isNormalMemory field in the SDep class. | Dan Gohman |
2008-12-17 | Fix the comments for getDepth and getHeight. | Dan Gohman |
2008-12-16 | Add initial support for back-scheduling address computations, | Dan Gohman |
2008-12-16 | Fix some register-alias-related bugs in the post-RA scheduler liveness | Dan Gohman |
2008-12-16 | Move addPred and removePred out-of-line. | Dan Gohman |
2008-12-16 | Make addPred and removePred return void, since the return value is not | Dan Gohman |
2008-12-16 | Add a getSDep() access function to SUnitIterator to return the | Dan Gohman |
2008-12-16 | Reorder some SDep methods. No functionality change. | Dan Gohman |
2008-12-16 | SDep's operator== should compare the Latency field too. | Dan Gohman |
2008-12-09 | Rewrite the SDep class, and simplify some of the related code. | Dan Gohman |
2008-11-25 | Initial support for anti-dependence breaking. Currently this code does not | Dan Gohman |
2008-11-24 | Fix an unused-parameter warning. | Dan Gohman |
2008-11-24 | Check in the rest of this change. The isAntiDep flag needs to be passed | Dan Gohman |
2008-11-21 | Add a flag to SDep for tracking which edges are anti-dependence edges. | Dan Gohman |
2008-11-21 | Rename SDep's isSpecial to isArtificial, to make this field a little | Dan Gohman |
2008-11-20 | Factor out the code for verifying the work of the scheduler, | Dan Gohman |
2008-11-19 | Experimental post-pass scheduling support. Post-pass scheduling | Dan Gohman |
2008-11-19 | Move the code for printing a graph node label for an SUnit into | Dan Gohman |
2008-11-19 | Convert SUnit's dump method into a print method and implement | Dan Gohman |
2008-11-18 | Change SUnit's dump method to take a ScheduleDAG* instead of | Dan Gohman |
2008-11-18 | There is no InstrStage class. | Dan Gohman |
2008-11-14 | Add support for building a ScheduleDAG from MachineInstrs. This is currently | Dan Gohman |
2008-11-14 | Add a version of NewSUnit for creating units with MachineInstrs. | Dan Gohman |
2008-11-14 | Initial support for carrying MachineInstrs in SUnits. | Dan Gohman |