aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/AliasDebugger.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-10/+10
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-4/+4
2010-11-08Extend the AliasAnalysis::pointsToConstantMemory interface to allow itDan Gohman1-2/+2
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-1/+3
2010-10-07Now with fewer extraneous semicolons!Owen Anderson1-1/+1
2010-09-14Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman1-11/+12
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-3/+3
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-3/+3
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-3/+3
2010-08-03Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman1-2/+4
2010-07-21Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson1-3/+2
2010-07-20Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson1-1/+1
2010-07-20Reapply r108794, a fix for the failing test from last time.Owen Anderson1-1/+1
2010-07-20Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar1-1/+1
2010-07-20Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson1-1/+1
2010-05-28Fix AliasDebugger to be aware of operand values too.Dan Gohman1-2/+10
2010-01-20adopt getAdjustedAnalysisPointer in a few more passes.Chris Lattner1-0/+10
2009-11-22Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner1-5/+0
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky1-1/+0
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky1-2/+1
2009-02-05Refactor my previous change to maintain the distinction between AliasAnalysis...Owen Anderson1-9/+0
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman1-1/+1
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman1-4/+5
2008-03-20Restore isCFGOnly property of various analysis passes.Devang Patel1-1/+1
2008-03-19PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel1-2/+2
2008-03-19Do not use virtual function to identify an analysis pass.Devang Patel1-4/+1
2008-03-18Identify Analysis pass.Devang Patel1-0/+3
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-05-03Drop 'const'Devang Patel1-2/+2
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel1-2/+2
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel1-0/+4
2007-02-05Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduceReid Spencer1-1/+3
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer1-1/+1
2006-11-14A shim over other AA impls to catch incorrect usesAndrew Lenharth1-0/+125