LazyValueInfo: range'ify some for-loops. No functional change.
[oota-llvm.git] / lib / Analysis / AliasAnalysisEvaluator.cpp
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-03-22 Manman RenSupport in AAEvaluator to print alias queries of loads...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2010-12-10 Dan GohmanTeach AliasAnalysisEvaluator about PartialAlias.
2010-10-19 Dan GohmanReapply r116831 and r116839, converting AliasAnalysis...
2010-10-19 Dan GohmanRevert r116831 and r116839, which are breaking selfhost...
2010-10-19 Dan GohmanChange AliasAnalysis and its clients to use uint64_t...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-19 Dan GohmanConsistently use AliasAnalysis::UnknownSize instead...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-04 Dan GohmanThe trouble with testing for "ModRef" and "NoModRef...
2010-08-04 Dan GohmanThe two-callsite form of AliasAnalysis::getModRefInfo...
2010-07-28 Gabor Greifsimplify
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-07 Dan GohmanRemove interprocedural-basic-aa and associated code...
2010-06-28 Dan GohmanGeneralize AAEval so that it can be used both per-funct...
2010-04-08 Gabor Greifclean up algorithm and remove operand order assumptions
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2009-12-23 David GreeneChange dbgs() back to errs() as Chris requested.
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-08-26 Dan GohmanFix a missing newline, now that Value's operator<<...
2009-08-26 Dan GohmanUse SetVector instead of std::set so that alias relatio...
2009-08-23 Chris Lattnereliminate the std::ostream form of WriteAsOperand and...
2009-07-25 Dan GohmanMake AliasAnalysis and related classes use
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-03-24 Gabor Greifsimplify logic and get rid of the assumption that opera...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-06 Dan GohmanMake several variable declarations static.
2008-03-20 Devang PatelRestore isCFGOnly property of various analysis passes.
2008-03-19 Devang PatelPassInfo keep tracks whether a pass is an analysis...
2008-03-19 Devang PatelDo not use virtual function to identify an analysis...
2008-03-18 Devang PatelIdentify Analysis pass.
2008-02-28 Gabor GreifFix llvm.org/bugs/show_bug.cgi?id=2104 by ordering...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-02-05 Reid SpencerMake classes in anonymous namespaces use VISIBILITY_HID...
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris LattnerRemove the 'printname' argument to WriteAsOperand....
2006-11-28 Bill WendlingRemoved some of the iostream #includes. Moved towards...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-29 Chris Lattnerthere is no point comparing against null pointer.
2005-03-26 Chris LattnerFactor out percentage printing into its own function...
2005-03-26 Chris LattnerInterchange this loop so that we test all pointers...
2005-03-17 Chris LattnerDo not include the Function* for direct call/invoke...
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-01-08 Jeff CohenAdd even more missing createXxxPass functions.
2004-11-26 Chris LattnerWhen evaluating an AA, pass in size info
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-17 Chris LattnerFix incorrect computation of mod/ref sets. Do not...
2004-07-17 Chris LattnerPrint modref information in a useful way.
2004-07-17 Chris LattnerCleanups: fold two loops into one
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-03-12 Misha BrukmanSimplify code to process CallSites (thanks to Chris).
2004-03-12 Misha BrukmanEvaluate ModRef information in addition to regular...
2003-12-10 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-06-29 Chris LattnerCount operands to instructions as well as just results...
2003-02-26 Chris LattnerAdjust to new AA interface
2003-02-11 Chris LattnerRename options
2003-02-09 Chris LattnerAllow printing of various types of alias analysis results
2003-02-08 Chris LattnerFix division by zero problem
2003-02-06 Chris LattnerAdd a summary
2003-02-06 Chris LattnerSimple N^2 alias anlysis accuracy checker