1. ad882ba llmv-objdump/COFF: Print export table contents. by Rui Ueyama · 12 years ago
  2. a045b73 Don't use DataRefImpl to implement ImportDirectoryEntryRef. by Rui Ueyama · 12 years ago
  3. 15ba1e2 Readobj: If NumbersOfSections is 0xffff, it's an COFF import library. by Rui Ueyama · 12 years ago
  4. 586af97a move getSymbolNMTypeChar to the one program that needs it: nm. by Rafael Espindola · 12 years ago
  5. 06adfac Convert another use of getSymbolNMTypeChar. by Rafael Espindola · 12 years ago
  6. e62ab11 Avoid some getSymbolNMTypeChar uses in COFFObjectFile.cpp itself. by Rafael Espindola · 12 years ago
  7. 7700d8b Revert "Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSymbolFileOffset." by Rafael Espindola · 12 years ago
  8. 48d0bb9 Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSymbolFileOffset. by Rafael Espindola · 12 years ago
  9. 981af00 Add missing #include's to cctype when using isdigit/alpha/etc. by Will Dietz · 12 years ago
  10. bc654b1 Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}. by Rui Ueyama · 12 years ago
  11. c2bed42 Re-submit r191472 with a fix for big endian. by Rui Ueyama · 12 years ago
  12. 333d28a Revert "llvm-objdump: Dump COFF import table if -private-headers option is given." by Rui Ueyama · 12 years ago
  13. 5b1adba llvm-objdump: Dump COFF import table if -private-headers option is given. by Rui Ueyama · 12 years ago
  14. ed64342b Retry submitting r186623: COFFDumper: Dump data directory entries. by Rui Ueyama · 12 years ago
  15. f388243 Revert "COFFDumper: Dump data directory entries." by Rui Ueyama · 12 years ago
  16. a20b9f5 COFFDumper: Dump data directory entries. by Rui Ueyama · 12 years ago
  17. 82ebd8e readobj: Dump PE/COFF optional records. by Rui Ueyama · 12 years ago
  18. 806f006 Handle relocations that don't point to symbols. by Rafael Espindola · 12 years ago
  19. 0d15f73 Change getRelocationAdditionalInfo to be ELF only. by Rafael Espindola · 12 years ago
  20. 1e48387 Clarify getRelocationAddress x getRelocationOffset a bit. by Rafael Espindola · 13 years ago
  21. 717c4d4 Remove unused argument. by Rafael Espindola · 13 years ago
  22. 83c74e9 Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration. by Guy Benyei · 13 years ago
  23. 4f223bf7 Add interface for querying object files for symbol values. by Tim Northover · 13 years ago
  24. b96a320 Cosmetic changes by Andrew Kaylor · 13 years ago
  25. 3f31fa0 This patch adds new functions to the SectionRef and ObjectFile interfaces to determine whether or not a section is meant to be read-only. These functions will be used by the MCJIT RuntimeDyld to give hints to the memory manager during the object loading process in a future patch. by Andrew Kaylor · 13 years ago
  26. d3e2a76 Added accessors for getting coff_relocation info by Marshall Clow · 13 years ago
  27. bfb85e6 Had a closing brace inside an #ifdef -- oops! by Marshall Clow · 13 years ago
  28. 71757ef Adding acessors to COFFObjectFile so that clients can get at the (non-generic) bits by Marshall Clow · 13 years ago
  29. 2138ef6 This patch improves the MCJIT runtime dynamic loader by adding new handling by Preston Gurd · 14 years ago
  30. 549515e Add a constructor for DataRefImpl and remove excess initialization. by Danil Malyshev · 14 years ago
  31. 9da9e69 [Object/COFF]: Expose getSectionContents. by Michael J. Spencer · 14 years ago
  32. 53c2d54 [Object/COFF]: Expose getSectionName. Also add some documentation. by Michael J. Spencer · 14 years ago
  33. 7a89e0c Fix bug found by warning. by Michael J. Spencer · 14 years ago
  34. d53422d [Object] by David Meyer · 14 years ago
  35. c429b80 [Object] by David Meyer · 14 years ago
  36. 2fc34c5 [Object] by David Meyer · 14 years ago
  37. 7e4b976 [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefined. Implement these completely for ELF. by David Meyer · 14 years ago
  38. 1df4b84 In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), and isWeak(), with a bitset of flags. by David Meyer · 14 years ago
  39. 8c4729f [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF. by Michael J. Spencer · 14 years ago
  40. cbe72fc Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  41. 9339d45 Fix some possible gcc-4.2 may be used uninitialized warnings. by Daniel Dunbar · 14 years ago
  42. 37ab257 Revert r145180 as it is causing test failures on all the bots. by Chandler Carruth · 14 years ago
  43. 2631f93 Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  44. d27d51f Object/COFF: Support common symbols. by Michael J. Spencer · 14 years ago
  45. d5930ca Object/COFF: Fix PE reading. by Michael J. Spencer · 14 years ago
  46. d0f5b0e object/COFF: Properly initalize uses of DataRefImpl. by Michael J. Spencer · 14 years ago
  47. 7be7659 Expand relocation type field to 64 bits. MachO scattered relocations require 33 bits of type info. by Owen Anderson · 14 years ago
  48. 443410d Object/COFF: Remove useless test. by Michael J. Spencer · 14 years ago
  49. 097be9f Object/COFF: Change type from a struct to a uint16_t. The struct would be by Michael J. Spencer · 14 years ago
  50. 321731539 Object: Add isSymbolAbsolute and getSymbolSection. by Michael J. Spencer · 14 years ago
  51. 0175975 Object: Add isSymbolWeak. by Michael J. Spencer · 14 years ago
  52. 89a7a5e Object/COFF: Expose more data in the public API. by Michael J. Spencer · 14 years ago
  53. d394667 Object: Fix redundant name. by Michael J. Spencer · 14 years ago
  54. 9a28851 COFF: Implement sectionContainsSymbol for relocatable files only. by Michael J. Spencer · 14 years ago
  55. 7989460 Object: add getSectionAlignment. by Michael J. Spencer · 14 years ago
  56. 648b2fa lib/Object: Suppress warnings on gcc-4.3.4 cygwin by NAKAMURA Takumi · 14 years ago
  57. e5fd004 Change relocation API to be per section. This time without breaking GCC. by Michael J. Spencer · 14 years ago
  58. 206d8a7 Revert 141376 and 141377 due to breaking the build. by Bill Wendling · 14 years ago
  59. b0d6154 Change relocation API to be per section. by Michael J. Spencer · 14 years ago
  60. 800619f Object: Add isSection{Data,BSS}. by Michael J. Spencer · 14 years ago
  61. 75d1cf33 Object: make the following changes into SymbolRef by Benjamin Kramer · 14 years ago
  62. 40ddfed Silence false positive uninitialized variable warnings from GCC. by Benjamin Kramer · 14 years ago
  63. 022ecdf Add support for relocations to ObjectFile. by Benjamin Kramer · 14 years ago
  64. f6f3e81 ObjectFile: Add a method to check whether a section contains a symbol. by Benjamin Kramer · 14 years ago
  65. e6490e0 Use memcmp. by Benjamin Kramer · 14 years ago
  66. bac192d Really fix typo :-( by Rafael Espindola · 14 years ago
  67. 5a0f0fb Fix typo. by Rafael Espindola · 14 years ago
  68. 00aae24 Compare all 4 bytes of the header. by Rafael Espindola · 14 years ago
  69. 5ebaed2 Fix warnings. by Michael J. Spencer · 14 years ago
  70. 1d6167f Object: Add proper error handling. by Michael J. Spencer · 14 years ago
  71. ec29b12 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 14 years ago
  72. aa41981 Revert the last two commits in the series. r132911, r132912. by Michael J. Spencer · 14 years ago
  73. a7f9c49 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 14 years ago
  74. 5f1eb96 Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a little by Nick Lewycky · 15 years ago
  75. ee066fc Assorted bugfixes in object file handling: by Eric Christopher · 15 years ago
  76. 0324b67 Object: Fix type punned pointer issues by making DataRefImpl a union and using intptr_t. by Michael J. Spencer · 15 years ago
  77. 8e90ada Object: Add COFF Support. by Michael J. Spencer · 15 years ago