summaryrefslogtreecommitdiff
path: root/include/llvm/PassManagers.h
Commit message (Expand)AuthorAge
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Give each pass manager chance to manage lower level analysis pass, which isDevang Patel2007-04-16
* Add the 'explicit' keyword to several constructors that accept oneDan Gohman2007-03-23
* Keep track of higher level analysis.Devang Patel2007-03-06
* Keep track of inherited analysis. For example, if a loop pass does notDevang Patel2007-03-06
* Current pass manager, not the parent pass manager, assumes the role ofDevang Patel2007-03-05
* Avoid constructing std::strings unless pass debugging is ON.Devang Patel2007-03-05
* Make getPassManagerType() const.Devang Patel2007-02-27
* temporarily revert Devang's most recent patch, which caused a largeChris Lattner2007-02-17
* Use inverted map to speedup collectLastUses().Devang Patel2007-02-17
* Pretty print pass managers.Devang Patel2007-02-01
* - Undo previous check-in (i.e. Do not export TimingInfo class throughDevang Patel2007-01-29
* Move TimingInfo into PassManagers.h so that other libs can use it.Devang Patel2007-01-29
* Code refactoring.Devang Patel2007-01-16
* Remove extra white spaces. Fix comments.Devang Patel2007-01-15
* s/addPassToManager/add/gDevang Patel2007-01-12
* Move PMTopLevelManager, PMDataManager and FPPassManger classes intoDevang Patel2007-01-12