aboutsummaryrefslogtreecommitdiff
path: root/unittests/Support
AgeCommit message (Expand)Author
2010-10-11System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer
2010-10-04static_cast to long, otherwise MSVC 2008 won't compile.Francois Pichet
2010-09-28Make ConstantRange::makeICmpRegion handle all the edge cases properly. ThisNick Lewycky
2010-09-24unittests: Support Windows.Michael J. Spencer
2010-09-06Add a new isSignWrappedSet() method to ConstantRange.Nick Lewycky
2010-09-01zap dead code.Chris Lattner
2010-08-11Clean up ConstantRange a bit:Nick Lewycky
2010-08-07Add an inverse() method to ConstantRange.Owen Anderson
2010-07-22add dyn_cast_or_null tests, exclude invalid dyn_cast testGabor Greif
2010-07-22tidy upGabor Greif
2010-07-22add dyn_cast tests and beef up others a bitGabor Greif
2010-07-20tidy upGabor Greif
2010-07-20migrate essentially everything from under #ifdef DEBUG_CAST_OPERATORS into th...Gabor Greif
2010-07-20extend to cast<> and cast_or_null<> testsGabor Greif
2010-07-20isa<> testsGabor Greif
2010-07-20initial checkin for unittest to exercise Support/Casting.hGabor Greif
2010-03-17Fix death tests in -Asserts builds.Jeffrey Yasskin
2010-03-01Spelling fixes.Dan Gohman
2010-02-17Add Regex::sub, for doing regular expression substitution with backreferences.Daniel Dunbar
2010-02-09Add support for TypeBuilder<const/volatile void*, false>.Jeffrey Yasskin
2010-01-22Fix TimeValue::now() on Unix.Torok Edwin
2009-12-18Catch more cases of a pointer being marked garbage twice. This helps whenRafael Espindola
2009-10-27Type.h doesn't need to #include LLVMContext.hChris Lattner
2009-10-17Add raw_ostream::write_escaped, for writing escaped strings.Daniel Dunbar
2009-10-12Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on theJeffrey Yasskin
2009-10-06Introduce and use convenience methods for getting pointer typesDuncan Sands
2009-09-26remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner
2009-09-25Fix a compile failure introduced by r82675 on MinGW which doesn't haveJeffrey Yasskin
2009-09-24add and document regex support for FileCheck. You can now do stuff like:Chris Lattner
2009-09-24Roll back r82348, which introduced an infinite loop in ParseCStringVector() thatJeffrey Yasskin
2009-09-15Drop the raw_ostream required buffer size to 1.Daniel Dunbar
2009-09-09Make TypeBuilder's result depend on the LLVMContext it's passed.Jeffrey Yasskin
2009-09-06Simplify, now that gtest supports raw_ostream directly.Daniel Dunbar
2009-09-05Now that googletest can print ConstantRange, use EXPECT_EQ when testing forNick Lewycky
2009-09-05Teach googletest to use raw_ostream instead of just std::ostream.Jeffrey Yasskin
2009-08-30Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin
2009-08-24split raw_os_ostream out to its own header and implementation file. ThisChris Lattner
2009-08-24Unbreak unit tests.Daniel Dunbar
2009-08-23Fix off-by-one in llvm::Format::print.Daniel Dunbar
2009-08-23convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since Chris Lattner
2009-08-20Fixed header comment.Misha Brukman
2009-08-19Add min and max tests.Daniel Dunbar
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-12Fix unit test on FreeBSD. We need to make sure there is enough space to save ...Benjamin Kramer
2009-08-07To catch bugs like the one fixed inJeffrey Yasskin
2009-08-05Update unit test.Owen Anderson
2009-07-31Update unittest for LLVM API change.Benjamin Kramer
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson
2009-07-29Move types back to the 2.5 API.Owen Anderson
2009-07-25Added a test and fixed a bug in BumpPtrAllocator relating to large alignmentReid Kleckner