summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mcmarkup
Commit message (Expand)AuthorAgeFilesLines
* Remove llvm-mcmarkup.Eric Christopher2018-04-023-250/+0
* Fix more inconsistent line endings. NFC.Dimitry Andric2017-12-181-6/+6
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-2/+0
* Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman2017-11-031-7/+6
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-17/+0
* Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...David Blaikie2014-08-211-3/+4
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-4/+5
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+1
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-1/+1
* MC: Simple example parser for MC assembly markup.Jim Grosbach2012-10-314-0/+269
OpenPOWER on IntegriCloud