| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a mechanism for optimisation plugins to register passes that all front ↵ | David Chisnall | 2011-08-16 | 1 | -0/+15 |
| | | | | | | | | | ends can use without needing to be aware of the plugin (or the plugin be aware of the front end). Before 3.0, I'd like to add a mechanism for automatically loading a set of plugins from a config file. API suggestions welcome... llvm-svn: 137717 | ||||
| * | Add a C interface to PassManagerBuilder. It is missing the addExtension | Rafael Espindola | 2011-08-09 | 1 | -0/+80 |
| | | | | | | | | functionality since in the C api a pass is created and added to a pass manager in a single call. llvm-svn: 137159 | ||||
| * | Move methods in PassManagerBuilder offline. | Rafael Espindola | 2011-08-02 | 1 | -0/+248 |
| llvm-svn: 136727 | |||||

