1. 572e03a Fix "the the" in comments. by Eric Christopher · 10 years ago
  2. d319c4f [Object, MachO] Introduce MachOObjectFile::load_commands() range iterator. by Alexey Samsonov · 10 years ago
  3. e71fb5c Assigning and copying command line option objects shouldn't be allowed. by Chris Bieneman · 11 years ago
  4. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  5. 0bfe828 Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive. by Rafael Espindola · 11 years ago
  6. 8029127 Remove bogus std::error_code returns form SectionRef. by Rafael Espindola · 11 years ago
  7. 3e5cc65 Use the simpler sys::fs:;exists. NFC. by Rafael Espindola · 11 years ago
  8. 48af1c2 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
  9. 72318b4 Use a simpler predicate. NFC. by Rafael Espindola · 11 years ago
  10. 3f6481d Remove some calls to std::move. by Rafael Espindola · 11 years ago
  11. 437b0d5 Use std::unique_ptr to make the ownership explicit. by Rafael Espindola · 11 years ago
  12. 1076974 Run clang-format on llvm-size.cpp to tidy things up. No functional changes. by Kevin Enderby · 11 years ago
  13. afef4c9 Add the -arch flag support to llvm-size like what was done to llvm-nm by Kevin Enderby · 11 years ago
  14. 4f7932b Convert a few methods to use ErrorOr. by Rafael Espindola · 11 years ago
  15. 14a96ac Added the -m option as an alias for -format=darwin to llvm-nm and llvm-size by Kevin Enderby · 11 years ago
  16. 1983fcf Change the output of llvm-nm and llvm-size for Mach-O universal files (aka by Kevin Enderby · 11 years ago
  17. 4b8fc28 Teach llvm-size to know about Mach-O universal files (aka fat files) and by Kevin Enderby · 11 years ago
  18. 246a460 Add "-format darwin" to llvm-size to be like darwin's size(1) -m output, and by Kevin Enderby · 11 years ago
  19. ae46002 Convert the Archive API to use ErrorOr. by Rafael Espindola · 11 years ago
  20. 4453e4294 Remove 'using std::error_code' from tools. by Rafael Espindola · 11 years ago
  21. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  22. a6e9c3e Remove system_error.h. by Rafael Espindola · 11 years ago
  23. e6cb63e [C++] Use 'nullptr'. Tools edition. by Craig Topper · 12 years ago
  24. 48803e5 [C++11] Use ObjectFile::sections() in commandline llvm tools by Alexey Samsonov · 12 years ago
  25. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  26. b5155a5 Change the begin and end methods in ObjectFile to match the style guide. by Rafael Espindola · 12 years ago
  27. 5e812af Simplify the handling of iterators in ObjectFile. by Rafael Espindola · 12 years ago
  28. 23a9750 Rename these methods to match the style guide. by Rafael Espindola · 12 years ago
  29. 63da295 Return an ErrorOr<Binary *> from createBinary. by Rafael Espindola · 12 years ago
  30. 4d88a1c Sort the #include lines for tools/... by Chandler Carruth · 13 years ago
  31. f3da529 Add more PRI.64 macros for MSVC and use them throughout the codebase. by Benjamin Kramer · 14 years ago
  32. 5fd56b8 Fix a few changes I missed. by Michael J. Spencer · 14 years ago
  33. 7dc278d Fix build failures better. by Andrew Trick · 14 years ago
  34. 9a6fa7c Fix build failure. by Daniel Dunbar · 14 years ago
  35. cc5f8d4 llvm-size: Apply Chris's code review fixes. by Michael J. Spencer · 14 years ago
  36. 7f16877 Fix cast. by Michael J. Spencer · 14 years ago
  37. c4ad466 Add llvm-size. by Michael J. Spencer · 14 years ago