llvm-6502/unittests
Torok Edwin 1970a89a49 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74438 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-29 18:49:09 +00:00
..
ADT Reversed order of args in EXPECT_EQ() macros to be in the correct order: 2009-06-09 21:48:57 +00:00
ExecutionEngine Add a JITEventListener interface that gets called back when a new function is 2009-06-25 02:04:04 +00:00
MC Sketch streamer support for .align, .org functionality. 2009-06-24 19:25:34 +00:00
Support
VMCore Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly passes as well. 2009-06-29 18:49:09 +00:00
Makefile Add a JITEventListener interface that gets called back when a new function is 2009-06-25 02:04:04 +00:00
Makefile.unittest
TestMain.cpp