aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1. Change use of "Cache" to "Default".Jim Laskey2006-08-011-2/+4
* Introducing plugable register allocators and instruction schedulers.Jim Laskey2006-08-011-7/+12
* Reduce number of exported symbolsAndrew Lenharth2006-07-201-2/+2
* Shave another 27K off libllvmgcc.dylib with visibility hiddenChris Lattner2006-06-281-1/+2
* When a priority_queue is empty, the behavior of top() operator isEvan Cheng2006-05-301-0/+1
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-121-0/+1
* Refactor scheduler code. Move register-reduction list scheduler to aEvan Cheng2006-05-111-907/+20
* Templatify RegReductionPriorityQueueEvan Cheng2006-05-101-7/+12
* Add pseudo dependency to force a def&use operand to be scheduled last (unlessEvan Cheng2006-05-091-17/+108
* Fix VC++ compilation error.Jeff Cohen2006-05-051-1/+1
* Initial support for register pressure aware scheduling. The register reductionEvan Cheng2006-05-041-50/+238
* Bottom up register pressure reduction work: clean up some hacks and enhancedEvan Cheng2006-05-031-75/+72
* Dis-favor stores moreEvan Cheng2006-05-011-2/+2
* Bottom up register-pressure reduction scheduler now pushes store operationsEvan Cheng2006-05-011-17/+41
* Didn't mean ScheduleDAGList.cpp to make the last checkin.Evan Cheng2006-05-011-33/+17
* Remove temp. option -spiller-check-liveout, it didn't cause any failure nor p...Evan Cheng2006-05-011-17/+33
* Don't advance the hazard recognizer when there are no hazards and no instruct...Chris Lattner2006-03-121-25/+40
* Chain operands aren't real uses: they don't require the full latency of theChris Lattner2006-03-121-4/+10
* As a pending queue data structure to keep track of instructions whoseChris Lattner2006-03-121-36/+62
* rename priorityqueue -> availablequeue. When a node is scheduled, rememberChris Lattner2006-03-111-34/+37
* Make CurrCycle a local var instead of an instance varChris Lattner2006-03-111-19/+20
* Move some methods around so that BU specific code is together, TD specific codeChris Lattner2006-03-111-236/+245
* merge preds/chainpreds -> preds setChris Lattner2006-03-111-93/+61
* Move some simple-sched-specific instance vars to the simple scheduler.Chris Lattner2006-03-101-1/+1
* Make EmitNode take a SDNode instead of a NodeInfo*Chris Lattner2006-03-101-8/+3
* Move the VRBase field from NodeInfo to being a separate, explicit, map.Chris Lattner2006-03-101-2/+3