summaryrefslogtreecommitdiff
path: root/tools/llvm-mcmarkup
AgeCommit message (Expand)Author
2017-12-18Fix more inconsistent line endings. NFC.Dimitry Andric
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-11-03Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-01-26Remove autoconf supportChris Bieneman
2014-08-21Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...David Blaikie
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-06-12Remove system_error.h.Rafael Espindola
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles
2012-10-31MC: Simple example parser for MC assembly markup.Jim Grosbach