aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/ProfileInfoLoader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer2012-07-201-1/+1
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-061-4/+2
* Remove unused STL header includes.Jay Foad2011-04-231-1/+0
* Reapplied r81355 with the problems fixed.Andreas Neustifter2009-09-161-3/+5
* revert r81335, which breaks the build.Chris Lattner2009-09-091-3/+3
* Updated ProfileInfo to have clean seperation between different sentinels.Andreas Neustifter2009-09-091-3/+3
* Mark more constants unsigned, as warned about by icc (#68).Duncan Sands2009-09-061-4/+4
* Fix build warning.Andreas Neustifter2009-09-031-1/+1
* Code Cleanup.Andreas Neustifter2009-09-031-16/+9
* Fix build warning.Daniel Dunbar2009-09-011-1/+1
* OptimalEdgeProfiling: Reading in Profiles.Andreas Neustifter2009-09-011-6/+27
* Read profile files as binary as proposed inAndreas Neustifter2009-08-251-1/+1
* remove uses of llvm/Support/Streams.h.Chris Lattner2009-08-231-7/+7
* Remove unnecessary ProfileInfoLoader methods.Daniel Dunbar2009-08-051-138/+3
* Get rid of a static boolean.Owen Anderson2009-06-241-2/+2
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Change uses of Function::front to Function::getEntryBlock for readability.Dan Gohman2007-03-221-1/+2
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-1/+1
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-15/+14
* Removed some of the iostream #includes. Moved towards converting to usingBill Wendling2006-11-281-14/+13
* Remove trailing whitespaceMisha Brukman2005-04-211-11/+11
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+2
* Add stub support for reading BBTraces.Brian Gaeke2004-05-041-0/+16
* Share ProfilingType enum with the C profiling runtime libraries.Brian Gaeke2004-05-041-7/+1
* If we have edge counts, we can produce block counts. I've verified thatChris Lattner2004-03-081-11/+67
* Add initial support for reading edge counts. This will be improved to enableChris Lattner2004-03-081-0/+29
* Fix a typeoChris Lattner2004-02-111-1/+1
* Factor this code out of llvm-profChris Lattner2004-02-111-0/+180