aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2009-06-24MCStreamer: Test printing values.Daniel Dunbar
2009-06-24Start MCAsmStreamer implementation.Daniel Dunbar
2009-06-09Reversed order of args in EXPECT_EQ() macros to be in the correct order:Misha Brukman
2009-05-30Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky
2009-05-18Fix a compile warning.Daniel Dunbar
2009-05-10Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky
2009-05-02Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from meDan Gohman
2009-05-01Prevent looping when DenseSet is abused.Stuart Hastings
2009-04-27Add tests for WeakVH and AssertingVH. These pointed out that the overloads forJeffrey Yasskin
2009-04-25Add a new TypeBuilder helper class, which eases making LLVM IR types.Chris Lattner
2009-04-25Fix PR4040: APInt's string constructor is too strictChris Lattner
2009-04-24"I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1,Chris Lattner
2009-04-23Use the testcase from PR2791.Owen Anderson
2009-04-09Fix pointer casting problem.Nick Lewycky
2009-04-09Fixed compiler warning.Misha Brukman
2009-04-08* Fixed calls to APInt ctor to work for negative values on Darwin/x86Misha Brukman
2009-04-04Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky
2009-04-01Make the constants fit.Bill Wendling
2009-04-01Add llvm::Triple class for abstracting access to target triples.Daniel Dunbar
2009-04-01Added tests for math utility functions; fixed another test's header comment.Misha Brukman
2009-04-01include Makefile.common before using $(BuildMode) to get its definitionMisha Brukman
2009-03-24Converted a1.ll to unittests.Misha Brukman
2009-03-19Renamed unittest files to have a consistent {Tt}est suffix.Misha Brukman
2009-03-17Minimal raw_ostream unit testsDaniel Dunbar
2009-02-26Remove libtool.Nick Lewycky
2009-02-09Fix comment.Bill Wendling
2009-01-27APInt's countLeadingOnes() was broken for negative i128 values,Torok Edwin
2009-01-19Port this test from dejagnu to unit testing.Nick Lewycky
2009-01-11Fix naming of file.Bill Wendling
2009-01-10Adding unittests for SmallVector. Test by Talin.Bill Wendling
2009-01-08Some generic clean-ups. Also make the StringMapEntryInitializer specializatio...Bill Wendling
2009-01-08* Don't explicitly cast "0" to "void*". This doesn't work well with specializedBill Wendling
2009-01-0880-column violation fix.Bill Wendling
2009-01-08* Added unittests for StringMapMisha Brukman
2009-01-07Minor cleanup for unittest:Misha Brukman
2009-01-04Modify the unittests Makefiles so that they don't rebuild parts of LLVM just toBill Wendling
2009-01-03improve test and address Misha's commentsNuno Lopes
2009-01-02Reassign the buffer to the pointer so that we don't overwrite memory.Bill Wendling
2009-01-02fist short at a new unit test for ImmutableSets. no bugs found, though :PNuno Lopes
2009-01-02make 'make clean' remove test binaries as wellNuno Lopes
2009-01-01Original patch by Talin.Misha Brukman