| Commit message (Expand) | Author | Age | Files | Lines |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -3/+3 |
| * | [llvm] Add isa_and_nonnull | Don Hinton | 2019-04-05 | 1 | -0/+6 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [Support] Add support for unique_ptr<> to Casting.h. | Zachary Turner | 2017-04-12 | 1 | -0/+75 |
| * | Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma... | Aaron Ballman | 2015-02-15 | 1 | -1/+1 |
| * | Support: Add *cast_or_null<> for pointer wrappers | Duncan P. N. Exon Smith | 2014-11-24 | 1 | -0/+96 |
| * | [C++11] Use 'nullptr'. | Craig Topper | 2014-06-08 | 1 | -4/+4 |
| * | [C++11] Replace LLVM-style type traits with C++11 standard ones. | Benjamin Kramer | 2014-03-07 | 1 | -4/+8 |
| * | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
| * | Fix a regression I introduced back in r178147. | Rafael Espindola | 2013-07-18 | 1 | -0/+25 |
| * | Sort the #include lines for unittest/... | Chandler Carruth | 2012-12-04 | 1 | -1/+0 |
| * | Casting.h: Automatically handle isa<Base>(Derived). | Sean Silva | 2012-10-11 | 1 | -0/+51 |
| * | Don't pass a null pointer to cast<> in its unit tests. | Richard Smith | 2012-08-21 | 1 | -3/+5 |
| * | unittests/Support/Casting.cpp: [PR8226] Workaround for MSVC|Debug. | NAKAMURA Takumi | 2012-01-22 | 1 | -3/+2 |
| * | 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 |