Move TargetData to DataLayout.
[oota-llvm.git] / unittests / VMCore / PassManagerTest.cpp
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-03-31 Duncan SandsStrip trailing whitespace.
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
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...