summaryrefslogtreecommitdiff
path: root/lib/Analysis/ProfileInfoLoader.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-02Remove the very substantial, largely unmaintained legacy PGOChandler Carruth1-155/+0
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-2/+2
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-07-20Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer1-1/+1
2012-06-06Round 2 of dead private variable removal.Benjamin Kramer1-4/+2
2011-04-23Remove unused STL header includes.Jay Foad1-1/+0
2009-09-16Reapplied r81355 with the problems fixed.Andreas Neustifter1-3/+5
2009-09-09revert r81335, which breaks the build.Chris Lattner1-3/+3
2009-09-09Updated ProfileInfo to have clean seperation between different sentinels.Andreas Neustifter1-3/+3
2009-09-06Mark more constants unsigned, as warned about by icc (#68).Duncan Sands1-4/+4
2009-09-03Fix build warning.Andreas Neustifter1-1/+1
2009-09-03Code Cleanup.Andreas Neustifter1-16/+9
2009-09-01Fix build warning.Daniel Dunbar1-1/+1
2009-09-01OptimalEdgeProfiling: Reading in Profiles.Andreas Neustifter1-6/+27
2009-08-25Read profile files as binary as proposed inAndreas Neustifter1-1/+1
2009-08-23remove uses of llvm/Support/Streams.h.Chris Lattner1-7/+7
2009-08-05Remove unnecessary ProfileInfoLoader methods.Daniel Dunbar1-138/+3
2009-06-24Get rid of a static boolean.Owen Anderson1-2/+2
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman1-0/+1
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-03-22Change uses of Function::front to Function::getEntryBlock for readability.Dan Gohman1-1/+2
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer1-1/+1
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling1-15/+14
2006-11-28Removed some of the iostream #includes. Moved towards converting to usingBill Wendling1-14/+13
2005-04-21Remove trailing whitespaceMisha Brukman1-11/+11
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer1-0/+2
2004-05-04Add stub support for reading BBTraces.Brian Gaeke1-0/+16
2004-05-04Share ProfilingType enum with the C profiling runtime libraries.Brian Gaeke1-7/+1
2004-03-08If we have edge counts, we can produce block counts. I've verified thatChris Lattner1-11/+67
2004-03-08Add initial support for reading edge counts. This will be improved to enableChris Lattner1-0/+29
2004-02-11Fix a typeoChris Lattner1-1/+1
2004-02-11Factor this code out of llvm-profChris Lattner1-0/+180