Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [C++11] Use 'nullptr'. | Craig Topper | 2014-06-08 | 1 | -2/+2 |
* | [C++11] Now that the users are gone, rip out the duplicated traits from type_... | Benjamin Kramer | 2014-03-07 | 1 | -1/+2 |
* | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -3/+2 |
* | [Modules] Move ValueMap to the IR library. While this class does not | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
* | [C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now have | Chandler Carruth | 2014-03-02 | 1 | -2/+1 |
* | Use LLVM_STATIC_ASSERT rather than a hand-rolled implementation. | David Blaikie | 2014-01-02 | 1 | -2/+2 |
* | Rename 'assert' to something less loaded in CompileAssertHasType | Alp Toker | 2014-01-01 | 1 | -1/+1 |
* | Silence g++ 4.9 build issue in unit tests | Alp Toker | 2014-01-01 | 1 | -1/+2 |
* | Rename the VMCore unittest tree to IR. Somehow was missed when doing the | Chandler Carruth | 2013-01-07 | 1 | -0/+294 |