aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use empty() instead of comparing size() with zero.Dan Gohman2008-01-291-2/+2
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-1/+0
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Make CalcLatency() non-recursive.Evan Cheng2007-10-151-9/+44
* Trim some unneeded fields.Evan Cheng2007-09-281-7/+4
* Added major new capabilities to scheduler (only BURR for now) to support phys...Evan Cheng2007-09-251-19/+33
* Use struct SDep instead of std::pair for SUnit pred and succ lists. First stepEvan Cheng2007-09-191-7/+7
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+531