Add #ifdef switch toggle between old and new pass manager. However,
[oota-llvm.git] / include / llvm / PassAnalysisSupport.h
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