summaryrefslogtreecommitdiff
path: root/unittests/VMCore/PassManagerTest.cpp
Commit message (Expand)AuthorAge
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Switch from EXPECT_EQ({true,false, ...) to the more canonicalChandler Carruth2010-07-13
* introduce a new CallGraphSCC class, and pass it aroundChris Lattner2010-04-16
* Remove the last memory leak from the VMCore unit tests.Jeffrey Yasskin2010-03-13
* Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn'tJeffrey Yasskin2010-01-26
* Revert 94484. Re-disable unittests that need RTTI.Bob Wilson2010-01-26
* Re-enable unit tests disabled in r94164 by telling GTest about theJeffrey Yasskin2010-01-26
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* update unit test for previous change.Chris Lattner2009-08-31
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Fix unit tests for LLVMContext+Module.Owen Anderson2009-07-01
* Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly...Torok Edwin2009-06-29