summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
Commit message (Expand)AuthorAge
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* switch the VRBaseMap in the scheduler from an std::map to a DenseMap. ThisChris Lattner2007-02-04
* Fit in 80 columnsChris Lattner2007-02-01
* Fixed so that it dereferences the ostream pointer.Bill Wendling2006-12-17
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* It seems the llvm::OStream class does not handle stream manipulators.John Criswell2006-12-11
* Removing even more <iostream> includes.Bill Wendling2006-12-07
* For PR786:Reid Spencer2006-11-02
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-27
* Copy the liveins for the first block. PR859Jim Laskey2006-08-03
* Final polish on machine pass registries.Jim Laskey2006-08-02
* 1. Change use of "Cache" to "Default".Jim Laskey2006-08-01
* Introducing plugable register allocators and instruction schedulers.Jim Laskey2006-08-01
* Shave another 27K off libllvmgcc.dylib with visibility hiddenChris Lattner2006-06-28
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-12
* Move simple-selector-specific types to the simple selector.Chris Lattner2006-03-10
* Simplify the interface to the schedulers, to not pass the selected heuristicin.Chris Lattner2006-03-10
* Move some simple-sched-specific instance vars to the simple scheduler.Chris Lattner2006-03-10
* move some simple scheduler methods into the simple schedulerChris Lattner2006-03-10
* Push PrepareNodeInfo/IdentifyGroups down the inheritance hierarchyChris Lattner2006-03-10
* don't copy all itinerary dataChris Lattner2006-03-09
* Fix VC++ compilation error.Jeff Cohen2006-01-24
* Minor clean up.Evan Cheng2006-01-23
* Remove a couple of unnecessary #include'sEvan Cheng2006-01-23
* Factor out more instruction scheduler code to the base class.Evan Cheng2006-01-23
* Do some code refactoring on Jim's scheduler in preparation of the new listEvan Cheng2006-01-21