1. da2a237 Finish templating MachObjectFile over endianness. by Rafael Espindola · 12 years ago
  2. e292347 Add 179294 back, but don't use bit fields so that it works on big endian hosts. by Rafael Espindola · 12 years ago
  3. 59a8b5a Revert my last two commits while I debug what is wrong in a big endian host. by Rafael Espindola · 12 years ago
  4. 4edf092 Print more information about relocations. by Rafael Espindola · 12 years ago
  5. 8bf8006 Fix MachO's getRelocationAdditionalInfo. by Rafael Espindola · 12 years ago
  6. b08c6df Template MachOObjectFile over endianness too. by Rafael Espindola · 12 years ago
  7. a2561a0 Template the MachO types over endianness. by Rafael Espindola · 12 years ago
  8. f6cfc15 Convert MachOObjectFile to a template. by Rafael Espindola · 12 years ago
  9. 8faf7df More uses for SymbolTableEntryBase. by Rafael Espindola · 12 years ago
  10. 7df9c57 Add a SymbolTableEntryBase. by Rafael Espindola · 12 years ago
  11. 3388589 Add a SectionBase struct. by Rafael Espindola · 12 years ago
  12. 335f1d4 Template the MachO types over the word size. by Rafael Espindola · 12 years ago
  13. a9408ba Remove is64BitLoadCommand. by Rafael Espindola · 12 years ago
  14. 9d55c09 Add all 4 MachO object types. Use the stored type to implement is64Bits(). by Rafael Espindola · 12 years ago
  15. 8764c89 Make MachOObjectFile independent from MachOObject. by Rafael Espindola · 12 years ago
  16. f1cc800 Implement MachOObjectFile::getData directly. by Rafael Espindola · 12 years ago
  17. 49698a1 Implement MachOObjectFile::is64Bit directly. by Rafael Espindola · 12 years ago
  18. c90cc18 Implement MachOObjectFile::getHeaderSize directly. by Rafael Espindola · 12 years ago
  19. 433611b Implement MachOObjectFile::getHeader directly. by Rafael Espindola · 12 years ago
  20. 0f08eb1 Implement MachOObjectFile::getHeaderSize and MachOObjectFile::getData. by Rafael Espindola · 12 years ago
  21. 6ab85a8 Remove LoadCommandInfo now that we always have a pointer to the command. by Rafael Espindola · 12 years ago
  22. 77638d9 Add MachOObjectFile::LoadCommandInfo. by Rafael Espindola · 12 years ago
  23. f305127 Use getLoadCommandInfo instead of MachOObj->getLoadCommandInfo. by Rafael Espindola · 12 years ago
  24. 6f1f339 Construct MachOObject in MachOObjectFile's constructor. by Rafael Espindola · 12 years ago
  25. 2c6f997 Remove unused argument. by Rafael Espindola · 12 years ago
  26. 3eff318 Remove MachOObjectFile::getObject. by Rafael Espindola · 12 years ago
  27. 0be4eaf Remove two uses of getObject. by Rafael Espindola · 12 years ago
  28. 196abbf Remove last use of InMemoryStruct in llvm-objdump. by Rafael Espindola · 12 years ago
  29. 68d287d Remove last use of InMemoryStruct from MachOObjectFile.cpp. by Rafael Espindola · 12 years ago
  30. 82a2107 Don't use InMemoryStruct<macho::SymtabLoadCommand>. by Rafael Espindola · 12 years ago
  31. 05b5bdd Don't use InMemoryStruct in getSymbol64TableEntry. by Rafael Espindola · 12 years ago
  32. 00555c1 Don't use InMemoryStruct in getSymbolTableEntry. by Rafael Espindola · 12 years ago
  33. 5cf0f51 Don't use InMemoryStruct in getRelocation. by Rafael Espindola · 12 years ago
  34. 0e5dc8a Define versions of Section that are explicitly marked as little endian. by Rafael Espindola · 12 years ago
  35. c1cd6aa Don't use InMemoryStruct in getSection and getSection64. by Rafael Espindola · 12 years ago
  36. f16c2bb Don't fetch pointers from a InMemoryStruct. by Rafael Espindola · 12 years ago
  37. b3e6b04 Move an assert earlier in a file and check that the result of by Eric Christopher · 12 years ago
  38. 87d0b9e 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 · 12 years ago
  39. 0f76e64 [Object][Archive] Improve performance. by Michael J. Spencer · 12 years ago
  40. d9d2f18 [Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST. by Michael J. Spencer · 12 years ago
  41. 133f6b8 Object: Fix errant fallthrough. by Jim Grosbach · 12 years ago
  42. a965bac When encountering an unknown file format, ObjectFile::createObjectFile should by Eli Bendersky · 12 years ago
  43. a94c339 [MC/Mach-O] Add support for linker options in Mach-O files. by Daniel Dunbar · 12 years ago
  44. ac97f5c [Object][ELF] Simplify ELFObjectFile by using ELFType. by Michael J. Spencer · 12 years ago
  45. 5a80eef Fix More Casts by David Greene · 12 years ago
  46. 7932c41 [Object][Archive] Fix name handling with bsd style long names. by Michael J. Spencer · 12 years ago
  47. bf82b07 [Object][Archive] Apparently StringRef::getAsInteger for APInt accepts spaces. by Michael J. Spencer · 12 years ago
  48. e92800d [Object][Archive] Use uint64_t instead of APInt. It is significantly faster. by Michael J. Spencer · 12 years ago
  49. 4d9c539 [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to create a properly aligned reader. by Michael J. Spencer · 12 years ago
  50. cef81b3 Add a function to get the segment name of a section. by Rafael Espindola · 12 years ago
  51. cd7ee1c Revert 170545 while I debug the ppc failures. by Rafael Espindola · 12 years ago
  52. f9a6bd8 Add r170095 back. by Rafael Espindola · 12 years ago
  53. 1c2b2f9 Teach MachO which sections contain code by Tim Northover · 12 years ago
  54. ef85814 Revert "Add a funciton to get the segment name of a section." by Eric Christopher · 12 years ago
  55. e3ec87a Add a funciton to get the segment name of a section. by Rafael Espindola · 12 years ago
  56. 9ee68e3 Remove some dead code. by Rafael Espindola · 12 years ago
  57. d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 12 years ago
  58. f56c3e2 Object: Pass the buffer name through when making a copy. by Benjamin Kramer · 12 years ago
  59. 596e474 Fix a memory leak in MachOObjectFile. by Jim Grosbach · 12 years ago
  60. 7af4b9b s/assert/llvm_unreachable/ by Matt Beaumont-Gay · 12 years ago
  61. f1c2a6b Fix broken asserts. Also, spell 'indices' correctly. by Matt Beaumont-Gay · 12 years ago
  62. 768a707 [Object] Fix endianess bug by refactoring Archive::Symbol::getMember. by Michael J. Spencer · 12 years ago
  63. 206252c Adding changes to support GNU style archive library reading by Shankar Easwaran · 12 years ago
  64. a41dce3 Add interface for querying object files for symbol values. by Tim Northover · 12 years ago
  65. 30b20eb Cosmetic changes by Andrew Kaylor · 12 years ago
  66. 3a129c8 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 · 12 years ago
  67. 7f5714f Reverting r 160419. by Galina Kistanova · 12 years ago
  68. d3a32b9 Fixed few warnings. by Galina Kistanova · 12 years ago
  69. 9ac0f1d Added accessors for getting coff_relocation info by Marshall Clow · 12 years ago
  70. 45aad16 Had a closing brace inside an #ifdef -- oops! by Marshall Clow · 12 years ago
  71. d4d03e0 Adding acessors to COFFObjectFile so that clients can get at the (non-generic) bits by Marshall Clow · 12 years ago
  72. 77592fe Convert comments to proper Doxygen comments. by Dmitri Gribenko · 12 years ago
  73. e329810 Mark some static arrays as const. by Craig Topper · 13 years ago
  74. 3e96531 Refactor data-in-code annotations. by Jim Grosbach · 13 years ago
  75. 41827f9 Fix the implementation of MachOObjectFile::isSectionZeroInit so it follows the MachO spec. by Eli Friedman · 13 years ago
  76. 689ff9c Implement GDB integration for source level debugging of code JITed using by Preston Gurd · 13 years ago
  77. 8fc7d5c Remove unused variable. by Benjamin Kramer · 13 years ago
  78. c68dda8 This patch improves the MCJIT runtime dynamic loader by adding new handling by Preston Gurd · 13 years ago
  79. 3fd9b84 Add a constructor for DataRefImpl and remove excess initialization. by Danil Malyshev · 13 years ago
  80. 70debec Object: drop bogus VMCore dependency by Dylan Noblesmith · 13 years ago
  81. 1f6e3f9 [Object/COFF]: Expose getSectionContents. by Michael J. Spencer · 13 years ago
  82. b35a896 [Object/COFF]: Expose getSectionName. Also add some documentation. by Michael J. Spencer · 13 years ago
  83. 33a1805 Fix bug found by warning. by Michael J. Spencer · 13 years ago
  84. 6f9489a [Object] by David Meyer · 13 years ago
  85. 97f7787 [Object] by David Meyer · 13 years ago
  86. 5c2b4ea [Object] by David Meyer · 13 years ago
  87. 2c67727 [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefined. Implement these completely for ELF. by David Meyer · 13 years ago
  88. c46255a In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), and isWeak(), with a bitset of flags. by David Meyer · 13 years ago
  89. dfa1896 [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF. by Michael J. Spencer · 13 years ago
  90. e1a4427 Remove static ctor. by Benjamin Kramer · 13 years ago
  91. f4eff4b Expose the ELFObjectFile class directly in the Object/ELF.h header, similarly by Eli Bendersky · 13 years ago
  92. 069df95 Object: avoid undefined behavior when bounds-checking by Dylan Noblesmith · 13 years ago
  93. 7f64823 Sink assert-only variables into the asserts by Matt Beaumont-Gay · 13 years ago
  94. ee705a7 Silence warnings in -asserts build by Matt Beaumont-Gay · 13 years ago
  95. b2798fa Remove trailing spaces by Eli Bendersky · 13 years ago
  96. 24973c1 Basic runtime dynamic loading capabilities added to ELFObjectFile, implemented by Eli Bendersky · 13 years ago
  97. aba65b0 Remove unused variables. by Rafael Espindola · 13 years ago
  98. 2d24e2a Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  99. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  100. d782bae build/CMake: Finish removal of add_llvm_library_dependencies. by Daniel Dunbar · 13 years ago