Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / PassManagers.h
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-03 Dan GohmanFix a using namespace llvm; in a header file.
2007-08-12 Reid SpencerChange casts from old style to new style. This helps...
2007-08-10 Devang PatelDo not overuse std::string. Pass around char * directly.
2007-08-10 Devang PatelAdd #ifndef guard.
2007-08-10 Chris Lattneravoid copying strings.
2007-07-30 Dan GohmanFix pastos in comments for doFinalization functions.
2007-07-27 Devang PatelAdd facility to dump pass manager structure
2007-07-20 Devang PatelUse SmallVector instead of std::vector.
2007-07-19 Devang PatelVerify loop info.
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-04-16 Devang PatelGive each pass manager chance to manage lower level...
2007-03-23 Dan GohmanAdd the 'explicit' keyword to several constructors...
2007-03-06 Devang PatelKeep track of higher level analysis.
2007-03-06 Devang PatelKeep track of inherited analysis. For example, if a...
2007-03-05 Devang PatelCurrent pass manager, not the parent pass manager,...
2007-03-05 Devang PatelAvoid constructing std::strings unless pass debugging...
2007-02-27 Devang PatelMake getPassManagerType() const.
2007-02-17 Chris Lattnertemporarily revert Devang's most recent patch, which...
2007-02-17 Devang PatelUse inverted map to speedup collectLastUses().
2007-02-01 Devang PatelPretty print pass managers.
2007-01-29 Devang Patel- Undo previous check-in (i.e. Do not export TimingInfo...
2007-01-29 Devang PatelMove TimingInfo into PassManagers.h so that other libs...
2007-01-16 Devang PatelCode refactoring.
2007-01-15 Devang PatelRemove extra white spaces. Fix comments.
2007-01-12 Devang Patels/addPassToManager/add/g
2007-01-12 Devang PatelMove PMTopLevelManager, PMDataManager and FPPassManger...