Don't recompute MachineRegisterInfo in the Optimize* method.
[oota-llvm.git] / lib / CodeGen / LatencyPriorityQueue.cpp
2010-05-30 Oscar FuentesUse `llvm::next' instead of `next' to make VC++ 2010...
2010-05-26 Dan GohmanEliminate the use of PriorityQueue and just use a std...
2010-05-26 Dan GohmanChange push_all to a non-virtual function and implement...
2009-11-20 David GoodwinRemove some old experimental code that is no longer...
2009-11-12 David GoodwinRename registers to break output dependencies in additi...
2009-11-03 David GoodwinDo a scheduling pass ignoring anti-dependencies to...
2008-12-16 Dan GohmanAdd initial support for back-scheduling address computa...
2008-12-16 Dan GohmanFix some register-alias-related bugs in the post-RA...
2008-12-10 Dan GohmanUpdate CalcLatency to work in terms of edge latencies...
2008-12-09 Dan GohmanRewrite the SDep class, and simplify some of the relate...
2008-12-09 Dan GohmanDon't charge full latency for an anti-dependence, in...
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...