summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* no need to build groups anymoreChris Lattner2006-03-101-2/+0
* Create SUnits directly from the SelectionDAG.Chris Lattner2006-03-101-87/+87
* Push PrepareNodeInfo/IdentifyGroups down the inheritance hierarchyChris Lattner2006-03-101-0/+5
* Teach the latency scheduler some new tricks. In particular, to break ties,Chris Lattner2006-03-101-9/+156
* add an aggregate method for reinserting scheduled nodes, add a callback forChris Lattner2006-03-101-8/+23
* Fix VC++ build breakage.Jeff Cohen2006-03-101-3/+3
* remove temporary optionChris Lattner2006-03-091-3/+1
* yes yes, enabled debug output is badChris Lattner2006-03-091-3/+0
* switch the t-d scheduler to use a really dumb and trivial critical pathChris Lattner2006-03-091-1/+104
* Pull latency information for target instructions out of the latency tables. :)Chris Lattner2006-03-091-46/+80
* PriorityQueue is an instance var, use it.Chris Lattner2006-03-091-39/+33
* add some commentsChris Lattner2006-03-091-8/+13
* Refactor the priority mechanism one step further: now that it is a separateChris Lattner2006-03-091-136/+185
* Split the priority function computation and priority queue management outChris Lattner2006-03-081-113/+150
* switch from an explicitly managed list of SUnits to a simple vector of sunitsChris Lattner2006-03-081-35/+28
* Shrinkify some fields, fit to 80 columnsChris Lattner2006-03-081-11/+11
* remove "Slot", it is deadChris Lattner2006-03-081-32/+31
* Change the interface for getting a target HazardRecognizer to be more clean.Chris Lattner2006-03-081-12/+11
OpenPOWER on IntegriCloud