1. 5d0c2ff Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
  2. 41bb432 Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  3. 96d071c Don't return error_code from function that never fails. by Rafael Espindola · 10 years ago
  4. 0000afd [StackMaps] Add a lightweight parser for stackmap version 1 sections. by Lang Hames · 10 years ago
  5. 63a88ce Make getRelocationSection MachO only. by Rafael Espindola · 10 years ago
  6. 9ac06a0 Improve the --expand-relocs handling of MachO. by Rafael Espindola · 10 years ago
  7. 97d6672 Remove unused variable, found with gcc-5.1 -Wunused-variable. by Patrik Hagglund · 11 years ago
  8. d431932 Implement MachODumper::printFileHeaders by Frederic Riss · 11 years ago
  9. 8029127 Remove bogus std::error_code returns form SectionRef. by Rafael Espindola · 11 years ago
  10. dac3985 Object: BSS/virtual sections don't have contents by David Majnemer · 11 years ago
  11. fd38cbe Remove 'virtual' keyword from methods markedwith 'override' keyword. by Craig Topper · 11 years ago
  12. 07f99fb llvm-readobj: fix MachO relocatoin printing a bit. by Tim Northover · 11 years ago
  13. 4453e4294 Remove 'using std::error_code' from tools. by Rafael Espindola · 11 years ago
  14. bff5d0d Remove all uses of 'using std::error_code' from headers. by Rafael Espindola · 11 years ago
  15. 464d2e4 [C++11] Introduce ObjectFile::symbols() to use range-based loops. by Alexey Samsonov · 12 years ago
  16. aa4d295 [C++11] Introduce SectionRef::relocations() to use range-based loops by Alexey Samsonov · 12 years ago
  17. 48803e5 [C++11] Use ObjectFile::sections() in commandline llvm tools by Alexey Samsonov · 12 years ago
  18. 39a0965 Fix warning about mismatched signs in comparison. by Rafael Espindola · 12 years ago
  19. 1194e69 Fix the printing of n_type. by Rafael Espindola · 12 years ago
  20. c68b0f7 Use the existing N_STAB from the MachO namespace. by Rafael Espindola · 12 years ago
  21. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  22. 7315602 Switch all uses of LLVM_OVERRIDE to just use 'override' directly. by Craig Topper · 12 years ago
  23. b5155a5 Change the begin and end methods in ObjectFile to match the style guide. by Rafael Espindola · 12 years ago
  24. 5e812af Simplify the handling of iterators in ObjectFile. by Rafael Espindola · 12 years ago
  25. 07baed5 Re-sort #include lines again, prior to moving headers around. by Chandler Carruth · 12 years ago
  26. 44fee4e Remove several unused variables. by Rafael Espindola · 12 years ago
  27. 8bdfafd Move everything depending on Object/MachOFormat.h over to Support/MachO.h. by Charles Davis · 12 years ago
  28. 1827bd8 Revert "Fix the build broken by r189315." and "Move everything depending on Object/MachOFormat.h over to Support/MachO.h." by Charles Davis · 12 years ago
  29. 0c6f71b Move everything depending on Object/MachOFormat.h over to Support/MachO.h. by Charles Davis · 12 years ago
  30. 806f006 Handle relocations that don't point to symbols. by Rafael Espindola · 12 years ago
  31. 75c3036 Use pointers to iterate over symbols. by Rafael Espindola · 13 years ago
  32. a8de653 llvm-readobj: Do not print NULL StringRefs by Nico Rieck · 13 years ago
  33. 56f976f At Jim Grosbach's request detemplate Object/MachO.h. by Rafael Espindola · 13 years ago
  34. 2fa9f53 Remove getters now that we can specialize structs on the host endianness. by Rafael Espindola · 13 years ago
  35. 9b70925 Finish templating MachObjectFile over endianness. by Rafael Espindola · 13 years ago
  36. f3f0b79 Add -expand-relocs to llvm-readobj by Nico Rieck · 13 years ago
  37. ecf1320 Add 179294 back, but don't use bit fields so that it works on big endian hosts. by Rafael Espindola · 13 years ago
  38. e2742a0 Revert my last two commits while I debug what is wrong in a big endian host. by Rafael Espindola · 13 years ago
  39. 708a44d Print more information about relocations. by Rafael Espindola · 13 years ago
  40. 641c9bc Template MachOObjectFile over endianness too. by Rafael Espindola · 13 years ago
  41. c2413f5 Convert MachOObjectFile to a template. by Rafael Espindola · 13 years ago
  42. c0406e1 Template the MachO types over the word size. by Rafael Espindola · 13 years ago
  43. 31fce89 Remove two uses of getObject. by Rafael Espindola · 13 years ago
  44. 79bb550 Remove usage of InMemoryStruct in getSymbol. by Rafael Espindola · 13 years ago
  45. 6f5d6c7 Remove a use of InMemoryStruct in llvm-readobj. by Rafael Espindola · 13 years ago
  46. 0944c13 Make getObject const. Remove a const_cast. by Rafael Espindola · 13 years ago
  47. b0f76a4 Don't fetch pointers from a InMemoryStruct. by Rafael Espindola · 13 years ago
  48. 9cad53c Implements low-level object file format specific output for COFF and by Eric Christopher · 13 years ago