Go to file
Torok Edwin 24c7835d19 Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly passes as well.
Also don't call finalizers for LoopPass if initialization was not called.
Add a unittest that tests that these methods are called, in the proper
order, and the correct number of times.

llvm-svn: 74438
2009-06-29 18:49:09 +00:00
clang -Keep a reference to the ASTContext inside the TranslationUnitDecl. 2009-06-29 17:38:40 +00:00
compiler-rt Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
llvm Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly passes as well. 2009-06-29 18:49:09 +00:00