| Age | Commit message (Expand) | Author |
| 2006-03-12 | As a pending queue data structure to keep track of instructions whose | Chris Lattner |
| 2006-03-11 | rename priorityqueue -> availablequeue. When a node is scheduled, remember | Chris Lattner |
| 2006-03-11 | Make CurrCycle a local var instead of an instance var | Chris Lattner |
| 2006-03-11 | Move some methods around so that BU specific code is together, TD specific code | Chris Lattner |
| 2006-03-11 | merge preds/chainpreds -> preds set | Chris Lattner |
| 2006-03-10 | Added a parameter to control whether Constant::getStringValue() would chop | Evan Cheng |
| 2006-03-10 | scrape out bits of llvm-db | Chris Lattner |
| 2006-03-10 | Move simple-selector-specific types to the simple selector. | Chris Lattner |
| 2006-03-10 | Simplify the interface to the schedulers, to not pass the selected heuristicin. | Chris Lattner |
| 2006-03-10 | Move some simple-sched-specific instance vars to the simple scheduler. | Chris Lattner |
| 2006-03-10 | prune #includes | Chris Lattner |
| 2006-03-10 | move some simple scheduler methods into the simple scheduler | Chris Lattner |
| 2006-03-10 | Make EmitNode take a SDNode instead of a NodeInfo* | Chris Lattner |
| 2006-03-10 | Move the VRBase field from NodeInfo to being a separate, explicit, map. | Chris Lattner |
| 2006-03-10 | no need to build groups anymore | Chris Lattner |
| 2006-03-10 | Create SUnits directly from the SelectionDAG. | Chris Lattner |
| 2006-03-10 | Push PrepareNodeInfo/IdentifyGroups down the inheritance hierarchy | Chris Lattner |
| 2006-03-10 | Teach the latency scheduler some new tricks. In particular, to break ties, | Chris Lattner |
| 2006-03-10 | add an aggregate method for reinserting scheduled nodes, add a callback for | Chris Lattner |
| 2006-03-10 | Fix VC++ build breakage. | Jeff Cohen |
| 2006-03-09 | remove dbg_declare, it's not used yet. | Chris Lattner |
| 2006-03-09 | remove temporary option | Chris Lattner |
| 2006-03-09 | yes yes, enabled debug output is bad | Chris Lattner |
| 2006-03-09 | switch the t-d scheduler to use a really dumb and trivial critical path | Chris Lattner |
| 2006-03-09 | Pull latency information for target instructions out of the latency tables. :) | Chris Lattner |
| 2006-03-09 | don't copy all itinerary data | Chris Lattner |
| 2006-03-09 | PriorityQueue is an instance var, use it. | Chris Lattner |
| 2006-03-09 | add some comments | Chris Lattner |
| 2006-03-09 | Refactor the priority mechanism one step further: now that it is a separate | Chris Lattner |
| 2006-03-08 | Get rid of the multiple copies of getStringValue. Now a Constant:: method. | Jim Laskey |
| 2006-03-08 | Split the priority function computation and priority queue management out | Chris Lattner |
| 2006-03-08 | switch from an explicitly managed list of SUnits to a simple vector of sunits | Chris Lattner |
| 2006-03-08 | Shrinkify some fields, fit to 80 columns | Chris Lattner |
| 2006-03-08 | revert the previous patch, didn't mean to check it in yet | Chris Lattner |
| 2006-03-08 | remove "Slot", it is dead | Chris Lattner |
| 2006-03-08 | Change the interface for getting a target HazardRecognizer to be more clean. | Chris Lattner |
| 2006-03-07 | Fix some formatting, when looking for hazards, prefer target nodes over | Chris Lattner |
| 2006-03-06 | update file comment | Chris Lattner |
| 2006-03-06 | Remove some code that doesn't make sense | Evan Cheng |
| 2006-03-06 | Remove SUnit::Priority1: it is re-calculated on demand as number of live | Evan Cheng |
| 2006-03-06 | Hoist the HazardRecognizer out of the ScheduleDAGList.cpp file to where | Chris Lattner |
| 2006-03-05 | Comment fixes | Chris Lattner |
| 2006-03-05 | Don't depend on the C99 copysign function, implement it ourselves. | Chris Lattner |
| 2006-03-05 | When a hazard recognizer needs noops to be inserted, do so. This represents | Chris Lattner |
| 2006-03-05 | Implement G5HazardRecognizer as a trivial thing that wants 5 cycles between | Chris Lattner |
| 2006-03-05 | Add basic hazard recognizer support. noop insertion isn't complete yet though. | Chris Lattner |
| 2006-03-05 | Fix VC++ compilation error. | Jeff Cohen |
| 2006-03-05 | Split the list scheduler into top-down and bottom-up pieces. The priority | Chris Lattner |
| 2006-03-05 | Move the available queue to being inside the ListSchedule method, since it | Chris Lattner |
| 2006-03-05 | Reinstate this now that the offending opposite xform has been removed. | Chris Lattner |