Merging r258729:
[oota-llvm.git] / tools / llvm-mcmarkup /
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2012-10-31 Jim GrosbachMC: Simple example parser for MC assembly markup.