aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/BasicBlockPlacement.cpp
Commit message (Expand)AuthorAgeFilesLines
* eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861Chris Lattner2009-09-021-2/+1
* More ProfileInfo improvements.Daniel Dunbar2009-08-081-2/+2
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-4/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-051-1/+2
* Switch over Transforms/Scalar to use the STATISTIC macro. For each statisticChris Lattner2006-12-191-2/+3
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-1/+1
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-7/+7
* Add more missing createXxxPass functions.Jeff Cohen2005-01-081-0/+3
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Remove obsolete comment. Unreachable blocks will automatically be left at theChris Lattner2004-02-111-2/+0
* Add an _embarassingly simple_ implementation of basic block layout. This isChris Lattner2004-02-111-0/+141