Reapply r110396, with fixes to appease the Linux buildbot gods.
[oota-llvm.git] / unittests / VMCore / PassManagerTest.cpp
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-13 Chandler CarruthSwitch from EXPECT_EQ({true,false, ...) to the more...
2010-04-16 Chris Lattnerintroduce a new CallGraphSCC class, and pass it around
2010-03-13 Jeffrey YasskinRemove the last memory leak from the VMCore unit tests.
2010-01-26 Jeffrey YasskinRoll r94484 (avoiding RTTI problems in tests) forward...
2010-01-26 Bob WilsonRevert 94484. Re-disable unittests that need RTTI.
2010-01-26 Jeffrey YasskinRe-enable unit tests disabled in r94164 by telling...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2009-08-31 Chris Lattnerupdate unit test for previous change.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonFix unit tests for LLVMContext+Module.
2009-06-29 Torok EdwinCall doInitialization(), releaseMemory(), and doFinaliz...