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