aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/ProfileInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename pred_const_iterator to const_pred_iterator for consistency's sakeGabor Greif2010-03-251-9/+9
* adopt getAdjustedAnalysisPointer in a few more passes.Chris Lattner2010-01-201-0/+14
* Change dbgs() back to errs() for assert messages as Chris requested.David Greene2009-12-231-3/+3
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-20/+20
* You can't use typedefs to declare template member specializations, andJohn McCall2009-12-151-35/+49
* Converted ProfileInfo to template, added more API for ProfileInfo-preserving.Andreas Neustifter2009-12-031-40/+925
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-2/+1
* 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