summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Naming consistency.Evan Cheng2007-01-081-25/+27
* Fix for PR1075: bottom-up register-reduction scheduling actually increases re...Evan Cheng2007-01-081-120/+72
* Removing even more <iostream> includes.Bill Wendling2006-12-071-16/+15
* Match TargetInstrInfo changes.Evan Cheng2006-12-011-8/+4
* Remove dead code; added a missing null ptr check.Evan Cheng2006-11-061-32/+1
* Changes to use operand constraints to process two-address instructions.Evan Cheng2006-11-041-44/+128
* silence warningChris Lattner2006-11-031-35/+0
* For PR786:Reid Spencer2006-11-021-2/+0
* Clean up.Evan Cheng2006-11-011-5/+11
* CopyFromReg starts a live range so its use should not be considered a floater.Evan Cheng2006-11-011-1/+1
* Debug tweak.Evan Cheng2006-10-141-2/+2
* 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-30/+30
* 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-4/+14
* Use an enumeration to eliminate data relocations.Jim Laskey2006-07-211-1/+1
* Use hidden visibility to make symbols in an anonymous namespace getChris Lattner2006-06-281-2/+4
* Shave another 27K off libllvmgcc.dylib with visibility hiddenChris Lattner2006-06-281-1/+2
* Make sure the register pressure reduction schedulers work for non-uniformEvan Cheng2006-05-301-12/+14
* Turn on -sched-commute-nodes by default.Evan Cheng2006-05-251-7/+2
* Fixing 2006-05-01-SchedCausingSpills.ll; some clean upEvan Cheng2006-05-131-9/+63
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-121-0/+1
* Add capability to scheduler to commute nodes for profit.Evan Cheng2006-05-121-24/+46
* Refactor scheduler code. Move register-reduction list scheduler to aEvan Cheng2006-05-111-0/+813
OpenPOWER on IntegriCloud