index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
ProfileInfoLoader.cpp
Age
Commit message (
Expand
)
Author
2011-04-23
Remove unused STL header includes.
Jay Foad
2009-09-16
Reapplied r81355 with the problems fixed.
Andreas Neustifter
2009-09-09
revert r81335, which breaks the build.
Chris Lattner
2009-09-09
Updated ProfileInfo to have clean seperation between different sentinels.
Andreas Neustifter
2009-09-06
Mark more constants unsigned, as warned about by icc (#68).
Duncan Sands
2009-09-03
Fix build warning.
Andreas Neustifter
2009-09-03
Code Cleanup.
Andreas Neustifter
2009-09-01
Fix build warning.
Daniel Dunbar
2009-09-01
OptimalEdgeProfiling: Reading in Profiles.
Andreas Neustifter
2009-08-25
Read profile files as binary as proposed in
Andreas Neustifter
2009-08-23
remove uses of llvm/Support/Streams.h.
Chris Lattner
2009-08-05
Remove unnecessary ProfileInfoLoader methods.
Daniel Dunbar
2009-06-24
Get rid of a static boolean.
Owen Anderson
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-03-22
Change uses of Function::front to Function::getEntryBlock for readability.
Dan Gohman
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-28
Removed some of the iostream #includes. Moved towards converting to using
Bill Wendling
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-05-04
Add stub support for reading BBTraces.
Brian Gaeke
2004-05-04
Share ProfilingType enum with the C profiling runtime libraries.
Brian Gaeke
2004-03-08
If we have edge counts, we can produce block counts. I've verified that
Chris Lattner
2004-03-08
Add initial support for reading edge counts. This will be improved to enable
Chris Lattner
2004-02-11
Fix a typeo
Chris Lattner
2004-02-11
Factor this code out of llvm-prof
Chris Lattner