[Coverage] Refactor coverage mapping reader code
[oota-llvm.git] / include / llvm / PassAnalysisSupport.h
2015-12-08 Philip Reames[PassManager] Tuning Memory Usage of AnalysisUsage
2015-08-19 Chandler Carruth[LPM] Teach the legacy pass manager to support *using...
2015-08-18 Chandler Carruth[LPM] Group the addPreserved template with the non...
2015-06-25 Jonathan RoelofsDoxygen-ify a few comments. NFC
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-18 Craig TopperMark constructors, destructors, and operator new commen...
2011-11-04 Eli FriedmanAdd a couple missing includes; found while analyzing...
2011-03-30 Jakob Stoklund OlesenDon't add the same analysis implementation pair twice.
2010-08-07 Dan GohmanMore #include cleanups.
2010-08-07 Dan GohmanMake AnalysisImpls private.
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-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-06-21 Dan GohmanMove several non-performance-critical member functinos...
2010-01-21 Chris Lattnereliminate dynamic_cast from the pass manager.
2009-11-06 Daniel DunbarPass StringRef by value.
2009-10-17 Daniel DunbarAdd another required #include for freestanding .h files.
2009-10-08 Dan GohmanAdd a form of addPreserved which takes a string argumen...
2009-06-02 Devang PatelSimplify assertion message to avoid confusion.
2009-04-01 Devang PatelClean up pass manager cache after each run.
2009-04-01 Devang PatelRemove dead code.
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2008-08-08 Chris LattnerSpeed up the passmgr by avoiding heap thrashing on...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-05-14 Dan GohmanAdd a addRequiredTransitiveID member function, which...
2007-04-16 Devang PatelProivde getAnalysis<FPAnalysis>(Func) support.
2007-03-23 Dan GohmanAdd the 'explicit' keyword to several constructors...
2007-01-05 Devang Patel1) Remove old AnalysisResolver.
2007-01-05 Devang PatelRemove old pass manager.
2006-12-13 Chris Lattnerfit in 80 cols
2006-12-13 Devang PatelAdd #ifdef switch toggle between old and new pass manag...
2006-12-13 Devang PatelMove getAnalysis() and getAnalysisID() definitions...
2006-12-08 Devang PatelAdd AnalysisResolver_New. It is a replacement for existing
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2005-04-25 Reid SpencerOlder compilers won't like the inline virtual destructo...
2005-04-24 Reid SpencerShut GCC 4.0 up when it complains about classes with...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-03-12 Misha BrukmanAdd AnalysisUsage::addRequiredTransitive() to keep...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2003-08-29 Chris LattnerMove getAnalysisToUpdate to after the definition of...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2002-10-21 Chris Lattner - Rename AnalysisUsage::preservesAll to getPreservesA...
2002-09-25 Chris LattnerAdd support for ImmutablePasses, which are not run...
2002-08-29 Chris LattnerMake the getAnalyss<> members const. Using them does...
2002-08-21 Chris LattnerAdd assertion checks to nail bugs early.
2002-08-21 Chris Lattner - Eliminate the need for analyses to expose an :...
2002-08-08 Chris Lattner - Cleaned up the interface to AnalysisUsage to take...
2002-07-30 Chris LattnerAdd hooks to get information out of concrete pass manag...
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris LattnerAnalysis contructors now no longer take AnalysisID...
2002-07-23 Chris LattnerBreak part of Pass.h out into PassAnalysisSupport.h