summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shave another 27K off libllvmgcc.dylib with visibility hiddenChris Lattner2006-06-281-1/+2
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-121-0/+1
* Move simple-selector-specific types to the simple selector.Chris Lattner2006-03-101-0/+202
* Simplify the interface to the schedulers, to not pass the selected heuristicin.Chris Lattner2006-03-101-8/+13
* Move some simple-sched-specific instance vars to the simple scheduler.Chris Lattner2006-03-101-2/+29
* move some simple scheduler methods into the simple schedulerChris Lattner2006-03-101-0/+266
* Push PrepareNodeInfo/IdentifyGroups down the inheritance hierarchyChris Lattner2006-03-101-0/+5
* don't copy all itinerary dataChris Lattner2006-03-091-1/+1
* Fix VC++ compilation error.Jeff Cohen2006-01-241-0/+1
* Minor clean up.Evan Cheng2006-01-231-1/+2
* Remove a couple of unnecessary #include'sEvan Cheng2006-01-231-2/+0
* Factor out more instruction scheduler code to the base class.Evan Cheng2006-01-231-326/+43
* Do some code refactoring on Jim's scheduler in preparation of the new listEvan Cheng2006-01-211-0/+891
OpenPOWER on IntegriCloud