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