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