[llvm-commits] Review Request: Allow Plugins to Modify Standard Pass List

David Chisnall theraven at theravensnest.org
Tue May 10 10:23:56 PDT 2011


Hello the people,

This patch makes it possible for plugins to register new passes that are inserted (at a specified position) in any of the default lists of passes.  It's a fairly major change to some widely-used functionality, so I'd like it to be carefully reviewed before I commit it.

David

P.S. Currently it only allows passes to be added, but it would be a fairly trivial modification to allow them to be replaced / removed.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm.diff
Type: application/octet-stream
Size: 38435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110510/73a5445a/attachment.obj>


More information about the llvm-commits mailing list