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