Reapply r108794, a fix for the failing test from last time.
[oota-llvm.git] / include / llvm / PassAnalysisSupport.h
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