summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
Commit message (Expand)AuthorAge
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-17
* Reapply 53476 and 53480, with a fix so that it properly updatesDan Gohman2008-07-14
* Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.Evan Cheng2008-07-12
* Factor out debugging code into the common base class.Dan Gohman2008-07-11
* Add support for putting NamedRegionTimers in TimerGroups, andDan Gohman2008-07-11
* Do not use computationally expensive scheduling heuristics with -fast.Evan Cheng2008-07-01
* Use the new PriorityQueue in ScheduleDAGList too, which alsoDan Gohman2008-06-23
* Remove ScheduleDAG's SUnitMap altogether. Instead, use SDNode's NodeIdDan Gohman2008-06-21
* Change ScheduleDAG's SUnitMap from DenseMap<SDNode*, vector<SUnit*> >Dan Gohman2008-06-21
* Treat EntryToken nodes as "passive" so that they aren't added to theDan Gohman2008-04-15
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-10
* Use empty() instead of comparing size() with zero.Dan Gohman2008-01-29
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-31
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Make CalcLatency() non-recursive.Evan Cheng2007-10-15
* Trim some unneeded fields.Evan Cheng2007-09-28
* Added major new capabilities to scheduler (only BURR for now) to support phys...Evan Cheng2007-09-25
* Use struct SDep instead of std::pair for SUnit pred and succ lists. First stepEvan Cheng2007-09-19
* Skeleton of post-RA scheduler; doesn't do anything yet.Dale Johannesen2007-07-13
* switch the sched unit map over to use a DenseMap instead of std::map. ThisChris Lattner2007-02-03
* Eliminate static ctors from StatisticsChris Lattner2006-12-19
* Removing even more <iostream> includes.Bill Wendling2006-12-07
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* Changes to use operand constraints to process two-address instructions.Evan Cheng2006-11-04
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-27
* switch the SUnit pred/succ sets from being std::sets to being smallvectors.Chris Lattner2006-08-17
* 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
* Reduce number of exported symbolsAndrew Lenharth2006-07-20
* Shave another 27K off libllvmgcc.dylib with visibility hiddenChris Lattner2006-06-28
* When a priority_queue is empty, the behavior of top() operator isEvan Cheng2006-05-30
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-12
* Refactor scheduler code. Move register-reduction list scheduler to aEvan Cheng2006-05-11
* Templatify RegReductionPriorityQueueEvan Cheng2006-05-10
* Add pseudo dependency to force a def&use operand to be scheduled last (unlessEvan Cheng2006-05-09
* Fix VC++ compilation error.Jeff Cohen2006-05-05
* Initial support for register pressure aware scheduling. The register reductionEvan Cheng2006-05-04
* Bottom up register pressure reduction work: clean up some hacks and enhancedEvan Cheng2006-05-03
* Dis-favor stores moreEvan Cheng2006-05-01
* Bottom up register-pressure reduction scheduler now pushes store operationsEvan Cheng2006-05-01
* Didn't mean ScheduleDAGList.cpp to make the last checkin.Evan Cheng2006-05-01
* Remove temp. option -spiller-check-liveout, it didn't cause any failure nor p...Evan Cheng2006-05-01
* Don't advance the hazard recognizer when there are no hazards and no instruct...Chris Lattner2006-03-12
* Chain operands aren't real uses: they don't require the full latency of theChris Lattner2006-03-12
* As a pending queue data structure to keep track of instructions whoseChris Lattner2006-03-12
* rename priorityqueue -> availablequeue. When a node is scheduled, rememberChris Lattner2006-03-11
* Make CurrCycle a local var instead of an instance varChris Lattner2006-03-11
* Move some methods around so that BU specific code is together, TD specific codeChris Lattner2006-03-11
* merge preds/chainpreds -> preds setChris Lattner2006-03-11