Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
[oota-llvm.git] / lib / CodeGen / PostRASchedulerList.cpp
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-12-23 Dan GohmanRename BuildSchedUnits to BuildSchedGraph, and refactor the
2008-12-19 Dan GohmanUse ~0u instead of -1u as the special value, to hopeful...
2008-12-16 Dan GohmanEliminate the loop that walks the critical path. Instea...
2008-12-16 Dan GohmanEnable anti-dependence breaking by default when post...
2008-12-16 Dan GohmanWhen breaking an anti-dependency, don't use a register...
2008-12-16 Dan GohmanFix some register-alias-related bugs in the post-RA...
2008-12-09 Dan GohmanRewrite the SDep class, and simplify some of the relate...
2008-12-05 Dan GohmanDrop the reg argument to isRegReDefinedByTwoAddr, which...
2008-12-05 Dan GohmanIgnore IMPLICIT_DEF instructions when computing physreg...
2008-12-04 Dan GohmanUse register names instead of numbers in debug output.
2008-12-03 Dan GohmanRewrite the liveness bookkeeping code to fix a bunch of
2008-12-03 Dan GohmanFix an inconsistency in a comment.
2008-12-03 Dan GohmanDon't charge the full latency for anti and output depen...
2008-12-03 Dan GohmanWhen looking for anti-dependences on the critical path...
2008-12-03 Dan GohmanAdd a comment about callee-saved registers.
2008-11-27 Nick LewyckySilence a warning.
2008-11-25 Dan GohmanSuppress warnings.
2008-11-25 Dan GohmanInitial support for anti-dependence breaking. Currently...
2008-11-20 Dan GohmanFactor out the code for verifying the work of the sched...
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-01-14 Chris Lattnerdon't create the post-ra scheduler unless it is enabled.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-07-13 Dale JohannesenModify previous patch per review comments.
2007-07-13 Dale JohannesenSkeleton of post-RA scheduler; doesn't do anything...