1. 11ba26d Object/COFF: Support common symbols. by Michael J. Spencer · 13 years ago
  2. b8ebca8 build: Attempt to rectify inconsistencies between CMake and LLVMBuild versions of explicit dependencies. by Daniel Dunbar · 13 years ago
  3. 7151ddd Object/COFF: Fix PE reading. by Michael J. Spencer · 13 years ago
  4. ef56d1d MachOObject: Use DataExtractor's uleb parser instead of rolling our own. by Benjamin Kramer · 13 years ago
  5. efd2d5e Simplify code. by Benjamin Kramer · 13 years ago
  6. a3a2dfd build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 13 years ago
  7. eefb0de Removed unused variable. by Chad Rosier · 13 years ago
  8. 783d887 object/COFF: Properly initalize uses of DataRefImpl. by Michael J. Spencer · 13 years ago
  9. c8a55a6 Object/Archive: Add symbol table iteration. by Michael J. Spencer · 13 years ago
  10. b28bdbf If we're searching for a symbol reference to pretty-print a scattered relocation address, and we don't find a symbol table entry, try section begin addresses as well. by Owen Anderson · 13 years ago
  11. eb6bd33 Fix pretty printing of i386 local sect diff relocations, TLV relocations, and x86_64 TLV relocations in MachO. by Owen Anderson · 13 years ago
  12. 3529c53 Expose relocation accessors through the libObject C API. by Owen Anderson · 13 years ago
  13. d8b0b91 Add relocation iterators to the libObject C API. by Owen Anderson · 13 years ago
  14. 1832f4d Add support for scattered relocations to the MachO relocatation pretty printer. by Owen Anderson · 13 years ago
  15. ef22f78 The order of the two symbol listings in a Macho x86_64 subtractor relocation is reversed from what seems intuitive to me. by Owen Anderson · 13 years ago
  16. f8261e7 Include the full 64 bits of relocation data in the type info for MachO relocations, so that we can recognize scattered relocations. by Owen Anderson · 13 years ago
  17. 9472b8d Expand relocation type field to 64 bits. MachO scattered relocations require 33 bits of type info. by Owen Anderson · 13 years ago
  18. 929e27c Improve pretty printing of GOT relocations in MachO on x86_64. by Owen Anderson · 13 years ago
  19. b64541f Remove unused variable. by Eric Christopher · 13 years ago
  20. fe944e8 Object/Archive: Cleanup anon namespace. by Michael J. Spencer · 13 years ago
  21. aaf98ea Object/Archive: Add BSD style long file name support and skip internal members. by Michael J. Spencer · 13 years ago
  22. c8aa726 Remove extraneous printing of "-PC". by Owen Anderson · 13 years ago
  23. 0685e94 Add support for the notion of "hidden" relocations. On MachO, these are relocation entries that are used as additional information for other, real relocations, rather than being relocations themselves. by Owen Anderson · 13 years ago
  24. 013d756 Teach the MachO relocation pretty-printer to interpret ARM half-relocations. by Owen Anderson · 13 years ago
  25. d8fa76d More fixes and improvements to MachO relocation pretty-printing, particular for x86 and x86_64 relocations with addends. by Owen Anderson · 13 years ago
  26. 0135fe1 Get relocation parsing/dumping to a mostly-working state for MachO files. by Owen Anderson · 13 years ago
  27. 5f4e02c Stub out some of the MachO relocation decoding hooks. by Owen Anderson · 13 years ago
  28. ca7eb3e Use LLVMBool for a function that logically returns a boolean value. by Owen Anderson · 13 years ago
  29. a48aab9 STABS symbols are debug symbols. by Owen Anderson · 13 years ago
  30. e2fa64e Bind libObject API for obtaining the section containing a Symbol. by Owen Anderson · 13 years ago
  31. 3cb0567 Expand the coverage of the libObject C bindings to include more SectionRef accessors as well as Symbol iterators. by Owen Anderson · 13 years ago
  32. 7c24665 Object/COFF: Remove useless test. by Michael J. Spencer · 13 years ago
  33. 5e3a082 Object/COFF: Change type from a struct to a uint16_t. The struct would be by Michael J. Spencer · 13 years ago
  34. 206d17c Object: Add some types to SymbolRef::Type. by Michael J. Spencer · 13 years ago
  35. 9b2b812 Object: Add isSymbolAbsolute and getSymbolSection. by Michael J. Spencer · 13 years ago
  36. c38c36a Object: Add isSymbolWeak. by Michael J. Spencer · 13 years ago
  37. 0e752cb Object/COFF: Expose more data in the public API. by Michael J. Spencer · 13 years ago
  38. ab6bcf3 Object: Implement casting for concrete classes. by Michael J. Spencer · 13 years ago
  39. 1130a79 Object: Fix redundant name. by Michael J. Spencer · 13 years ago
  40. 63b2f8c ELF: Fix the section that relocations apply to. Add test to verify. Patch by Danil Malyshev! by Michael J. Spencer · 13 years ago
  41. bff6f86 COFF: Implement sectionContainsSymbol for relocatable files only. by Michael J. Spencer · 13 years ago
  42. f77dea1 Elf_Word is not POD! Stop using it in a DenseMap. by Nick Lewycky · 13 years ago
  43. 95f8db4 The VMAs stored in the symbol table of a MachO file are absolute addresses, not offsets from the section. by Owen Anderson · 13 years ago
  44. 10a8c62 Don't label a STAB debugging symbol as a function symbol. by Owen Anderson · 13 years ago
  45. cd74988 sectionContainsSymbol needs to be based on VMA's rather than section indices to properly account for files with segment load commands that contain no sections. by Owen Anderson · 13 years ago
  46. 4124294 Section indices in MachO symbol tables begin at 1, not 0. by Owen Anderson · 13 years ago
  47. 18dcb87 lib/Object/ELFObjectFile.cpp: Fix undefined behavior for MC/ELF/many-section.s not to fail (on msvc). by NAKAMURA Takumi · 13 years ago
  48. f7c93a3 Expose MachOObjectFile externally, like we do for COFF. First step in reducing the amount of special-purpose code needed for llvm-objdump. by Owen Anderson · 13 years ago
  49. bfbbe32 Reapply r141605 with fixes for appropriate handling of reserved section numbers by Nick Lewycky · 13 years ago
  50. 15c3f72 Add support for .symtab_shnidx. Unfortunately, doing this required breaking a by Nick Lewycky · 13 years ago
  51. fb05d3d Revert r141605 as it broke tests for llvm-nm. by Nick Lewycky · 13 years ago
  52. fad138d Add support for reading many-section ELF files. by Nick Lewycky · 13 years ago
  53. 15565ad Fix warning. by Michael J. Spencer · 13 years ago
  54. e2f2f07 Object: add getSectionAlignment. by Michael J. Spencer · 13 years ago
  55. 48f248a lib/Object: Suppress warnings on gcc-4.3.4 cygwin by NAKAMURA Takumi · 13 years ago
  56. c6500a5 Object: Add support for opening stdin. by Michael J. Spencer · 13 years ago
  57. 5861893 Object: constize Archive. by Michael J. Spencer · 13 years ago
  58. 01a4db3 Fix GCC again. by Michael J. Spencer · 13 years ago
  59. 4344b1e Change relocation API to be per section. This time without breaking GCC. by Michael J. Spencer · 13 years ago
  60. a48ad13 Revert 141376 and 141377 due to breaking the build. by Bill Wendling · 13 years ago
  61. f1164a2 Change relocation API to be per section. by Michael J. Spencer · 13 years ago
  62. 13afc5e Object: Add isSection{Data,BSS}. by Michael J. Spencer · 13 years ago
  63. a51d7d9 Object: Add archive support. by Michael J. Spencer · 13 years ago
  64. ac241fe Object: make the following changes into SymbolRef by Benjamin Kramer · 13 years ago
  65. 8366234 ObjectFile: Add support for mach-o-style dSYM companion files. by Benjamin Kramer · 13 years ago
  66. cee58a6 Silence false positive uninitialized variable warnings from GCC. by Benjamin Kramer · 13 years ago
  67. d40b0b0 Remove dead code. by Benjamin Kramer · 13 years ago
  68. 58856ea Fix release build: by Nick Lewycky · 13 years ago
  69. 0fcab07 Add support for relocations to ObjectFile. by Benjamin Kramer · 13 years ago
  70. d452246 Teach macho-dump to dump the uleb128s referred to by linkedit_data segments. by Benjamin Kramer · 13 years ago
  71. 9942aca Teach macho-dump how to dump linkedit_data load commands. by Benjamin Kramer · 13 years ago
  72. ac03e73 Rewrite the CMake build to use explicit dependencies between libraries, by Chandler Carruth · 13 years ago
  73. 07ea23a ObjectFile: Add a method to check whether a section contains a symbol. by Benjamin Kramer · 13 years ago
  74. 32fb2af MachOObjectFile: Get symbol functions ready for 64 bit. by Benjamin Kramer · 13 years ago
  75. 291e767 Output MachO section names in the form SEGMENT,section. by Benjamin Kramer · 13 years ago
  76. 7d14578 Add support for 64 bit objects to MachOObjectFile. by Benjamin Kramer · 13 years ago
  77. 82ba5b7 MachOObjectFile: Change isSectionText to return true for sections named text, not for load commands name __TEXT (which isn't the case in actual object files) by Benjamin Kramer · 13 years ago
  78. 3209a03 Use memcmp. by Benjamin Kramer · 13 years ago
  79. 9b9c5ea Really fix typo :-( by Rafael Espindola · 13 years ago
  80. 5ac795c Fix typo. by Rafael Espindola · 13 years ago
  81. 82c475d Compare all 4 bytes of the header. by Rafael Espindola · 13 years ago
  82. 64388ce Fix warnings. by Michael J. Spencer · 13 years ago
  83. 25b1577 Object: Add proper error handling. by Michael J. Spencer · 13 years ago
  84. 001c920 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 13 years ago
  85. c44c915 Add Binary class. This is a cleaner parent than ObjectFile. by Michael J. Spencer · 13 years ago
  86. d2a02f4 Add Object/Error. by Michael J. Spencer · 13 years ago
  87. aa99bea Revert r132910 and r132909 on behalf of Michael. They didn't build with clang. by Benjamin Kramer · 13 years ago
  88. 5e45dc4 Revert the last two commits in the series. r132911, r132912. by Michael J. Spencer · 13 years ago
  89. 69aec36 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 13 years ago
  90. fc9ec69 Add Binary class. This is a cleaner parent than ObjectFile. by Michael J. Spencer · 13 years ago
  91. bf58996 Add Object/Error. by Michael J. Spencer · 13 years ago
  92. cbda61a Fix spelling and sort CMakeLists.txt. by Michael J. Spencer · 13 years ago
  93. 71f234b Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a little by Nick Lewycky · 13 years ago
  94. f4b2f93 Use enums for constant values. by Eric Christopher · 13 years ago
  95. 9ab1d7f Make the file format strings a little prettier for mach-o. by Eric Christopher · 13 years ago
  96. 860d7e1 Add MachOObjectFile.cpp to cmake. by Eric Christopher · 13 years ago
  97. ea7e13e Hook in mach-o object files into Object interface. by Eric Christopher · 13 years ago
  98. 6256b03 Add an ObjectFile implementation for mach-o. by Eric Christopher · 13 years ago
  99. 592cf78 Start migrating mach-o dumping facilities to the object file out of a by Eric Christopher · 13 years ago
  100. 33feb70 Move Object.cpp out of VMCore and into Object. by Eric Christopher · 13 years ago