aboutsummaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-101-9/+49
* Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from meDan Gohman2009-05-021-0/+136
* Prevent looping when DenseSet is abused.Stuart Hastings2009-05-011-0/+30
* Add tests for WeakVH and AssertingVH. These pointed out that the overloads forJeffrey Yasskin2009-04-271-0/+181
* Add a new TypeBuilder helper class, which eases making LLVM IR types.Chris Lattner2009-04-251-0/+233
* Fix PR4040: APInt's string constructor is too strictChris Lattner2009-04-251-0/+9
* "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1,Chris Lattner2009-04-241-0/+14
* Use the testcase from PR2791.Owen Anderson2009-04-231-3/+3
* Fix pointer casting problem.Nick Lewycky2009-04-091-1/+2
* Fixed compiler warning.Misha Brukman2009-04-091-1/+1
* * Fixed calls to APInt ctor to work for negative values on Darwin/x86Misha Brukman2009-04-081-6/+6
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-041-0/+96
* Make the constants fit.Bill Wendling2009-04-011-5/+5
* Add llvm::Triple class for abstracting access to target triples.Daniel Dunbar2009-04-011-0/+137
* Added tests for math utility functions; fixed another test's header comment.Misha Brukman2009-04-012-1/+105
* include Makefile.common before using $(BuildMode) to get its definitionMisha Brukman2009-04-011-3/+2
* Converted a1.ll to unittests.Misha Brukman2009-03-244-5/+197
* Renamed unittest files to have a consistent {Tt}est suffix.Misha Brukman2009-03-192-0/+0
* Minimal raw_ostream unit testsDaniel Dunbar2009-03-173-1/+101
* Remove libtool.Nick Lewycky2009-02-261-2/+2
* Fix comment.Bill Wendling2009-02-091-1/+1
* APInt's countLeadingOnes() was broken for negative i128 values,Torok Edwin2009-01-271-2/+77
* Port this test from dejagnu to unit testing.Nick Lewycky2009-01-191-0/+25
* Fix naming of file.Bill Wendling2009-01-111-1/+1
* Adding unittests for SmallVector. Test by Talin.Bill Wendling2009-01-101-0/+383
* Some generic clean-ups. Also make the StringMapEntryInitializer specializatio...Bill Wendling2009-01-081-45/+44
* * Don't explicitly cast "0" to "void*". This doesn't work well with specializedBill Wendling2009-01-081-3/+17
* 80-column violation fix.Bill Wendling2009-01-081-1/+1
* * Added unittests for StringMapMisha Brukman2009-01-081-0/+189
* Minor cleanup for unittest:Misha Brukman2009-01-071-3/+3
* Modify the unittests Makefiles so that they don't rebuild parts of LLVM just toBill Wendling2009-01-041-1/+2
* improve test and address Misha's commentsNuno Lopes2009-01-031-43/+34
* Reassign the buffer to the pointer so that we don't overwrite memory.Bill Wendling2009-01-021-0/+2
* fist short at a new unit test for ImmutableSets. no bugs found, though :PNuno Lopes2009-01-021-0/+208
* make 'make clean' remove test binaries as wellNuno Lopes2009-01-021-0/+3
* Original patch by Talin.Misha Brukman2009-01-015-0/+253