1. e4f5d01 Fix more inconsistent line endings. NFC. by Dimitry Andric · 8 years ago
  2. 62602a4 Remove redundant includes from tools. by Michael Zolotukhin · 8 years ago
  3. ecf0e95 Add llvm::for_each as a range-based extensions to <algorithm> and make use of it in some cases where it is a more clear alternative to std::for_each. by Aaron Ballman · 8 years ago
  4. 2ad6d48 Search for llvm-symbolizer binary in the same directory as argv[0], before by Richard Smith · 9 years ago
  5. 1961f14 Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr by David Blaikie · 11 years ago
  6. adf21f2 Update the MemoryBuffer API to use ErrorOr. by Rafael Espindola · 11 years ago
  7. 4453e4294 Remove 'using std::error_code' from tools. by Rafael Espindola · 11 years ago
  8. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  9. a6e9c3e Remove system_error.h. by Rafael Espindola · 11 years ago
  10. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  11. 96c9d95 [C++11] Replace OwningPtr::take() with OwningPtr::release(). by Ahmed Charles · 12 years ago
  12. acd8801 MC: Simple example parser for MC assembly markup. by Jim Grosbach · 13 years ago