test commit redux
[oota-llvm.git] / unittests / VMCore /
2011-08-30 Jeffrey YasskinFix C++0x narrowing errors when char is unsigned.
2011-08-27 John McCallThe 'expected' argument to EXPECT_EQ is actually the...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
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-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-20 Chris LattnerRevamp the "ConstantStruct::get" methods. Previously...
2011-05-18 Duncan SandsTeach getCastOpcode about element-by-element vector...
2011-04-21 Jay FoadPR9214: Convert Metadata API to use ArrayRef.
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-04-01 Duncan SandsWhile testing dragonegg I noticed that isCastable and...
2011-03-31 Duncan SandsStrip trailing whitespace.
2011-01-15 Rafael EspindolaAllow unnamed_addr on declarations.
2011-01-13 Rafael EspindolaReject uses of unnamed_addr in declarations.
2011-01-08 Rafael EspindolaFirst step in fixing PR8927:
2011-01-07 Jay FoadRemove the "ugly" method BranchInst::setUnconditionalDe...
2010-12-29 Chris Lattnerfix PR8867: a crash handling fp128. Thanks to Nick...
2010-11-18 Jim GrosbachRevert 119600 to unbreak the build. Francois, please...
2010-11-18 Francois PichetAppease MSVC 2008: you can't use keyword this inside...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-09-27 Dan GohmanMove ValueMapTest from ADT to VMCore so that ADT doesn...
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-08-02 Oscar FuentesPrefix `next' iterator operation with `llvm::'.
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-07-17 Chris Lattnerunit test to go along with r108610
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-18 Gabor Greifanother one
2010-03-17 Gabor Greiffeedback from Nick
2010-03-16 Gabor Greifmore BranchInst tests
2010-03-16 Gabor Greifadd BranchInst tests
2010-03-16 Gabor Greifappease valgrind testers
2010-03-16 Gabor Greifadd single return tests
2010-03-16 Gabor Greiffix PR6589
2010-03-16 Gabor Greifbegin humbly with a repro of PR6589
2010-03-13 Jeffrey YasskinRemove the last memory leak from the VMCore unit tests.
2010-03-13 Jeffrey YasskinRemove a memory leak from MetadataTest.
2010-03-13 Jeffrey YasskinRemove a memory leak from VerifierTest.
2010-03-04 Jeffrey YasskinStop leaking MDStrings.
2010-02-15 Nick LewyckyTeach the verifier to check the condition on a branch...
2010-02-11 Jeffrey YasskinFix some of the memcheck errors found in the JIT unittests.
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...
2010-01-05 Devang PatelNamedMDNode is a collection MDNodes.
2009-12-31 Chris Lattnerdon't unittest mdnode printing, we have disassembler...
2009-12-31 Chris Lattnerrename "elements" of metadata to "operands". "Elements...
2009-12-17 Jeffrey YasskinThis fixes a memory leak in OpaqueType found by Google...
2009-10-27 Chris LattnerType.h doesn't need to #include LLVMContext.h
2009-09-07 Daniel DunbarUpdate unittests for MDNode uniquing disable.
2009-09-03 Devang PatelNow Bitcode reader bug is fixed. Reapply 80839.
2009-09-02 Devang PatelRevert 80839 for now. It causes test failures.
2009-09-02 Devang PatelUse CallbackVH, instead of WeakVH, to hold MDNode elements.
2009-09-02 Devang PatelDisable uniqueness test for now.
2009-08-31 Chris Lattnerupdate unit test for previous change.
2009-08-23 Chris Lattnerupgrade for removed functions.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-31 Owen AndersonFix unit tests.
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-30 Benjamin Kramerfix a unitialized pointer in NamedMDNode (and reenable...
2009-07-30 Daniel DunbarDisable the NamedMDNodeTest, it is failing everywhere.
2009-07-30 Devang PatelAdd NamedMDNode test.
2009-07-29 Benjamin KramerUpdate unittest for LLVM API change.
2009-07-28 Benjamin Kramerfix unittest
2009-07-25 Daniel DunbarFinish migrating VMCore to StringRef/Twine based APIs.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-23 Devang PatelMDString
2009-07-23 Devang PatelDerive MDNode from MetadataBase instead of Constant...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-14 Dan GohmanPort this unittest to use LLVMContext.
2009-07-08 Devang PatelDrop "constant" from
2009-07-08 Devang PatelUpdate SLotTracker to handle MDNode slots.
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...
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-04-24 Chris Lattner"I got annoyed at the compiler warnings from ConstantIn...
2009-04-09 Nick LewyckyFix pointer casting problem.
2009-04-09 Misha BrukmanFixed compiler warning.
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-03-24 Misha BrukmanConverted a1.ll to unittests.