2015-02-21 |
Shankar Easwaran | [obj2yaml/yaml2obj] Add SHT_GROUP support. |
tree | commitdiff |
2015-02-18 |
Colin LeMahieu | [Objdump] Fixing crash when printing symbols in ELF... |
tree | commitdiff |
2015-02-17 |
Simon Atanasyan | [Object] Support reading 64-bit MIPS ELF archives |
tree | commitdiff |
2015-02-15 |
Aaron Ballman | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the... |
tree | commitdiff |
2015-01-27 |
Kevin Enderby | dd the option, -link-opt-hints to llvm-objdump used... |
tree | commitdiff |
2015-01-25 |
Simon Atanasyan | [ELFYAML] Support mips64 relocation record format in... |
tree | commitdiff |
2015-01-22 |
Lang Hames | [Object] Fix a bug in a condition introduced in r226217... |
tree | commitdiff |
2015-01-16 |
Kevin Enderby | Fix the Archive::Child::getRawSize() method used by... |
tree | commitdiff |
2015-01-15 |
Kevin Enderby | Add the option, -archive-headers, used with -macho... |
tree | commitdiff |
2015-01-15 |
Lang Hames | [Object] Add SF_Exported flag. This flag will be set... |
tree | commitdiff |
2015-01-14 |
Chandler Carruth | [cleanup] Re-sort all the #include lines in LLVM using |
tree | commitdiff |
2015-01-09 |
Kevin Enderby | Add the option, -universal-headers, used with -macho... |
tree | commitdiff |
2014-12-23 |
Kevin Enderby | Add printing the LC_THREAD load commands with llvm... |
tree | commitdiff |
2014-12-19 |
Kevin Enderby | Add printing the LC_ROUTINES load commands with llvm... |
tree | commitdiff |
2014-12-19 |
Kevin Enderby | Add printing the LC_SUB_CLIENT load command with llvm... |
tree | commitdiff |
2014-12-19 |
Kevin Enderby | Add printing the LC_SUB_LIBRARY load command with llvm... |
tree | commitdiff |
2014-12-18 |
Kevin Enderby | Add printing the LC_SUB_UMBRELLA load command with... |
tree | commitdiff |
2014-12-18 |
Kevin Enderby | Add printing the LC_SUB_FRAMEWORK load command with... |
tree | commitdiff |
2014-12-18 |
Kevin Enderby | Add printing the LC_LINKER_OPTION load command with... |
tree | commitdiff |
2014-12-17 |
Kevin Enderby | Add printing the LC_ENCRYPTION_INFO_64 load command... |
tree | commitdiff |
2014-12-16 |
Kevin Enderby | Add printing the LC_ENCRYPTION_INFO load command with... |
tree | commitdiff |
2014-12-16 |
Rafael Espindola | Start adding thin archive support. |
tree | commitdiff |
2014-12-15 |
Michael Ilseman | Silence more static analyzer warnings. |
tree | commitdiff |
2014-12-10 |
Rafael Espindola | Move three methods only used by MCJIT to MCJIT. |
tree | commitdiff |
2014-12-09 |
Rafael Espindola | Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive. |
tree | commitdiff |
2014-12-09 |
Rafael Espindola | Rename createIRObjectFile to just create. |
tree | commitdiff |
2014-12-09 |
Rafael Espindola | Move method out of line to make buildbot happy. |
tree | commitdiff |
2014-12-09 |
Rafael Espindola | Don't lookup an object symbol name in the module. |
tree | commitdiff |
2014-12-04 |
Jean-Daniel Dupas | Add mach-o LC_RPATH support to llvm-objdump |
tree | commitdiff |
2014-11-27 |
Will Newton | Widen ELFYAML relocation type to 32 bits |
tree | commitdiff |
2014-11-25 |
Simon Atanasyan | [Object][Mips] Return address of MIPS symbol with clear... |
tree | commitdiff |
2014-11-19 |
Rui Ueyama | llvm-readobj: teach it how to dump COFF base relocation... |
tree | commitdiff |
2014-11-17 |
David Majnemer | Object, COFF: Tighten the object file parser |
tree | commitdiff |
2014-11-14 |
David Majnemer | obj2yaml, yaml2obj: Add support for COFF executables |
tree | commitdiff |
2014-11-13 |
David Majnemer | Object, COFF: Clean up formatting in hasExtendedRelocations |
tree | commitdiff |
2014-11-13 |
Rui Ueyama | llvm-readobj: Print out address table when dumping... |
tree | commitdiff |
2014-11-11 |
David Majnemer | MC, COFF: Use relocations for function references insid... |
tree | commitdiff |
2014-11-06 |
Simon Atanasyan | [ELF][yaml2obj] Handle additional MIPS specific st_othe... |
tree | commitdiff |
2014-11-05 |
Simon Atanasyan | Add accessor to get 'visibility' part of st_other field |
tree | commitdiff |
2014-11-05 |
David Majnemer | llvm-readobj: Add support for dumping the DOS header... |
tree | commitdiff |
2014-11-04 |
Kevin Enderby | Add the code and test cases for 32-bit Intel to llvm... |
tree | commitdiff |
2014-10-31 |
Lang Hames | [Object] Modify OwningBinary's interface to separate... |
tree | commitdiff |
2014-10-31 |
David Majnemer | Object, COFF: Cleanup symbol type code, improve binutil... |
tree | commitdiff |
2014-10-29 |
Jan Wen Voung | Fix getRelocationValueString to return the symbol name... |
tree | commitdiff |
2014-10-21 |
Lang Hames | [MCJIT] Temporarily revert r220245 - it broke several... |
tree | commitdiff |
2014-10-20 |
Lang Hames | [MCJIT] Make MCJIT honor symbol visibility settings... |
tree | commitdiff |
2014-10-20 |
Alexey Samsonov | Constify getELFDynamicSymbolIterators standalone functi... |
tree | commitdiff |
2014-10-20 |
Alexey Samsonov | Add const version of OwningBinary::getBinary |
tree | commitdiff |
2014-10-20 |
Alexey Samsonov | Be more specific about return type of MachOUniversalBin... |
tree | commitdiff |
2014-10-20 |
Alexey Samsonov | Constify input argument of RelocVisitor and DWARFContex... |
tree | commitdiff |
2014-10-15 |
Alexander Potapenko | Add MachOObjectFile::getUuid() |
tree | commitdiff |
2014-10-10 |
David Majnemer | Object, COFF: Relax aux symbols for section definitions |
tree | commitdiff |
2014-10-09 |
David Majnemer | Object, COFF: Move the VirtualSize/SizeOfRawData logic... |
tree | commitdiff |
2014-10-09 |
Rui Ueyama | Object: Add range iterators for COFF import/export... |
tree | commitdiff |
2014-10-08 |
Rafael Espindola | Remove bogus std::error_code returns form SectionRef. |
tree | commitdiff |
2014-10-08 |
Rafael Espindola | Remove an out of date comment. |
tree | commitdiff |
2014-10-08 |
David Majnemer | llvm-dwarfdump: Add support for some COFF relocations |
tree | commitdiff |
2014-10-06 |
Eric Christopher | For biendian targets like ARM and AArch64, it is useful... |
tree | commitdiff |
2014-10-06 |
Eric Christopher | Add support for ARM and AArch64 big endian objects to |
tree | commitdiff |
2014-10-06 |
Eric Christopher | Refactor RelocVisitor to take an object. This removes... |
tree | commitdiff |
2014-10-03 |
Rui Ueyama | llvm-readobj: print out the fields of the COFF delay... |
tree | commitdiff |
2014-10-03 |
Rui Ueyama | llvm-readobj: print COFF delay-load import table |
tree | commitdiff |
2014-10-02 |
Rui Ueyama | Rename data -> Data |
tree | commitdiff |
2014-10-02 |
Rui Ueyama | llvm-readobj: print COFF imported symbols |
tree | commitdiff |
2014-10-02 |
Rui Ueyama | This patch adds a new flag "-coff-imports" to llvm... |
tree | commitdiff |
2014-09-25 |
David Majnemer | Object: Add range iterators for Archive children |
tree | commitdiff |
2014-09-24 |
Renato Golin | Revert 218406 - Refactor the RelocVisitor::visit method |
tree | commitdiff |
2014-09-24 |
Renato Golin | Revert 218407 - Add support for ARM and AArch64 BE... |
tree | commitdiff |
2014-09-24 |
Renato Golin | Revert 218408 - Report endianness in output of {dwarf... |
tree | commitdiff |
2014-09-24 |
Renato Golin | Report endianness in output of {dwarf, obj}dump |
tree | commitdiff |
2014-09-24 |
Renato Golin | Add support for ARM and AArch64 BE object files |
tree | commitdiff |
2014-09-24 |
Renato Golin | Refactor the RelocVisitor::visit method |
tree | commitdiff |
2014-09-24 |
Kaelyn Takata | Revert "Add support for ARM and AArch64 BE object files" |
tree | commitdiff |
2014-09-24 |
Kaelyn Takata | Revert "Report endianness in output of {dwarf, obj... |
tree | commitdiff |
2014-09-24 |
Kaelyn Takata | Revert "Refactor the RelocVisitor::visit method" |
tree | commitdiff |
2014-09-24 |
Renato Golin | Report endianness in output of {dwarf, obj}dump |
tree | commitdiff |
2014-09-24 |
Renato Golin | Add support for ARM and AArch64 BE object files |
tree | commitdiff |
2014-09-24 |
Renato Golin | Refactor the RelocVisitor::visit method |
tree | commitdiff |
2014-09-18 |
Peter Collingbourne | LTO: introduce object file-based on-disk module format. |
tree | commitdiff |
2014-09-16 |
Nick Kledzik | [llvm-objdump] for mach-o add -bind, -lazy-bind, and... |
tree | commitdiff |
2014-09-15 |
David Majnemer | MC: Add support for BigObj |
tree | commitdiff |
2014-09-12 |
Nick Kledzik | [llvm-objdump] support -rebase option for mach-o to... |
tree | commitdiff |
2014-09-11 |
David Majnemer | Object: Small cleanup in COFFObjectFile::getSymbol |
tree | commitdiff |
2014-09-11 |
Rui Ueyama | Support: Delete {aligned_,}{u,}{little,big}8_t |
tree | commitdiff |
2014-09-10 |
David Majnemer | Attempt to pacify buildbots. |
tree | commitdiff |
2014-09-10 |
David Majnemer | Object: Add support for bigobj |
tree | commitdiff |
2014-09-04 |
Kevin Enderby | Adds the next bit of support for llvm-objdump’s -privat... |
tree | commitdiff |
2014-09-03 |
David Blaikie | unique_ptrify IRObjectFile::createIRObjectFile |
tree | commitdiff |
2014-09-03 |
David Blaikie | unique_ptrify MachOUniversalBinary::create |
tree | commitdiff |
2014-08-30 |
Nick Kledzik | Object/llvm-objdump: allow dumping of mach-o exports... |
tree | commitdiff |
2014-08-27 |
Craig Topper | Simplify creation of a bunch of ArrayRefs by using... |
tree | commitdiff |
2014-08-19 |
Rafael Espindola | fix the gcc build |
tree | commitdiff |
2014-08-19 |
Rafael Espindola | Fix the MSVC build. |
tree | commitdiff |
2014-08-19 |
Rafael Espindola | Don't own the buffer in object::Binary. |
tree | commitdiff |
2014-08-18 |
Kevin Enderby | Make llvm-objdump handle both arm and thumb disassembly... |
tree | commitdiff |
2014-08-17 |
Rafael Espindola | llvm-objdump: don't print relocations in non-relocatabl... |
tree | commitdiff |
2014-08-17 |
Rafael Espindola | Remove a redundant "public:". NFC. |
tree | commitdiff |
2014-08-17 |
Rafael Espindola | Add a non-templated ELFObjectFileBase class. |
tree | commitdiff |
2014-08-13 |
Benjamin Kramer | Canonicalize header guards into a common format. |
tree | commitdiff |
2014-08-08 |
Rafael Espindola | Delete dead code. NFC. |
tree | commitdiff |
next |