1. 9233272 Reapplied r81355 with the problems fixed. by Andreas Neustifter · 16 years ago
  2. b4b1c9f Cleaned up code by factoring out common portions of edge loading into function. by Andreas Neustifter · 16 years ago
  3. eadcdc5 Reverted r81358. by Andreas Neustifter · 16 years ago
  4. 1756825 Fix build, add missing simicolon. by Benjamin Kramer · 16 years ago
  5. 7fd7061 Cleaned up code by factoring out common portions of edge loading into funcion. by Andreas Neustifter · 16 years ago
  6. 273a488 revert r81335, which breaks the build. by Chris Lattner · 16 years ago
  7. 1f3b002 Updated ProfileInfo to have clean seperation between different sentinels. by Andreas Neustifter · 16 years ago
  8. b5f2596 Revert "--- Reverse-merging r80908 into '.':", I already "fixed" this. by Daniel Dunbar · 16 years ago
  9. 1c5ffdf --- Reverse-merging r80908 into '.': D test/Analysis/Profiling by Bill Wendling · 16 years ago
  10. 0981a0a Remove undefined behavior when loading optimal edge profile info. by Daniel Dunbar · 16 years ago
  11. da5ea94 OptimalEdgeProfiling: Reading in Profiles. by Andreas Neustifter · 16 years ago
  12. a81d29b remove uses of llvm/Support/Streams.h. by Chris Lattner · 16 years ago
  13. c43782c Some ProfileInfo cleanups. by Daniel Dunbar · 16 years ago
  14. caaa493 More ProfileInfo improvements. by Daniel Dunbar · 16 years ago
  15. c9008c5 Make block and function count available via ProfileInfo. by Daniel Dunbar · 16 years ago
  16. ee16638 Remove unnecessary ProfileInfoLoader methods. by Daniel Dunbar · 16 years ago
  17. ae73dc1 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  18. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  19. 4a3f6c8 Make several variable declarations static. by Dan Gohman · 17 years ago
  20. 4f4c28f Restore isCFGOnly property of various analysis passes. by Devang Patel · 17 years ago
  21. c758209 PassInfo keep tracks whether a pass is an analysis pass or not. by Devang Patel · 17 years ago
  22. c7fe32e Do not use virtual function to identify an analysis pass. by Devang Patel · 17 years ago
  23. 1cee94f Identify Analysis pass. by Devang Patel · 17 years ago
  24. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  25. c2bbfc1 More explicit keywords. by Dan Gohman · 18 years ago
  26. 1997473 Drop 'const' by Devang Patel · 18 years ago
  27. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  28. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  29. d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 19 years ago
  30. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  31. 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 19 years ago
  32. a537017 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 19 years ago
  33. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
  34. 3dd965c Fix PR885 by Chris Lattner · 19 years ago
  35. 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
  36. 41b162f expose this pass to both opt and analyze by Chris Lattner · 20 years ago
  37. 6e400f7 Apply feed back from Chris: by Jeff Cohen · 21 years ago
  38. 534927d Add even more missing createXxxPass functions. by Jeff Cohen · 21 years ago
  39. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  40. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  41. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  42. 96ab5ca Switch to using edge profiling information as the basic source of profile info by Chris Lattner · 21 years ago
  43. 62e84f3 Refactor implementations by Chris Lattner · 21 years ago
  44. d6a556b Cosmetic improvements to this option. by Chris Lattner · 22 years ago
  45. 945871d Actually load profiling information now! Block layout can use real, live, by Chris Lattner · 22 years ago
  46. 927fec3 Add skeleton profileinfoloader pass. This will be enhanced to actually LOAD by Chris Lattner · 22 years ago