Change the implemented interfaces list on PassInfo from a std::vector to a manually...
[oota-llvm.git] / include / llvm / PassSupport.h
2010-07-19 Owen AndersonChange the implemented interfaces list on PassInfo...
2010-06-21 Dan GohmanMove several non-performance-critical member functinos...
2010-01-20 Chris Lattneradd a helper method.
2009-10-17 Daniel DunbarAdd required #includes for freestanding .h files.
2009-08-29 Dan GohmanRemove some unused fields.
2009-03-02 Gabor Greifremove a deprecated interface that was pretty useless
2009-03-02 Gabor Greiffix typo
2008-06-24 Dan GohmanCorrect a comment.
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
2008-05-14 Dan GohmanMake PassInfo noncopyable.
2008-05-13 Dan GohmanChange class' public PassInfo variables to by initializ...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-03-19 Devang PatelPassInfo keep tracks whether a pass is an analysis...
2008-01-29 Dan GohmanAdd explicit keywords.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-18 Chris Lattnerupdate comment.
2007-08-12 Reid SpencerChange casts from old style to new style. This helps...
2007-05-02 Devang PatelRe-install patch to enable use of PassID.
2007-05-02 Chris Lattnerrevert enough of devang's recent patches to get the...
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-03-23 Dan GohmanAdd the 'explicit' keyword to several constructors...
2006-12-01 Chris LattnerSwitch analysis groups to be unregistered when llvm_shu...
2006-12-01 Chris LattnerStart moving pass registration over to using the Manage...
2006-12-01 Chris Lattnerpass cfgonly up the ctor instead of calling an explicit...
2006-12-01 Chris Lattnermove 'cfgonly' pass tracking into PassInfo, instead...
2006-12-01 Chris Lattnerremove 'target constructor' support.
2006-12-01 Chris LattnerRemove dead methods
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-08-27 Chris LattnerWe no longer care whether something is an opt vs analys...
2006-08-01 Jim LaskeyIntroducing plugable register allocators and instructio...
2006-07-27 Jim LaskeyWorking toward registration of register allocators.
2006-07-26 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-01-23 Chris LattnerSpeedup and simplify pass registration by the observati...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-06-04 Chris LattnerFix more warnings
2004-06-03 Chris LattnerAdjust argument to match destination data type
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-07 Misha BrukmanAdded ability to register FunctionPasses as optimizatio...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-12 Chris LattnerRename method to indicate what it does
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-04-24 Chris LattnerRemove support for "targetdata pass ctors"
2003-02-25 Chris LattnerAdd new helper template function
2002-09-16 Vikram S. AdveAdd support for passes that use a TargetMachine object.
2002-08-30 Chris Lattner - PassInfo class keeps track of AnalysisGroups implem...
2002-08-21 Chris LattnerAdd a class that is useful for hacking around linking...
2002-08-21 Chris Lattner - Implement the new AnalysisGroup feature, neccesary...
2002-07-30 Chris Lattner* Implement stuff so that code can declare that they...
2002-07-30 Chris LattnerAdd rough support for LLC passes
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-23 Chris LattnerBreak part of Pass.h out into PassAnalysisSupport.h