1. 13250cb Fix a pair of array index checks. by Eric Christopher · 12 years ago
  2. 586af97a move getSymbolNMTypeChar to the one program that needs it: nm. by Rafael Espindola · 12 years ago
  3. a135632 Fix llvm-nm to mach OS X's nm on some tests. by Rafael Espindola · 12 years ago
  4. bc654b1 Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}. by Rui Ueyama · 12 years ago
  5. 8bdfafd Move everything depending on Object/MachOFormat.h over to Support/MachO.h. by Charles Davis · 12 years ago
  6. 1827bd8 Revert "Fix the build broken by r189315." and "Move everything depending on Object/MachOFormat.h over to Support/MachO.h." by Charles Davis · 12 years ago
  7. 0c6f71b Move everything depending on Object/MachOFormat.h over to Support/MachO.h. by Charles Davis · 12 years ago
  8. 74ec8b0 Support/MachO: Add a bunch of defines. by Charles Davis · 12 years ago
  9. 84a0ae7 Move #includes from .h to .cpp file. by Jakub Staszak · 12 years ago
  10. b88cdf6 initial draft of PPCMachObjectWriter.cpp by David Fang · 12 years ago
  11. 097e09a MachObjectFile: Don't leak on error. by Benjamin Kramer · 12 years ago
  12. 1ff26ab6 Typo. by Eric Christopher · 12 years ago
  13. 1d62c25 80-column tidying. Formatting choices by clang-format. by Eric Christopher · 12 years ago
  14. e6388e6 Basic support for parsing Mach-O universal binaries in LLVMObject library by Alexey Samsonov · 12 years ago
  15. 273ae01 Teach llvm-objdump with the -macho parser how to use the data in code table by Kevin Enderby · 12 years ago
  16. 806f006 Handle relocations that don't point to symbols. by Rafael Espindola · 12 years ago
  17. 9dab0cc Object: Fix Mach-O relocation printing. by Ahmed Bougacha · 12 years ago
  18. 0d15f73 Change getRelocationAdditionalInfo to be ELF only. by Rafael Espindola · 12 years ago
  19. 5250103 Fix Addend computation for non external relocations on Macho. by Rafael Espindola · 12 years ago
  20. e4dd2e0 Add getSymbolAlignment to the ObjectFile interface. by Rafael Espindola · 12 years ago
  21. 6e040c0 Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser. by Rafael Espindola · 12 years ago
  22. 04d3f49 Use a pointer as the relocation iterator. by Rafael Espindola · 12 years ago
  23. 1e48387 Clarify getRelocationAddress x getRelocationOffset a bit. by Rafael Espindola · 12 years ago
  24. 75c3036 Use pointers to iterate over symbols. by Rafael Espindola · 12 years ago
  25. b68c5f6 Revert r180189. by Rafael Espindola · 12 years ago
  26. 137faa0 Formatting fixes. by Rafael Espindola · 12 years ago
  27. ec4e350 Use a pointer as the relocation iterator. by Rafael Espindola · 12 years ago
  28. 3cdeb17 refactor the struct byte swapping to a helper function. by Rafael Espindola · 12 years ago
  29. feef8c2 Don't read one command past the end. by Rafael Espindola · 12 years ago
  30. 56f976f At Jim Grosbach's request detemplate Object/MachO.h. by Rafael Espindola · 12 years ago
  31. 9b70925 Finish templating MachObjectFile over endianness. by Rafael Espindola · 12 years ago
  32. ecf1320 Add 179294 back, but don't use bit fields so that it works on big endian hosts. by Rafael Espindola · 12 years ago
  33. e2742a0 Revert my last two commits while I debug what is wrong in a big endian host. by Rafael Espindola · 12 years ago
  34. 708a44d Print more information about relocations. by Rafael Espindola · 12 years ago
  35. e410099 Fix MachO's getRelocationAdditionalInfo. by Rafael Espindola · 12 years ago
  36. 641c9bc Template MachOObjectFile over endianness too. by Rafael Espindola · 12 years ago
  37. eaae687 Template the MachO types over endianness. by Rafael Espindola · 12 years ago
  38. c2413f5 Convert MachOObjectFile to a template. by Rafael Espindola · 12 years ago
  39. eb8b211 More uses for SymbolTableEntryBase. by Rafael Espindola · 12 years ago
  40. 5d6cec9 Add a SymbolTableEntryBase. by Rafael Espindola · 12 years ago
  41. 65d601f Add a SectionBase struct. by Rafael Espindola · 12 years ago
  42. c0406e1 Template the MachO types over the word size. by Rafael Espindola · 12 years ago
  43. 29d4501 Remove is64BitLoadCommand. by Rafael Espindola · 12 years ago
  44. d66c414 Add all 4 MachO object types. Use the stored type to implement is64Bits(). by Rafael Espindola · 12 years ago
  45. 421305a Make MachOObjectFile independent from MachOObject. by Rafael Espindola · 12 years ago
  46. c1f28b6 Implement MachOObjectFile::getData directly. by Rafael Espindola · 12 years ago
  47. 28814d7 Implement MachOObjectFile::is64Bit directly. by Rafael Espindola · 12 years ago
  48. 774a8ce Implement MachOObjectFile::getHeaderSize directly. by Rafael Espindola · 12 years ago
  49. d665259 Implement MachOObjectFile::getHeader directly. by Rafael Espindola · 12 years ago
  50. 6068998 Implement MachOObjectFile::getHeaderSize and MachOObjectFile::getData. by Rafael Espindola · 12 years ago
  51. 3c50f06 Remove LoadCommandInfo now that we always have a pointer to the command. by Rafael Espindola · 12 years ago
  52. 224208b Add MachOObjectFile::LoadCommandInfo. by Rafael Espindola · 12 years ago
  53. 1309a44 Use getLoadCommandInfo instead of MachOObj->getLoadCommandInfo. by Rafael Espindola · 12 years ago
  54. 17bece3 Construct MachOObject in MachOObjectFile's constructor. by Rafael Espindola · 12 years ago
  55. 717c4d4 Remove unused argument. by Rafael Espindola · 12 years ago
  56. 5ffc079 Remove MachOObjectFile::getObject. by Rafael Espindola · 12 years ago
  57. 31fce89 Remove two uses of getObject. by Rafael Espindola · 12 years ago
  58. b7b11f7 Remove last use of InMemoryStruct in llvm-objdump. by Rafael Espindola · 12 years ago
  59. 91af8e8 Remove last use of InMemoryStruct from MachOObjectFile.cpp. by Rafael Espindola · 12 years ago
  60. 15e2a9c Don't use InMemoryStruct<macho::SymtabLoadCommand>. by Rafael Espindola · 12 years ago
  61. a65f5de Don't use InMemoryStruct in getSymbol64TableEntry. by Rafael Espindola · 12 years ago
  62. 2a34c2d Don't use InMemoryStruct in getSymbolTableEntry. by Rafael Espindola · 12 years ago
  63. 7caf2fb Don't use InMemoryStruct in getRelocation. by Rafael Espindola · 12 years ago
  64. 4386fa9 Define versions of Section that are explicitly marked as little endian. by Rafael Espindola · 12 years ago
  65. 8622f2c Don't use InMemoryStruct in getSection and getSection64. by Rafael Espindola · 12 years ago
  66. b0f76a4 Don't fetch pointers from a InMemoryStruct. by Rafael Espindola · 12 years ago
  67. 0ac16d5 Move an assert earlier in a file and check that the result of by Eric Christopher · 13 years ago
  68. 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
  69. 048d2f9 Object: Fix errant fallthrough. by Jim Grosbach · 13 years ago
  70. a9f810b Add a function to get the segment name of a section. by Rafael Espindola · 13 years ago
  71. 0f00de4 Revert 170545 while I debug the ppc failures. by Rafael Espindola · 13 years ago
  72. aa7b278 Add r170095 back. by Rafael Espindola · 13 years ago
  73. 5edabc1 Teach MachO which sections contain code by Tim Northover · 13 years ago
  74. c859c29 Revert "Add a funciton to get the segment name of a section." by Eric Christopher · 13 years ago
  75. bc8016d Add a funciton to get the segment name of a section. by Rafael Espindola · 13 years ago
  76. 07cc8487 Remove some dead code. by Rafael Espindola · 13 years ago
  77. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  78. f3e84b1 Object: Pass the buffer name through when making a copy. by Benjamin Kramer · 13 years ago
  79. aae0a4b Fix a memory leak in MachOObjectFile. by Jim Grosbach · 13 years ago
  80. 4f223bf7 Add interface for querying object files for symbol values. by Tim Northover · 13 years ago
  81. b96a320 Cosmetic changes by Andrew Kaylor · 13 years ago
  82. 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
  83. 9520719 Mark some static arrays as const. by Craig Topper · 13 years ago
  84. 4a80e94 Fix the implementation of MachOObjectFile::isSectionZeroInit so it follows the MachO spec. by Eli Friedman · 13 years ago
  85. a737f7d Remove unused variable. by Benjamin Kramer · 13 years ago
  86. 2138ef6 This patch improves the MCJIT runtime dynamic loader by adding new handling by Preston Gurd · 13 years ago
  87. 549515e Add a constructor for DataRefImpl and remove excess initialization. by Danil Malyshev · 13 years ago
  88. d53422d [Object] by David Meyer · 14 years ago
  89. c429b80 [Object] by David Meyer · 14 years ago
  90. 2fc34c5 [Object] by David Meyer · 14 years ago
  91. 7e4b976 [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefined. Implement these completely for ELF. by David Meyer · 14 years ago
  92. 1df4b84 In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), and isWeak(), with a bitset of flags. by David Meyer · 14 years ago
  93. 8c4729f [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF. by Michael J. Spencer · 14 years ago
  94. cbe72fc Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  95. 37ab257 Revert r145180 as it is causing test failures on all the bots. by Chandler Carruth · 14 years ago
  96. 2631f93 Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  97. debe01c 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 · 14 years ago
  98. 62972f5c Fix pretty printing of i386 local sect diff relocations, TLV relocations, and x86_64 TLV relocations in MachO. by Owen Anderson · 14 years ago
  99. bc14bd3 Add support for scattered relocations to the MachO relocatation pretty printer. by Owen Anderson · 14 years ago
  100. 90c49c0 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 · 14 years ago