Add Kaleidoscope to examples/ so that it gets built regularly and we'll notice
[oota-llvm.git] / unittests /
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.