summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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