aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/ProfileInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add the first functions for updating ProfileInfo.Andreas Neustifter2009-09-091-0/+83
* Move ProfileInfo::Edge's operator<< out of line. Among other benefits,Dan Gohman2009-08-261-0/+8
* Moved isDeclaration() check further down to allow for function counts forAndreas Neustifter2009-08-261-1/+4
* This patch cleans up the ProfileInfo byAndreas Neustifter2009-08-241-2/+4
* Broke line before break.Andreas Neustifter2009-08-191-1/+2
* Some ProfileInfo cleanups.Daniel Dunbar2009-08-081-0/+1
* More ProfileInfo improvements.Daniel Dunbar2009-08-081-39/+28
* Make block and function count available via ProfileInfo.Daniel Dunbar2009-08-051-1/+6
* ProfileInfo interface tweaks.Daniel Dunbar2009-07-141-6/+10
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-10/+8
* Restore isCFGOnly property of various analysis passes.Devang Patel2008-03-201-1/+1
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-191-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+102