aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ProfileInfoLoaderPass.cpp
AgeCommit message (Expand)Author
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-18expose this pass to both opt and analyzeChris Lattner
2005-01-10Apply feed back from Chris:Jeff Cohen
2005-01-08Add even more missing createXxxPass functions.Jeff Cohen
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-03-08Switch to using edge profiling information as the basic source of profile infoChris Lattner
2004-03-08Refactor implementationsChris Lattner
2004-02-11Cosmetic improvements to this option.Chris Lattner
2004-02-11Actually load profiling information now! Block layout can use real, live,Chris Lattner
2004-02-11Add skeleton profileinfoloader pass. This will be enhanced to actually LOADChris Lattner