aboutsummaryrefslogtreecommitdiff
path: root/unittests/VMCore/PassManagerTest.cpp
AgeCommit message (Expand)Author
2013-01-07Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth
2013-01-07Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-02Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling
2012-12-04Sort the #include lines for unittest/...Chandler Carruth
2012-12-04VMCoreTests/PassManagerTest.cpp: Appease msvc not to do "using llvm::Pass" in...NAKAMURA Takumi
2012-12-04Add 'using' declarations to suppress -Woverloaded-virtual warnings.Matt Beaumont-Gay
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2011-07-12Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad
2011-07-12Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling
2011-07-11De-constify Types in FunctionType::get().Jay Foad
2011-03-31Strip trailing whitespace.Duncan Sands
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-07-13Switch from EXPECT_EQ({true,false, ...) to the more canonicalChandler Carruth
2010-04-16introduce a new CallGraphSCC class, and pass it aroundChris Lattner
2010-03-13Remove the last memory leak from the VMCore unit tests.Jeffrey Yasskin
2010-01-26Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn'tJeffrey Yasskin
2010-01-26Revert 94484. Re-disable unittests that need RTTI.Bob Wilson
2010-01-26Re-enable unit tests disabled in r94164 by telling GTest about theJeffrey Yasskin
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
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