aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/VMCore/PassManagerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-2/+2
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-2/+2
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-2/+2
* Strip trailing whitespace.Duncan Sands2011-03-311-1/+1
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-8/+29
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-6/+6
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-6/+6
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-6/+6
* Switch from EXPECT_EQ({true,false, ...) to the more canonicalChandler Carruth2010-07-131-9/+9
* introduce a new CallGraphSCC class, and pass it aroundChris Lattner2010-04-161-1/+1
* Remove the last memory leak from the VMCore unit tests.Jeffrey Yasskin2010-03-131-2/+2
* Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn'tJeffrey Yasskin2010-01-261-5/+0
* Revert 94484. Re-disable unittests that need RTTI.Bob Wilson2010-01-261-0/+5
* Re-enable unit tests disabled in r94164 by telling GTest about theJeffrey Yasskin2010-01-261-5/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+5
* update unit test for previous change.Chris Lattner2009-08-311-1/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-17/+17
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-3/+3
* Fix unit tests for LLVMContext+Module.Owen Anderson2009-07-011-3/+4
* Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly...Torok Edwin2009-06-291-0/+526