Refactor duplicated code. NFC.
[oota-llvm.git] / include / llvm / Object / MachO.h
2015-06-24 Rafael EspindolaRefactor duplicated code. NFC.
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Rafael EspindolaMake getRelocationSection MachO only.
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-09 Rui UeyamaRemove object_error::success and use std::error_code...
2015-06-04 Alexey Samsonov[Object, MachO] Fixup for r239075: use union to store...
2015-06-04 Alexey Samsonov[Object, MachO] Remove some code duplication. NFC.
2015-06-04 Alexey Samsonov[Object, MachO] Cache parsed MachO header in MachOObjec...
2015-06-03 Alexey Samsonov[Object, MachO] Introduce MachOObjectFile::load_command...
2015-06-03 Rafael EspindolaMove to llvm-objdump a large amount of code to that...
2015-06-01 Rafael EspindolaSimplify another function that doesn't fail.
2015-05-31 Rafael EspindolaSimplify interface of function that doesn't fail.
2015-05-30 Keno FischerAdd RelocVisitor support for MachO
2015-05-21 Keno FischerMake it easier to use DwarfContext with MCJIT
2015-01-27 Kevin Enderbydd the option, -link-opt-hints to llvm-objdump used...
2014-12-23 Kevin EnderbyAdd printing the LC_THREAD load commands with llvm...
2014-12-19 Kevin EnderbyAdd printing the LC_ROUTINES load commands with llvm...
2014-12-19 Kevin EnderbyAdd printing the LC_SUB_CLIENT load command with llvm...
2014-12-19 Kevin EnderbyAdd printing the LC_SUB_LIBRARY load command with llvm...
2014-12-18 Kevin EnderbyAdd printing the LC_SUB_UMBRELLA load command with...
2014-12-18 Kevin EnderbyAdd printing the LC_SUB_FRAMEWORK load command with...
2014-12-18 Kevin EnderbyAdd printing the LC_LINKER_OPTION load command with...
2014-12-17 Kevin EnderbyAdd printing the LC_ENCRYPTION_INFO_64 load command...
2014-12-16 Kevin EnderbyAdd printing the LC_ENCRYPTION_INFO load command with...
2014-12-10 Rafael EspindolaMove three methods only used by MCJIT to MCJIT.
2014-12-04 Jean-Daniel DupasAdd mach-o LC_RPATH support to llvm-objdump
2014-11-04 Kevin EnderbyAdd the code and test cases for 32-bit Intel to llvm...
2014-10-15 Alexander PotapenkoAdd MachOObjectFile::getUuid()
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-09-16 Nick Kledzik[llvm-objdump] for mach-o add -bind, -lazy-bind, and...
2014-09-12 Nick Kledzik[llvm-objdump] support -rebase option for mach-o to...
2014-09-04 Kevin EnderbyAdds the next bit of support for llvm-objdump’s -privat...
2014-08-30 Nick KledzikObject/llvm-objdump: allow dumping of mach-o exports...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-18 Kevin EnderbyMake llvm-objdump handle both arm and thumb disassembly...
2014-08-17 Rafael Espindolallvm-objdump: don't print relocations in non-relocatabl...
2014-08-08 Rafael EspindolaDelete dead code. NFC.
2014-08-08 Rafael EspindolagetLoadName is only implemented for ELF, make it ELF...
2014-08-08 Rafael EspindolaUse a simpler predicate. NFC.
2014-07-15 Lang Hames[RuntimeDyld] Revert r211652 - MachO object GDB registr...
2014-06-30 Kevin EnderbyAdd the -arch flag support to llvm-nm to select the...
2014-06-30 Tim Northovermacho-dump: add code to print LC_ID_DYLIB load commands.
2014-06-25 Lang Hames[RuntimeDyld] Adds the necessary hooks to MCJIT to...
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-05 Kevin EnderbyAdd "-format darwin" to llvm-nm to be like darwin's...
2014-05-12 Lang Hames[RuntimeDyld] Add support for MachO __jump_table and...
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-03 Rafael EspindolaRemove section_rel_empty. Just compare begin() and...
2014-04-03 Rafael EspindolaImplement get getSymbolFileOffset with getSymbolAddress.
2014-04-03 Rafael EspindolaRemove getSymbolValue.
2014-03-21 Juergen Ributzka[RuntimeDyld] Allow processRelocationRef to process...
2014-03-18 Jim GrosbachDarwin: Add assembler directives to create version...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-31 Rafael EspindolaSimplify getSymbolFlags.
2014-01-30 Rafael EspindolaOnly ELF has a dynamic symbol table. Remove it from...
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-30 Rafael Espindolaadd a bunch of LLVM_OVERRIDE before I start refactoring...
2014-01-24 Rafael EspindolaMake ObjectFile ownership of the MemoryBuffer optional.
2013-11-02 Rafael Espindolamove getSymbolNMTypeChar to the one program that needs...
2013-09-27 Rui UeyamaObject/COFF: Rename getXXX{Begin,End} -> xxx_{begin...
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-21 Jakub StaszakMove #includes from .h to .cpp file.
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...
2013-06-06 Kevin EnderbyTeach llvm-objdump with the -macho parser how to use...
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-05-09 Rafael EspindolaChange getRelocationAdditionalInfo to be ELF only.
2013-04-30 Rafael EspindolaFix Addend computation for non external relocations...
2013-04-29 Rafael EspindolaAdd getSymbolAlignment to the ObjectFile interface.
2013-04-26 Rafael EspindolaUse llvm/Object/MachO.h in macho-dumper. Drop the old...
2013-04-22 Eric ChristopherAdd the same todo about a command iterator interface...
2013-04-18 Rafael EspindolaAt Jim Grosbach's request detemplate Object/MachO.h.
2013-04-15 Rafael EspindolaRemove getters now that we can specialize structs on...
2013-04-13 Rafael EspindolaAdd typenames to see if bot goes green.
2013-04-13 Rafael EspindolaSome versions of gcc don't like typenames in these...
2013-04-13 Rafael EspindolaFinish templating MachObjectFile over endianness.
2013-04-12 Rafael EspindolaAdd 179294 back, but don't use bit fields so that it...
2013-04-11 Rafael EspindolaRevert my last two commits while I debug what is wrong...
2013-04-11 Rafael EspindolaFix llvm-readobj tests on big endian hosts.
2013-04-11 Rafael EspindolaPrint more information about relocations.
2013-04-11 Rafael EspindolaFix MachO's getRelocationAdditionalInfo.
2013-04-10 Rafael EspindolaTemplate MachOObjectFile over endianness too.
2013-04-10 Rafael EspindolaSimplify the templating a bit.
2013-04-10 Rafael EspindolaMove two methods out of line.
2013-04-10 Rafael EspindolaTemplate the MachO types over endianness.
2013-04-10 Rafael EspindolaInclude the more specific header.
2013-04-09 Rafael EspindolaConvert MachOObjectFile to a template.
2013-04-09 Rafael EspindolaAdd a SymbolTableEntryBase.
2013-04-08 Rafael EspindolaAdd a SectionBase struct.
2013-04-08 Rafael EspindolaTemplate the MachO types over the word size.
2013-04-08 Rafael EspindolaAdd all 4 MachO object types. Use the stored type to...
2013-04-07 Rafael EspindolaMake MachOObjectFile independent from MachOObject.
2013-04-07 Rafael EspindolaImplement MachOObjectFile::getHeader directly.
2013-04-07 Rafael EspindolaImplement MachOObjectFile::getHeaderSize and MachOObjec...
next