aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/BasicBlockPlacement.cpp
AgeCommit message (Expand)Author
2007-02-05Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer
2006-12-19Switch over Transforms/Scalar to use the STATISTIC macro. For each statisticChris Lattner
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-08Add more missing createXxxPass functions.Jeff Cohen
2004-09-01Changes For Bug 352Reid Spencer
2004-02-11Remove obsolete comment. Unreachable blocks will automatically be left at theChris Lattner
2004-02-11Add an _embarassingly simple_ implementation of basic block layout. This isChris Lattner