aboutsummaryrefslogtreecommitdiff
path: root/unittests/VMCore/PassManagerTest.cpp
AgeCommit message (Expand)Author
2009-08-31update unit test for previous change.Chris Lattner
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-07-01Fix unit tests for LLVMContext+Module.Owen Anderson
2009-06-29Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly...Torok Edwin