1. 7be7659 Expand relocation type field to 64 bits. MachO scattered relocations require 33 bits of type info. by Owen Anderson · 14 years ago
  2. 443410d Object/COFF: Remove useless test. by Michael J. Spencer · 14 years ago
  3. 097be9f Object/COFF: Change type from a struct to a uint16_t. The struct would be by Michael J. Spencer · 14 years ago
  4. 321731539 Object: Add isSymbolAbsolute and getSymbolSection. by Michael J. Spencer · 14 years ago
  5. 0175975 Object: Add isSymbolWeak. by Michael J. Spencer · 14 years ago
  6. 89a7a5e Object/COFF: Expose more data in the public API. by Michael J. Spencer · 14 years ago
  7. d394667 Object: Fix redundant name. by Michael J. Spencer · 14 years ago
  8. 9a28851 COFF: Implement sectionContainsSymbol for relocatable files only. by Michael J. Spencer · 14 years ago
  9. 7989460 Object: add getSectionAlignment. by Michael J. Spencer · 14 years ago
  10. 648b2fa lib/Object: Suppress warnings on gcc-4.3.4 cygwin by NAKAMURA Takumi · 14 years ago
  11. e5fd004 Change relocation API to be per section. This time without breaking GCC. by Michael J. Spencer · 14 years ago
  12. 206d8a7 Revert 141376 and 141377 due to breaking the build. by Bill Wendling · 14 years ago
  13. b0d6154 Change relocation API to be per section. by Michael J. Spencer · 14 years ago
  14. 800619f Object: Add isSection{Data,BSS}. by Michael J. Spencer · 14 years ago
  15. 75d1cf33 Object: make the following changes into SymbolRef by Benjamin Kramer · 14 years ago
  16. 40ddfed Silence false positive uninitialized variable warnings from GCC. by Benjamin Kramer · 14 years ago
  17. 022ecdf Add support for relocations to ObjectFile. by Benjamin Kramer · 14 years ago
  18. f6f3e81 ObjectFile: Add a method to check whether a section contains a symbol. by Benjamin Kramer · 14 years ago
  19. e6490e0 Use memcmp. by Benjamin Kramer · 14 years ago
  20. bac192d Really fix typo :-( by Rafael Espindola · 14 years ago
  21. 5a0f0fb Fix typo. by Rafael Espindola · 14 years ago
  22. 00aae24 Compare all 4 bytes of the header. by Rafael Espindola · 14 years ago
  23. 5ebaed2 Fix warnings. by Michael J. Spencer · 14 years ago
  24. 1d6167f Object: Add proper error handling. by Michael J. Spencer · 14 years ago
  25. ec29b12 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 14 years ago
  26. aa41981 Revert the last two commits in the series. r132911, r132912. by Michael J. Spencer · 14 years ago
  27. a7f9c49 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 14 years ago
  28. 5f1eb96 Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a little by Nick Lewycky · 15 years ago
  29. ee066fc Assorted bugfixes in object file handling: by Eric Christopher · 15 years ago
  30. 0324b67 Object: Fix type punned pointer issues by making DataRefImpl a union and using intptr_t. by Michael J. Spencer · 15 years ago
  31. 8e90ada Object: Add COFF Support. by Michael J. Spencer · 15 years ago