llvm-6502/lib/Transforms
Owen Anderson 2ab36d3502 Begin adding static dependence information to passes, which will allow us to
perform initialization without static constructors AND without explicit initialization
by the client.  For the moment, passes are required to initialize both their
(potential) dependencies and any passes they preserve.  I hope to be able to relax
the latter requirement in the future.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116334 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-12 19:48:12 +00:00
..
Hello
InstCombine
Instrumentation Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
IPO Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
Scalar Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
Utils Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
Makefile