Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Analysis / ProfileInfoLoader.cpp
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-07-20 Benjamin KramerRemove unused private member variables uncovered by...
2012-06-06 Benjamin KramerRound 2 of dead private variable removal.
2011-04-23 Jay FoadRemove unused STL header includes.
2009-09-16 Andreas NeustifterReapplied r81355 with the problems fixed.
2009-09-09 Chris Lattnerrevert r81335, which breaks the build.
2009-09-09 Andreas NeustifterUpdated ProfileInfo to have clean seperation between...
2009-09-06 Duncan SandsMark more constants unsigned, as warned about by icc...
2009-09-03 Andreas NeustifterFix build warning.
2009-09-03 Andreas NeustifterCode Cleanup.
2009-09-01 Daniel DunbarFix build warning.
2009-09-01 Andreas NeustifterOptimalEdgeProfiling: Reading in Profiles.
2009-08-25 Andreas NeustifterRead profile files as binary as proposed in
2009-08-23 Chris Lattnerremove uses of llvm/Support/Streams.h.
2009-08-05 Daniel DunbarRemove unnecessary ProfileInfoLoader methods.
2009-06-24 Owen AndersonGet rid of a static boolean.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-03-22 Dan GohmanChange uses of Function::front to Function::getEntryBlo...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingRemoved some of the iostream #includes. Moved towards...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-05-04 Brian GaekeAdd stub support for reading BBTraces.
2004-05-04 Brian GaekeShare ProfilingType enum with the C profiling runtime...
2004-03-08 Chris LattnerIf we have edge counts, we can produce block counts...
2004-03-08 Chris LattnerAdd initial support for reading edge counts. This...
2004-02-11 Chris LattnerFix a typeo
2004-02-11 Chris LattnerFactor this code out of llvm-prof