summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj
Commit message (Expand)AuthorAgeFilesLines
* llvm-readobj: add support to dump COFF export tablesSaleem Abdulrasool2015-01-033-0/+28
* Correctly handle Tag_CPU_arch_profile.Charlie Turner2014-11-251-1/+1
* [llvm-readobj][NFC]Colin LeMahieu2014-11-191-1/+2
* llvm-readobj: fix off-by-one error in COFFDumperRui Ueyama2014-11-191-4/+1
* llvm-readobj: teach it how to dump COFF base relocation tableRui Ueyama2014-11-193-1/+40
* llvm-readobj: Don't print the Characteristics field as the SubsystemDavid Majnemer2014-11-181-1/+1
* Object, COFF: Tighten the object file parserDavid Majnemer2014-11-171-14/+22
* Implement MachODumper::printFileHeadersFrederic Riss2014-11-171-1/+175
* llvm-readobj: relocAddressLess could potentially lieDavid Majnemer2014-11-131-2/+2
* llvm-readobj, COFF: Remove an unused variableDavid Majnemer2014-11-131-3/+0
* Object, COFF: getRelocationSymbol shouldn't assertDavid Majnemer2014-11-131-3/+3
* llvm-readobj: Print out address table when dumping COFF delay-import tableRui Ueyama2014-11-131-1/+21
* [COFF] Make it clearer that the symbols subsection holds function display nam...Timur Iskhodzhanov2014-11-121-2/+2
* llvm-readobj: Add support for dumping the DOS header in PE filesDavid Majnemer2014-11-051-0/+25
* MSVC requires redeclarations to repeat noexceptReid Kleckner2014-11-031-1/+1
* Object, COFF: Cleanup symbol type code, improve binutils compatibilityDavid Majnemer2014-10-311-1/+1
* PR21189: Teach llvm-readobj to dump bits of COFF symbol subsections required ...Timur Iskhodzhanov2014-10-231-0/+82
* Add a test that would have found the bug in r219829.Rafael Espindola2014-10-171-1/+2
* Revert commit r219835 and r219829.Rafael Espindola2014-10-171-2/+1
* Correctly handle references to section symbols.Rafael Espindola2014-10-151-1/+2
* Object: Add range iterators for COFF import/export tableRui Ueyama2014-10-091-21/+15
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-083-18/+6
* llvm-readobj: add support to dump (COFF) directivesSaleem Abdulrasool2014-10-073-0/+27
* Fix dumping codeview line tables when there are multiple debug sectionsTimur Iskhodzhanov2014-10-061-10/+10
* llvm-readobj: print out the fields of the COFF delay-import tableRui Ueyama2014-10-031-0/+8
* llvm-readobj: print COFF delay-load import tableRui Ueyama2014-10-031-8/+27
* llvm-readobj: print COFF imported symbolsRui Ueyama2014-10-021-0/+8
* This patch adds a new flag "-coff-imports" to llvm-readobj.Rui Ueyama2014-10-023-0/+24
* Object: BSS/virtual sections don't have contentsDavid Majnemer2014-09-263-5/+11
* llvm-readobj: pretty-print special COFF section namesDavid Majnemer2014-09-201-3/+19
* MC: Add support for BigObjDavid Majnemer2014-09-151-3/+5
* Support: Delete {aligned_,}{u,}{little,big}8_tRui Ueyama2014-09-112-49/+46
* Object: Add support for bigobjDavid Majnemer2014-09-101-55/+42
* Remove 'virtual' keyword from methods markedwith 'override' keyword.Craig Topper2014-08-302-12/+12
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-8/+8
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-2/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-138-16/+16
* getLoadName is only implemented for ELF, make it ELF only.Rafael Espindola2014-08-081-1/+13
* Remove some calls to std::move.Rafael Espindola2014-08-011-3/+3
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+2
* [Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj,Simon Atanasyan2014-07-131-0/+1
* [llvm-readobj] Fix output of MIPS GOT without local and global entries.Simon Atanasyan2014-07-051-1/+1
* llvm-readobj: fix MachO relocatoin printing a bit.Tim Northover2014-07-041-6/+18
* Rephrase loop so it doesn't leave unused bools around in Release mode.Benjamin Kramer2014-07-011-4/+2
* Support: update DLLCharacteristics enumerationSaleem Abdulrasool2014-06-271-0/+2
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-262-3/+4
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-262-4/+3
* [llvm-readobj] Fix member functions name style.Simon Atanasyan2014-06-181-13/+13
* [llvm-readobj] Fix compile error.Simon Atanasyan2014-06-181-1/+1
* [llvm-readobj][ELF] New `-mips-plt-got` command line option to outputSimon Atanasyan2014-06-184-0/+241
OpenPOWER on IntegriCloud