Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-08-21 | Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std... | David Blaikie | 1 | -3/+4 |
2014-07-06 | Update the MemoryBuffer API to use ErrorOr. | Rafael Espindola | 1 | -4/+5 |
2014-06-13 | Remove 'using std::error_code' from tools. | Rafael Espindola | 1 | -2/+1 |
2014-06-12 | Don't use 'using std::error_code' in include/llvm. | Rafael Espindola | 1 | -0/+1 |
2014-06-12 | Remove system_error.h. | Rafael Espindola | 1 | -1/+1 |
2014-03-06 | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 1 | -2/+1 |
2014-03-05 | [C++11] Replace OwningPtr::take() with OwningPtr::release(). | Ahmed Charles | 1 | -1/+1 |
2012-10-31 | MC: Simple example parser for MC assembly markup. | Jim Grosbach | 4 | -0/+269 |