Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 2016-04-14 | 1 | -21/+23 |
* | -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep... | David Blaikie | 2015-08-03 | 1 | -6/+6 |
* | Replace std::auto_ptr with std::unique_ptr | David Blaikie | 2015-04-22 | 1 | -2/+2 |
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -9/+15 |
* | [C++11] Use 'nullptr'. | Craig Topper | 2014-06-08 | 1 | -16/+16 |
* | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -2/+1 |
* | [Modules] Move ValueHandle into the IR library where Value itself lives. | Chandler Carruth | 2014-03-04 | 1 | -0/+408 |