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 Since the Hello pass is built as a loadable dynamic library, don't try to convert it to new-style registration yet. 2010-10-07 00:31:16 +00:00
InstCombine Now with fewer extraneous semicolons! 2010-10-07 22:25:06 +00:00
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 Revert r100896 and around - this breaks the only mingw32 buildbot we have. 2010-04-15 19:51:42 +00:00