summaryrefslogtreecommitdiff
path: root/tools/llvm-readobj
AgeCommit message (Expand)Author
2015-01-23Add STB_GNU_UNIQUE to the ELF writer.Rafael Espindola
2015-01-16llvm-readobj: add IMAGE_REL_ARM_MOV32(T) to the enumerationSaleem Abdulrasool
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2015-01-03llvm-readobj: add support to dump COFF export tablesSaleem Abdulrasool
2014-11-25Correctly handle Tag_CPU_arch_profile.Charlie Turner
2014-11-19[llvm-readobj][NFC]Colin LeMahieu
2014-11-19llvm-readobj: fix off-by-one error in COFFDumperRui Ueyama
2014-11-19llvm-readobj: teach it how to dump COFF base relocation tableRui Ueyama
2014-11-18llvm-readobj: Don't print the Characteristics field as the SubsystemDavid Majnemer
2014-11-17Object, COFF: Tighten the object file parserDavid Majnemer
2014-11-17Implement MachODumper::printFileHeadersFrederic Riss
2014-11-13llvm-readobj: relocAddressLess could potentially lieDavid Majnemer
2014-11-13llvm-readobj, COFF: Remove an unused variableDavid Majnemer
2014-11-13Object, COFF: getRelocationSymbol shouldn't assertDavid Majnemer
2014-11-13llvm-readobj: Print out address table when dumping COFF delay-import tableRui Ueyama
2014-11-12[COFF] Make it clearer that the symbols subsection holds function display nam...Timur Iskhodzhanov
2014-11-05llvm-readobj: Add support for dumping the DOS header in PE filesDavid Majnemer
2014-11-03MSVC requires redeclarations to repeat noexceptReid Kleckner
2014-10-31Object, COFF: Cleanup symbol type code, improve binutils compatibilityDavid Majnemer
2014-10-23PR21189: Teach llvm-readobj to dump bits of COFF symbol subsections required ...Timur Iskhodzhanov
2014-10-17Add a test that would have found the bug in r219829.Rafael Espindola
2014-10-17Revert commit r219835 and r219829.Rafael Espindola
2014-10-15Correctly handle references to section symbols.Rafael Espindola
2014-10-09Object: Add range iterators for COFF import/export tableRui Ueyama
2014-10-08Remove bogus std::error_code returns form SectionRef.Rafael Espindola
2014-10-07llvm-readobj: add support to dump (COFF) directivesSaleem Abdulrasool
2014-10-06Fix dumping codeview line tables when there are multiple debug sectionsTimur Iskhodzhanov
2014-10-03llvm-readobj: print out the fields of the COFF delay-import tableRui Ueyama
2014-10-03llvm-readobj: print COFF delay-load import tableRui Ueyama
2014-10-02llvm-readobj: print COFF imported symbolsRui Ueyama
2014-10-02This patch adds a new flag "-coff-imports" to llvm-readobj.Rui Ueyama
2014-09-26Object: BSS/virtual sections don't have contentsDavid Majnemer
2014-09-20llvm-readobj: pretty-print special COFF section namesDavid Majnemer
2014-09-15MC: Add support for BigObjDavid Majnemer
2014-09-11Support: Delete {aligned_,}{u,}{little,big}8_tRui Ueyama
2014-09-10Object: Add support for bigobjDavid Majnemer
2014-08-30Remove 'virtual' keyword from methods markedwith 'override' keyword.Craig Topper
2014-08-27Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper
2014-08-19Don't own the buffer in object::Binary.Rafael Espindola
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-08-08getLoadName is only implemented for ELF, make it ELF only.Rafael Espindola
2014-08-01Remove some calls to std::move.Rafael Espindola
2014-07-31Use std::unique_ptr to make the ownership explicit.Rafael Espindola
2014-07-13[Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj,Simon Atanasyan
2014-07-05[llvm-readobj] Fix output of MIPS GOT without local and global entries.Simon Atanasyan
2014-07-04llvm-readobj: fix MachO relocatoin printing a bit.Tim Northover
2014-07-01Rephrase loop so it doesn't leave unused bools around in Release mode.Benjamin Kramer
2014-06-27Support: update DLLCharacteristics enumerationSaleem Abdulrasool
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker