summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Initial hazard recognizer support in post-pass scheduling. This includesDan Gohman2009-01-161-1/+1
* Generalize the HazardRecognizer interface so that it can be usedDan Gohman2009-01-151-21/+8
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-151-8/+4
* The list-td and list-tdrr schedulers don't yet support physregDan Gohman2009-01-131-1/+5
* Rename BuildSchedUnits to BuildSchedGraph, and refactor theDan Gohman2008-12-231-2/+2
* Fix some register-alias-related bugs in the post-RA scheduler livenessDan Gohman2008-12-161-7/+5
* Rewrite the SDep class, and simplify some of the related code.Dan Gohman2008-12-091-11/+5
* Factor out the code for verifying the work of the scheduler,Dan Gohman2008-11-201-12/+1
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-191-6/+6
* Update a comment to reflect the current code.Dan Gohman2008-11-181-3/+2
* Fix a typo in a comment.Dan Gohman2008-11-181-1/+1
* Change SUnit's dump method to take a ScheduleDAG* instead ofDan Gohman2008-11-181-3/+3
* Avoid using a loop in ReleasePred and ReleaseSucc methods to compute theDan Gohman2008-11-181-28/+26
* Eliminate some trivial differences between the ScheduleNodeTopDownDan Gohman2008-11-171-3/+4
* Use SUnit's CycleBound field instead of duplicating it inDan Gohman2008-11-171-8/+9
* Don't use the isPending flag to mean what the isAvailable flag means.Dan Gohman2008-11-171-1/+1
* Correct a comment.Dan Gohman2008-11-151-1/+1
* Move ScheduleDAGList's LatencyPriorityQueue class out to a separate file.Dan Gohman2008-11-151-259/+1
* Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnitDan Gohman2008-11-131-3/+5
* Make the Node member of SUnit private, and add accessors.Dan Gohman2008-11-131-1/+1
* Change ScheduleDAG's DAG member from a reference to a pointer, to prepareDan Gohman2008-11-131-4/+4
* Change the scheduler accessor methods to accept an explicit TargetMachineDan Gohman2008-11-111-1/+2
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-141-1/+1
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-171-1/+1
* Reapply 53476 and 53480, with a fix so that it properly updatesDan Gohman2008-07-141-7/+0
* Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.Evan Cheng2008-07-121-0/+7
* Factor out debugging code into the common base class.Dan Gohman2008-07-111-4/+0
* Add support for putting NamedRegionTimers in TimerGroups, andDan Gohman2008-07-111-3/+0
* Do not use computationally expensive scheduling heuristics with -fast.Evan Cheng2008-07-011-1/+1
* Use the new PriorityQueue in ScheduleDAGList too, which alsoDan Gohman2008-06-231-19/+3
* Remove ScheduleDAG's SUnitMap altogether. Instead, use SDNode's NodeIdDan Gohman2008-06-211-3/+2
* Change ScheduleDAG's SUnitMap from DenseMap<SDNode*, vector<SUnit*> >Dan Gohman2008-06-211-1/+2
* Treat EntryToken nodes as "passive" so that they aren't added to theDan Gohman2008-04-151-6/+1
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-1/+1
* 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
* Skeleton of post-RA scheduler; doesn't do anything yet.Dale Johannesen2007-07-131-1/+1
* switch the sched unit map over to use a DenseMap instead of std::map. ThisChris Lattner2007-02-031-1/+1
* Eliminate static ctors from StatisticsChris Lattner2006-12-191-4/+2
* Removing even more <iostream> includes.Bill Wendling2006-12-071-9/+8
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-2/+2
* Changes to use operand constraints to process two-address instructions.Evan Cheng2006-11-041-2/+3
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-271-1/+1
* switch the SUnit pred/succ sets from being std::sets to being smallvectors.Chris Lattner2006-08-171-20/+24
* Final polish on machine pass registries.Jim Laskey2006-08-021-1/+1