summaryrefslogtreecommitdiff
path: root/unittests/Support
Commit message (Expand)AuthorAge
...
* reimplement SwapByteOrder.h in terms of overloading instead of Chris Lattner2010-11-23
* Support: Add Endian.hMichael J. Spencer2010-10-21
* Unit Tests: Missed this error. MSVC and clang didn't complain.Michael J. Spencer2010-10-11
* System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer2010-10-11
* Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."Michael J. Spencer2010-10-11
* System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer2010-10-11
* static_cast to long, otherwise MSVC 2008 won't compile.Francois Pichet2010-10-04
* Make ConstantRange::makeICmpRegion handle all the edge cases properly. ThisNick Lewycky2010-09-28
* unittests: Support Windows.Michael J. Spencer2010-09-24
* 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