When the scheduler unfold a load folding instruction it move some of the predecessors...
[oota-llvm.git] / lib / CodeGen / LatencyPriorityQueue.cpp
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...