First step of switch lowering refactoring: perform worklist-driven
[oota-llvm.git] / include / llvm / PassManagers.h
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...