aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/PostRASchedulerList.cpp
AgeCommit message (Expand)Author
2008-11-27Silence a warning.Nick Lewycky
2008-11-25Suppress warnings.Dan Gohman
2008-11-25Initial support for anti-dependence breaking. Currently this code does notDan Gohman
2008-11-20Factor out the code for verifying the work of the scheduler,Dan Gohman
2008-11-19Experimental post-pass scheduling support. Post-pass schedulingDan Gohman
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-01-14don't create the post-ra scheduler unless it is enabled.Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-07-13Modify previous patch per review comments.Dale Johannesen
2007-07-13Skeleton of post-RA scheduler; doesn't do anything yet.Dale Johannesen