Test commit for new post-commit hooks.
[oota-llvm.git] / unittests / Support /
2010-07-22 Gabor Greifadd dyn_cast_or_null tests, exclude invalid dyn_cast...
2010-07-22 Gabor Greiftidy up
2010-07-22 Gabor Greifadd dyn_cast tests and beef up others a bit
2010-07-20 Gabor Greiftidy up
2010-07-20 Gabor Greifmigrate essentially everything from under #ifdef DEBUG_...
2010-07-20 Gabor Greifextend to cast<> and cast_or_null<> tests
2010-07-20 Gabor Greifisa<> tests
2010-07-20 Gabor Greifinitial checkin for unittest to exercise Support/Casting.h
2010-03-17 Jeffrey YasskinFix death tests in -Asserts builds.
2010-03-01 Dan GohmanSpelling fixes.
2010-02-17 Daniel DunbarAdd Regex::sub, for doing regular expression substituti...
2010-02-09 Jeffrey YasskinAdd support for TypeBuilder<const/volatile void*, false>.
2010-01-22 Torok EdwinFix TimeValue::now() on Unix.
2009-12-18 Rafael EspindolaCatch more cases of a pointer being marked garbage...
2009-10-27 Chris LattnerType.h doesn't need to #include LLVMContext.h
2009-10-17 Daniel DunbarAdd raw_ostream::write_escaped, for writing escaped...
2009-10-12 Jeffrey YasskinFix llvm.org/PR5160, to let CallbackVHs modify other...
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-09-26 Chris Lattnerremove support for "NoSub" from regex. It seems like...
2009-09-25 Jeffrey YasskinFix a compile failure introduced by r82675 on MinGW...
2009-09-24 Chris Lattneradd and document regex support for FileCheck. You...
2009-09-24 Jeffrey YasskinRoll back r82348, which introduced an infinite loop...
2009-09-15 Daniel DunbarDrop the raw_ostream required buffer size to 1.
2009-09-09 Jeffrey YasskinMake TypeBuilder's result depend on the LLVMContext...
2009-09-06 Daniel DunbarSimplify, now that gtest supports raw_ostream directly.
2009-09-05 Nick LewyckyNow that googletest can print ConstantRange, use EXPECT...
2009-09-05 Jeffrey YasskinTeach googletest to use raw_ostream instead of just...
2009-08-30 Torok EdwinAdd regular expression matching support, based on OpenB...
2009-08-24 Chris Lattnersplit raw_os_ostream out to its own header and implemen...
2009-08-24 Daniel DunbarUnbreak unit tests.
2009-08-23 Daniel DunbarFix off-by-one in llvm::Format::print.
2009-08-23 Chris Lattnerconvert all the constant range EXPECT_EQ tests to use...
2009-08-20 Misha BrukmanFixed header comment.
2009-08-19 Daniel DunbarAdd min and max tests.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Benjamin KramerFix unit test on FreeBSD. We need to make sure there...
2009-08-07 Jeffrey YasskinTo catch bugs like the one fixed in
2009-08-05 Owen AndersonUpdate unit test.
2009-07-31 Benjamin KramerUpdate unittest for LLVM API change.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-25 Reid KlecknerAdded a test and fixed a bug in BumpPtrAllocator relati...
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-23 Reid KlecknerRe-committing changes from r76825 to BumpPtrAllocator...
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Reid KlecknerParameterize the BumpPtrAllocator over a slab allocator...
2009-07-22 Ryan Flynncast signed APInt constructor params to uint64_t to...
2009-07-19 Nick LewyckyFix ConstantRange::unionWith. Also make it work a littl...
2009-07-18 Nick LewyckyReplace intersectWith with maximalIntersectWith. The...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-13 Nick LewyckyFix an error in ConstantRange::getSignedMax on wrapped...
2009-07-13 Nick Lewycky'i8 full-range' sign extended to i16 should equal ...
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-13 Nick LewyckyMultiply was very wrong for wrapped ranges. This suppli...
2009-07-13 Nick LewyckyFix a bug summing two full sets. The overflow checking...
2009-07-12 Nick LewyckyImplement udiv for ConstantRanges.
2009-07-12 Nick LewyckyThis is not overly conservative.
2009-07-12 Nick LewyckyImplement ConstantRange::multiply based on the code...
2009-07-11 Nick LewyckyFix handling of max and full set.
2009-07-11 Nick LewyckyBreak the world's largest unit test down a few logical...
2009-07-10 Owen AndersonFix unit tests.
2009-07-09 Dan GohmanRevert the part of 75177 that split ConstantRange into...
2009-07-09 Dan GohmanAdd a ConstantSignedRange class, which does for signed...
2009-05-18 Daniel DunbarFix a compile warning.
2009-05-02 Dan GohmanApply Jeffrey Yasskin's CallbackVH patch, with minor...
2009-04-27 Jeffrey YasskinAdd tests for WeakVH and AssertingVH. These pointed...
2009-04-25 Chris LattnerAdd a new TypeBuilder helper class, which eases making...
2009-04-01 Bill WendlingMake the constants fit.
2009-04-01 Misha BrukmanAdded tests for math utility functions; fixed another...
2009-03-19 Misha BrukmanRenamed unittest files to have a consistent {Tt}est...
2009-03-17 Daniel DunbarMinimal raw_ostream unit tests