llvm-6502/include
Chandler Carruth 5f347a9bd1 [PM] Teach the analysis managers to pass themselves as arguments to the
run methods of the analysis passes.

Also generalizes and re-uses the SFINAE for transformation passes so
that users can write an analysis pass and only accept an analysis
manager if that is useful to their pass.

This completes the plumbing to make an analysis manager available
through every pass's run method if desired so that passes no longer need
to be constructed around them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195451 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-22 12:11:02 +00:00
..
llvm [PM] Teach the analysis managers to pass themselves as arguments to the 2013-11-22 12:11:02 +00:00
llvm-c Expose the fence instruction via the C API. 2013-11-20 00:07:49 +00:00