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