Don't use PassInfo* as a type identifier for passes. Instead, use the address of...
[oota-llvm.git] / lib / VMCore / PassRegistry.cpp
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-21 Owen AndersonMove the smarts of AnalysisGroup registration into...
2010-07-20 Owen AndersonMove the handling of PassRegistrationListener's to...
2010-07-20 Owen AndersonMove more functionality from Pass.cpp to PassRegistry...
2010-07-20 Owen AndersonI just fail with SVN today.