1. b0436a7 Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  2. a483fc8 Fix some possible gcc-4.2 may be used uninitialized warnings. by Daniel Dunbar · 14 years ago
  3. 790552c Revert r145180 as it is causing test failures on all the bots. by Chandler Carruth · 14 years ago
  4. 9b24738 Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  5. 11ba26d Object/COFF: Support common symbols. by Michael J. Spencer · 14 years ago
  6. 7151ddd Object/COFF: Fix PE reading. by Michael J. Spencer · 14 years ago
  7. 783d887 object/COFF: Properly initalize uses of DataRefImpl. by Michael J. Spencer · 14 years ago
  8. 9472b8d Expand relocation type field to 64 bits. MachO scattered relocations require 33 bits of type info. by Owen Anderson · 14 years ago
  9. 7c24665 Object/COFF: Remove useless test. by Michael J. Spencer · 14 years ago
  10. 5e3a082 Object/COFF: Change type from a struct to a uint16_t. The struct would be by Michael J. Spencer · 14 years ago
  11. 9b2b812 Object: Add isSymbolAbsolute and getSymbolSection. by Michael J. Spencer · 14 years ago
  12. c38c36a Object: Add isSymbolWeak. by Michael J. Spencer · 14 years ago
  13. 0e752cb Object/COFF: Expose more data in the public API. by Michael J. Spencer · 14 years ago
  14. 1130a79 Object: Fix redundant name. by Michael J. Spencer · 14 years ago
  15. bff6f86 COFF: Implement sectionContainsSymbol for relocatable files only. by Michael J. Spencer · 14 years ago
  16. e2f2f07 Object: add getSectionAlignment. by Michael J. Spencer · 14 years ago
  17. 48f248a lib/Object: Suppress warnings on gcc-4.3.4 cygwin by NAKAMURA Takumi · 14 years ago
  18. 4344b1e Change relocation API to be per section. This time without breaking GCC. by Michael J. Spencer · 14 years ago
  19. a48ad13 Revert 141376 and 141377 due to breaking the build. by Bill Wendling · 14 years ago
  20. f1164a2 Change relocation API to be per section. by Michael J. Spencer · 14 years ago
  21. 13afc5e Object: Add isSection{Data,BSS}. by Michael J. Spencer · 14 years ago
  22. ac241fe Object: make the following changes into SymbolRef by Benjamin Kramer · 14 years ago
  23. cee58a6 Silence false positive uninitialized variable warnings from GCC. by Benjamin Kramer · 14 years ago
  24. 0fcab07 Add support for relocations to ObjectFile. by Benjamin Kramer · 14 years ago
  25. 07ea23a ObjectFile: Add a method to check whether a section contains a symbol. by Benjamin Kramer · 14 years ago
  26. 3209a03 Use memcmp. by Benjamin Kramer · 14 years ago
  27. 9b9c5ea Really fix typo :-( by Rafael Espindola · 14 years ago
  28. 5ac795c Fix typo. by Rafael Espindola · 14 years ago
  29. 82c475d Compare all 4 bytes of the header. by Rafael Espindola · 14 years ago
  30. 64388ce Fix warnings. by Michael J. Spencer · 14 years ago
  31. 25b1577 Object: Add proper error handling. by Michael J. Spencer · 14 years ago
  32. 001c920 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 14 years ago
  33. 5e45dc4 Revert the last two commits in the series. r132911, r132912. by Michael J. Spencer · 14 years ago
  34. 69aec36 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 14 years ago
  35. 71f234b Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a little by Nick Lewycky · 14 years ago
  36. 539d8d8 Assorted bugfixes in object file handling: by Eric Christopher · 14 years ago
  37. 7acdb4d Object: Fix type punned pointer issues by making DataRefImpl a union and using intptr_t. by Michael J. Spencer · 15 years ago
  38. a1ef8ef Object: Add COFF Support. by Michael J. Spencer · 15 years ago