summaryrefslogtreecommitdiff
path: root/lib/Analysis/ProfileInfoLoader.cpp
Commit message (Expand)AuthorAge
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.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
* Remove unused STL header includes.Jay Foad2011-04-23
* 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
* Mark more constants unsigned, as warned about by icc (#68).Duncan Sands2009-09-06
* Fix build warning.Andreas Neustifter2009-09-03
* Code Cleanup.Andreas Neustifter2009-09-03
* Fix build warning.Daniel Dunbar2009-09-01
* OptimalEdgeProfiling: Reading in Profiles.Andreas Neustifter2009-09-01
* Read profile files as binary as proposed inAndreas Neustifter2009-08-25
* remove uses of llvm/Support/Streams.h.Chris Lattner2009-08-23
* Remove unnecessary ProfileInfoLoader methods.Daniel Dunbar2009-08-05
* Get rid of a static boolean.Owen Anderson2009-06-24
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Change uses of Function::front to Function::getEntryBlock for readability.Dan Gohman2007-03-22
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Removed some of the iostream #includes. Moved towards converting to usingBill Wendling2006-11-28
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Add stub support for reading BBTraces.Brian Gaeke2004-05-04
* Share ProfilingType enum with the C profiling runtime libraries.Brian Gaeke2004-05-04
* If we have edge counts, we can produce block counts. I've verified thatChris Lattner2004-03-08
* Add initial support for reading edge counts. This will be improved to enableChris Lattner2004-03-08
* Fix a typeoChris Lattner2004-02-11
* Factor this code out of llvm-profChris Lattner2004-02-11