aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ProfileInfoLoaderPass.cpp
AgeCommit message (Expand)Author
2009-12-23Change dbgs() back to errs() for assert messages as Chris requested.David Greene
2009-12-23Convert debug messages to use dbgs(). Generally this meansDavid Greene
2009-12-03Use ProfileInfo-API in ProfileInfo Loader and do more assertions.Andreas Neustifter
2009-11-02Apply fix for PR5135, Credit to Andreas Neustifter.Edward O'Callaghan
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-09-16Reapplied r81355 with the problems fixed.Andreas Neustifter
2009-09-10Cleaned up code by factoring out common portions of edge loading into function.Andreas Neustifter
2009-09-09Reverted r81358.Andreas Neustifter
2009-09-09Fix build, add missing simicolon.Benjamin Kramer
2009-09-09Cleaned up code by factoring out common portions of edge loading into funcion.Andreas Neustifter
2009-09-09revert r81335, which breaks the build.Chris Lattner
2009-09-09Updated ProfileInfo to have clean seperation between different sentinels.Andreas Neustifter
2009-09-03Revert "--- Reverse-merging r80908 into '.':", I already "fixed" this.Daniel Dunbar
2009-09-03--- Reverse-merging r80908 into '.':Bill Wendling
2009-09-03Remove undefined behavior when loading optimal edge profile info.Daniel Dunbar
2009-09-01OptimalEdgeProfiling: Reading in Profiles.Andreas Neustifter
2009-08-23remove uses of llvm/Support/Streams.h.Chris Lattner
2009-08-08Some ProfileInfo cleanups.Daniel Dunbar
2009-08-08More ProfileInfo improvements.Daniel Dunbar
2009-08-05Make block and function count available via ProfileInfo.Daniel Dunbar
2009-08-05Remove unnecessary ProfileInfoLoader methods.Daniel Dunbar
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman
2008-05-06Make several variable declarations static.Dan Gohman
2008-03-20Restore isCFGOnly property of various analysis passes.Devang Patel
2008-03-19PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel
2008-03-19Do not use virtual function to identify an analysis pass.Devang Patel
2008-03-18Identify Analysis pass.Devang Patel
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-08-01More explicit keywords.Dan Gohman
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-02-05Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduceReid Spencer
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-28Removed some of the iostream #includes. Moved towards converting to usingBill Wendling
2006-08-28simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2006-08-21Fix PR885Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-18expose this pass to both opt and analyzeChris Lattner
2005-01-10Apply feed back from Chris:Jeff Cohen
2005-01-08Add even more missing createXxxPass functions.Jeff Cohen
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-03-08Switch to using edge profiling information as the basic source of profile infoChris Lattner
2004-03-08Refactor implementationsChris Lattner
2004-02-11Cosmetic improvements to this option.Chris Lattner