Inline check that's used only once.
[oota-llvm.git] / lib / CodeGen / PostRASchedulerList.cpp
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...