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