Missed an exit during the conversion.
[oota-llvm.git] / unittests /
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-30 Dan GohmanReapply 74494, this time removing the conflicting defin...
2009-06-30 Daniel DunbarRevert my intentional breakage.
2009-06-30 Daniel DunbarIntentionally break a unittest to test my buildbot...
2009-06-29 Daniel DunbarFix order of arguments to EXPECT_EQ
2009-06-29 Torok EdwinCall doInitialization(), releaseMemory(), and doFinaliz...
2009-06-25 Jeffrey YasskinAdd a JITEventListener interface that gets called back...
2009-06-24 Daniel DunbarSketch streamer support for .align, .org functionality.
2009-06-24 Daniel DunbarWe decided to not worry about Atoms for now, it should...
2009-06-24 Daniel DunbarMCStreamer: Test printing values.
2009-06-24 Daniel DunbarStart MCAsmStreamer implementation.
2009-06-09 Misha BrukmanReversed order of args in EXPECT_EQ() macros to be...
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-05-18 Daniel DunbarFix a compile warning.
2009-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-05-02 Dan GohmanApply Jeffrey Yasskin's CallbackVH patch, with minor...
2009-05-01 Stuart HastingsPrevent looping when DenseSet is abused.
2009-04-27 Jeffrey YasskinAdd tests for WeakVH and AssertingVH. These pointed...
2009-04-25 Chris LattnerAdd a new TypeBuilder helper class, which eases making...
2009-04-25 Chris LattnerFix PR4040: APInt's string constructor is too strict
2009-04-24 Chris Lattner"I got annoyed at the compiler warnings from ConstantIn...
2009-04-23 Owen AndersonUse the testcase from PR2791.
2009-04-09 Nick LewyckyFix pointer casting problem.
2009-04-09 Misha BrukmanFixed compiler warning.
2009-04-08 Misha Brukman* Fixed calls to APInt ctor to work for negative values...
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-04-01 Bill WendlingMake the constants fit.
2009-04-01 Daniel DunbarAdd llvm::Triple class for abstracting access to target...
2009-04-01 Misha BrukmanAdded tests for math utility functions; fixed another...
2009-04-01 Misha Brukmaninclude Makefile.common before using $(BuildMode) to...
2009-03-24 Misha BrukmanConverted a1.ll to unittests.
2009-03-19 Misha BrukmanRenamed unittest files to have a consistent {Tt}est...
2009-03-17 Daniel DunbarMinimal raw_ostream unit tests
2009-02-26 Nick LewyckyRemove libtool.
2009-02-09 Bill WendlingFix comment.
2009-01-27 Torok EdwinAPInt's countLeadingOnes() was broken for negative...
2009-01-19 Nick LewyckyPort this test from dejagnu to unit testing.
2009-01-11 Bill WendlingFix naming of file.
2009-01-10 Bill WendlingAdding unittests for SmallVector. Test by Talin.
2009-01-08 Bill WendlingSome generic clean-ups. Also make the StringMapEntryIni...
2009-01-08 Bill Wendling* Don't explicitly cast "0" to "void*". This doesn...
2009-01-08 Bill Wendling80-column violation fix.
2009-01-08 Misha Brukman* Added unittests for StringMap
2009-01-07 Misha BrukmanMinor cleanup for unittest:
2009-01-04 Bill WendlingModify the unittests Makefiles so that they don't rebui...
2009-01-03 Nuno Lopesimprove test and address Misha's comments
2009-01-02 Bill WendlingReassign the buffer to the pointer so that we don't...
2009-01-02 Nuno Lopesfist short at a new unit test for ImmutableSets. no...
2009-01-02 Nuno Lopesmake 'make clean' remove test binaries as well
2009-01-01 Misha BrukmanOriginal patch by Talin.