[PM/AA] Run clang-format over LibCallAliasAnalysis prior to making
[oota-llvm.git] / lib / Analysis / AliasAnalysisCounter.cpp
2015-07-22 Chandler Carruth[PM/AA] Extract the ModRef enums from the AliasAnalysis...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Chandler Carruth[PM/AA] Hoist the AliasResult enum out of the AliasAnal...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 Chandler Carruth[PM/AA] Remove the Location typedef from the AliasAnaly...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
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...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-02-05 Duncan SandsPersuade GCC that there is nothing worth warning about...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2010-12-10 Dan GohmanTeach AliasAnalysisCounter about PartialAlias.
2010-11-08 Dan GohmanExtend the AliasAnalysis::pointsToConstantMemory interf...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-09-14 Dan GohmanRemove the experimental AliasAnalysis::getDependency...
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-03 Dan GohmanThread const correctness through a bunch of AliasAnalys...
2010-07-21 Owen AndersonAdd INSTANTIATE_AG_PASS, which combines RegisterPass...
2010-07-20 Owen AndersonSpeculatively revert r108813, in an attempt to get...
2010-07-20 Owen AndersonReapply r108794, a fix for the failing test from last...
2010-07-20 Daniel DunbarRevert r108794, "Separate PassInfo into two classes...
2010-07-20 Owen AndersonSeparate PassInfo into two classes: a constructor-free...
2010-03-01 Dan GohmanFix a missing newline in debug output.
2010-01-22 Chris Lattnerdrop the pass name from the output.
2010-01-20 Chris Lattneradopt getAdjustedAnalysisPointer in a few more passes.
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-09-06 Duncan SandsDo not try to override non-virtual methods, especially
2009-08-30 Chris Lattnerdefault count-aa to -print-all. The whole reason to...
2009-08-23 Chris Lattnereliminate the std::ostream form of WriteAsOperand and...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-19 Chris LattnerDon't use the result of WriteAsOperand or WriteTypeSymb...
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.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-01 Duncan SandsIntegrate the readonly/readnone logic more deeply
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-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-23 Chris LattnerAdd two options to allow -count-aa to print queries...
2005-01-08 Jeff CohenAdd even more missing createXxxPass functions.
2004-12-07 Reid SpencerFor PR387:\
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-03-15 Chris LattnerPass through the boolean queries
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-17 Chris LattnerAvoid divide by zero errors
2003-02-26 Chris LattnerAdjust to new AA interface
2003-02-07 Chris LattnerAllow counting multiple passes, and print the pass...
2003-02-07 Chris LattnerNew general purpose alias analysis result auditor