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