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