aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/ProfileInfoLoaderPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...Bob Wilson2013-02-081-9/+8
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson2012-12-241-8/+9
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-7/+7
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-061-1/+1
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-151-2/+2
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-0/+1
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson2010-08-231-4/+2
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-4/+4
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-4/+4
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-4/+4
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-201-1/+1
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-201-1/+1
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-201-1/+1
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-201-1/+1
* rename pred_const_iterator to const_pred_iterator for consistency's sakeGabor Greif2010-03-251-1/+1
* adopt getAdjustedAnalysisPointer in a few more passes.Chris Lattner2010-01-201-0/+10
* Change dbgs() back to errs() for assert messages as Chris requested.David Greene2009-12-231-4/+4
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-9/+9
* Use ProfileInfo-API in ProfileInfo Loader and do more assertions.Andreas Neustifter2009-12-031-46/+10
* Apply fix for PR5135, Credit to Andreas Neustifter.Edward O'Callaghan2009-11-021-4/+4
* 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-1/+1
* Reapplied r81355 with the problems fixed.Andreas Neustifter2009-09-161-7/+17
* Cleaned up code by factoring out common portions of edge loading into function.Andreas Neustifter2009-09-101-50/+44
* Reverted r81358.Andreas Neustifter2009-09-091-22/+27
* Fix build, add missing simicolon.Benjamin Kramer2009-09-091-1/+1
* Cleaned up code by factoring out common portions of edge loading into funcion.Andreas Neustifter2009-09-091-27/+22
* revert r81335, which breaks the build.Chris Lattner2009-09-091-24/+6
* Updated ProfileInfo to have clean seperation between different sentinels.Andreas Neustifter2009-09-091-6/+24
* Revert "--- Reverse-merging r80908 into '.':", I already "fixed" this.Daniel Dunbar2009-09-031-1/+1
* --- Reverse-merging r80908 into '.':Bill Wendling2009-09-031-1/+1
* Remove undefined behavior when loading optimal edge profile info.Daniel Dunbar2009-09-031-1/+1
* OptimalEdgeProfiling: Reading in Profiles.Andreas Neustifter2009-09-011-1/+160
* remove uses of llvm/Support/Streams.h.Chris Lattner2009-08-231-7/+7
* Some ProfileInfo cleanups.Daniel Dunbar2009-08-081-1/+1
* More ProfileInfo improvements.Daniel Dunbar2009-08-081-23/+52
* Make block and function count available via ProfileInfo.Daniel Dunbar2009-08-051-5/+13
* Remove unnecessary ProfileInfoLoader methods.Daniel Dunbar2009-08-051-14/+17
* 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/+10
* Make several variable declarations static.Dan Gohman2008-05-061-1/+1
* 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-2/+2
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-191-4/+1
* Identify Analysis pass.Devang Patel2008-03-181-0/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* More explicit keywords.Dan Gohman2007-08-011-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2