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