| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Add a new WeakVH value handle; NFC | Sanjoy Das | 2017-05-01 | 1 | -0/+18 |
| * | Rename WeakVH to WeakTrackingVH; NFC | Sanjoy Das | 2017-05-01 | 1 | -20/+20 |
| * | Emulate TrackingVH using WeakVH | Sanjoy Das | 2017-05-01 | 1 | -0/+26 |
| * | Reverts commit r301424, r301425 and r301426 | Sanjoy Das | 2017-04-26 | 1 | -36/+18 |
| * | Add a new WeakVH value handle; NFC | Sanjoy Das | 2017-04-26 | 1 | -0/+18 |
| * | Rename WeakVH to WeakTrackingVH; NFC | Sanjoy Das | 2017-04-26 | 1 | -20/+20 |
| * | [PM] Introduce a PoisoningVH as a (more expensive) alternative to | Chandler Carruth | 2017-01-24 | 1 | -0/+93 |
| * | 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 |