1. 56f976f At Jim Grosbach's request detemplate Object/MachO.h. by Rafael Espindola · 13 years ago
  2. 2fa9f53 Remove getters now that we can specialize structs on the host endianness. by Rafael Espindola · 13 years ago
  3. 9b70925 Finish templating MachObjectFile over endianness. by Rafael Espindola · 13 years ago
  4. f3f0b79 Add -expand-relocs to llvm-readobj by Nico Rieck · 13 years ago
  5. ecf1320 Add 179294 back, but don't use bit fields so that it works on big endian hosts. by Rafael Espindola · 13 years ago
  6. e2742a0 Revert my last two commits while I debug what is wrong in a big endian host. by Rafael Espindola · 13 years ago
  7. 708a44d Print more information about relocations. by Rafael Espindola · 13 years ago
  8. 641c9bc Template MachOObjectFile over endianness too. by Rafael Espindola · 13 years ago
  9. c2413f5 Convert MachOObjectFile to a template. by Rafael Espindola · 13 years ago
  10. c0406e1 Template the MachO types over the word size. by Rafael Espindola · 13 years ago
  11. 31fce89 Remove two uses of getObject. by Rafael Espindola · 13 years ago
  12. 79bb550 Remove usage of InMemoryStruct in getSymbol. by Rafael Espindola · 13 years ago
  13. 6f5d6c7 Remove a use of InMemoryStruct in llvm-readobj. by Rafael Espindola · 13 years ago
  14. 0944c13 Make getObject const. Remove a const_cast. by Rafael Espindola · 13 years ago
  15. b0f76a4 Don't fetch pointers from a InMemoryStruct. by Rafael Espindola · 13 years ago
  16. 9cad53c Implements low-level object file format specific output for COFF and by Eric Christopher · 13 years ago