aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support
Commit message (Expand)AuthorAgeFilesLines
...
* Fix handling of max and full set.Nick Lewycky2009-07-111-7/+8
* Break the world's largest unit test down a few logical lines. No semanticNick Lewycky2009-07-111-23/+65
* Fix unit tests.Owen Anderson2009-07-101-89/+90
* Revert the part of 75177 that split ConstantRange into two classes, andDan Gohman2009-07-091-298/+21
* Add a ConstantSignedRange class, which does for signed integersDan Gohman2009-07-091-0/+582
* Fix a compile warning.Daniel Dunbar2009-05-181-1/+1
* Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from meDan Gohman2009-05-021-0/+136
* 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
* Make the constants fit.Bill Wendling2009-04-011-5/+5
* Added tests for math utility functions; fixed another test's header comment.Misha Brukman2009-04-012-1/+105
* Renamed unittest files to have a consistent {Tt}est suffix.Misha Brukman2009-03-191-0/+0
* Minimal raw_ostream unit testsDaniel Dunbar2009-03-172-0/+100