aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support
Commit message (Expand)AuthorAgeFilesLines
* Add a new isSignWrappedSet() method to ConstantRange.Nick Lewycky2010-09-061-4/+22
* zap dead code.Chris Lattner2010-09-011-1/+0
* Clean up ConstantRange a bit:Nick Lewycky2010-08-111-3/+63
* Add an inverse() method to ConstantRange.Owen Anderson2010-08-071-0/+3
* add dyn_cast_or_null tests, exclude invalid dyn_cast testGabor Greif2010-07-221-8/+25
* tidy upGabor Greif2010-07-221-13/+9
* add dyn_cast tests and beef up others a bitGabor Greif2010-07-221-5/+34
* tidy upGabor Greif2010-07-201-5/+3
* migrate essentially everything from under #ifdef DEBUG_CAST_OPERATORS into th...Gabor Greif2010-07-201-7/+55
* extend to cast<> and cast_or_null<> testsGabor Greif2010-07-201-3/+31
* isa<> testsGabor Greif2010-07-201-1/+7
* initial checkin for unittest to exercise Support/Casting.hGabor Greif2010-07-201-0/+32
* Fix death tests in -Asserts builds.Jeffrey Yasskin2010-03-171-0/+2
* Spelling fixes.Dan Gohman2010-03-011-1/+1
* Add Regex::sub, for doing regular expression substitution with backreferences.Daniel Dunbar2010-02-171-0/+29
* Add support for TypeBuilder<const/volatile void*, false>.Jeffrey Yasskin2010-02-091-1/+8
* Fix TimeValue::now() on Unix.Torok Edwin2010-01-221-0/+16
* Catch more cases of a pointer being marked garbage twice. This helps whenRafael Espindola2009-12-181-0/+29
* Type.h doesn't need to #include LLVMContext.hChris Lattner2009-10-271-0/+1
* Add raw_ostream::write_escaped, for writing escaped strings.Daniel Dunbar2009-10-171-0/+16
* Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on theJeffrey Yasskin2009-10-121-0/+81
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-061-5/+5
* remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner2009-09-261-4/+4
* Fix a compile failure introduced by r82675 on MinGW which doesn't haveJeffrey Yasskin2009-09-251-0/+12
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-241-0/+1
* Roll back r82348, which introduced an infinite loop in ParseCStringVector() thatJeffrey Yasskin2009-09-241-0/+48
* Drop the raw_ostream required buffer size to 1.Daniel Dunbar2009-09-151-0/+10
* Make TypeBuilder's result depend on the LLVMContext it's passed.Jeffrey Yasskin2009-09-091-0/+12
* Simplify, now that gtest supports raw_ostream directly.Daniel Dunbar2009-09-061-1/+0
* Now that googletest can print ConstantRange, use EXPECT_EQ when testing forNick Lewycky2009-09-051-149/+149
* Teach googletest to use raw_ostream instead of just std::ostream.Jeffrey Yasskin2009-09-051-7/+0
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-301-0/+64
* split raw_os_ostream out to its own header and implementation file. ThisChris Lattner2009-08-241-1/+1
* Unbreak unit tests.Daniel Dunbar2009-08-241-0/+7
* Fix off-by-one in llvm::Format::print.Daniel Dunbar2009-08-231-0/+27
* convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since Chris Lattner2009-08-231-128/+129
* Fixed header comment.Misha Brukman2009-08-201-1/+1
* Add min and max tests.Daniel Dunbar2009-08-191-0/+8
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-132-71/+71
* Fix unit test on FreeBSD. We need to make sure there is enough space to save ...Benjamin Kramer2009-08-121-1/+1
* To catch bugs like the one fixed inJeffrey Yasskin2009-08-071-0/+7
* Update unit test.Owen Anderson2009-08-051-5/+5
* Update unittest for LLVM API change.Benjamin Kramer2009-07-311-3/+3
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-1/+1
* Move types back to the 2.5 API.Owen Anderson2009-07-291-2/+2
* Added a test and fixed a bug in BumpPtrAllocator relating to large alignmentReid Kleckner2009-07-251-0/+48
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-1/+1
* Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests forReid Kleckner2009-07-231-0/+95
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-231-61/+0
* Parameterize the BumpPtrAllocator over a slab allocator. It defaults to usingReid Kleckner2009-07-231-0/+61