summaryrefslogtreecommitdiff
path: root/lib/Analysis/ProfileInfo.cpp
Commit message (Expand)AuthorAge
* Add the first functions for updating ProfileInfo.Andreas Neustifter2009-09-09
* Move ProfileInfo::Edge's operator<< out of line. Among other benefits,Dan Gohman2009-08-26
* Moved isDeclaration() check further down to allow for function counts forAndreas Neustifter2009-08-26
* This patch cleans up the ProfileInfo byAndreas Neustifter2009-08-24
* Broke line before break.Andreas Neustifter2009-08-19
* Some ProfileInfo cleanups.Daniel Dunbar2009-08-08
* More ProfileInfo improvements.Daniel Dunbar2009-08-08
* Make block and function count available via ProfileInfo.Daniel Dunbar2009-08-05
* ProfileInfo interface tweaks.Daniel Dunbar2009-07-14
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Restore isCFGOnly property of various analysis passes.Devang Patel2008-03-20
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-19
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Fix build error.Lauro Ramos Venancio2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Change uses of Function::front to Function::getEntryBlock for readability.Dan Gohman2007-03-22
* Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduceReid Spencer2007-02-05
* simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner2006-08-28
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add even more missing createXxxPass functions.Jeff Cohen2005-01-08
* Switch to using edge profiling information as the basic source of profile infoChris Lattner2004-03-08
* Refactor implementationsChris Lattner2004-03-08
* Fix copy-and-pastosChris Lattner2004-02-11
* Make sure to register the 'no profile' implementation as the default for Prof...Chris Lattner2004-02-11
* An initial implementation of an LLVM ProfileInfo class which is designed toChris Lattner2004-02-10