summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ProfileInfoLoader.h
Commit message (Expand)AuthorAge
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer2012-07-20
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-06
* Reapplied r81355 with the problems fixed.Andreas Neustifter2009-09-16
* revert r81335, which breaks the build.Chris Lattner2009-09-09
* Updated ProfileInfo to have clean seperation between different sentinels.Andreas Neustifter2009-09-09
* OptimalEdgeProfiling: Reading in Profiles.Andreas Neustifter2009-09-01
* Remove unnecessary ProfileInfoLoader methods.Daniel Dunbar2009-08-05
* Get rid of a static boolean.Owen Anderson2009-06-24
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add BBTrace accessor method and data member.Brian Gaeke2004-05-04
* Add support for representing edge countsChris Lattner2004-03-08
* Factor this code out of llvm-profChris Lattner2004-02-11