Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-03-13 | Remove the linker_private and linker_private_weak linkages. | Rafael Espindola | 1 | -2/+1 |
2014-03-06 | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 1 | -1/+1 |
2014-03-05 | [C++11] Replace OwningPtr::take() with OwningPtr::release(). | Ahmed Charles | 1 | -1/+1 |
2014-02-28 | Now that it is possible, use the mangler in IRObjectFile. | Rafael Espindola | 1 | -2/+14 |
2014-02-21 | Add missing include. | Rafael Espindola | 1 | -0/+1 |
2014-02-21 | Add a SymbolicFile interface between Binary and ObjectFile. | Rafael Espindola | 1 | -0/+139 |