1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. ecb7a77 Change uses of Function::front to Function::getEntryBlock for readability. by Dan Gohman · 18 years ago
  3. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  4. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  5. 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 18 years ago
  6. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  7. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 20 years ago
  8. b171d79 Add stub support for reading BBTraces. by Brian Gaeke · 20 years ago
  9. 660ef70 Share ProfilingType enum with the C profiling runtime libraries. by Brian Gaeke · 20 years ago
  10. dbbbfef If we have edge counts, we can produce block counts. I've verified that by Chris Lattner · 21 years ago
  11. 01945c1 Add initial support for reading edge counts. This will be improved to enable by Chris Lattner · 21 years ago
  12. c6fca42 Fix a typeo by Chris Lattner · 21 years ago
  13. bc44aa6 Factor this code out of llvm-prof by Chris Lattner · 21 years ago