summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj
Commit message (Expand)AuthorAgeFilesLines
* [binutils] Add response file option to help and docsJames Henderson2019-06-211-0/+3
* [llvm-readobj] Match GNU output for DT_RPATH and DT_RUNPATH when dumping dyna...Yuanfang Chen2019-06-191-24/+11
* [PDB] Ignore .debug$S subsections with high bit setReid Kleckner2019-06-181-0/+5
* [llvm-readobj] Allow --hex-dump/--string-dump to dump multiple sectionsFangrui Song2019-06-183-106/+117
* [llvm-readobj] Don't abort printing of dynamic table if string reference is i...James Henderson2019-06-141-25/+37
* [llvm-readobj] - Do not fail to dump the object which has wrong type of .shst...George Rimar2019-06-141-7/+21
* [AMDGPU] gfx1011/gfx1012 targetsStanislav Mekhanoshin2019-06-141-0/+2
* [llvm-readobj] Fix output interleaving issue caused by using multiple streams...Jordan Rupprecht2019-06-124-14/+16
* [llvm-readobj/llvm-readelf] - Don't fail to dump the object if .dynsym has br...George Rimar2019-06-103-1/+12
* [AArch64][ELF][llvm-readobj] Add support for BTI and PAC dynamic tagsPeter Smith2019-06-041-13/+100
* [AARCH64][ELF][llvm-readobj] Support for AArch64 .note.gnu.propertyPeter Smith2019-06-041-3/+10
* [llvm-readobj] - An attemp to fix BB.George Rimar2019-05-301-2/+2
* [llvm-readobj/llvm-readelf] - Implement GNU style dumper of the SHT_GNU_verde...George Rimar2019-05-301-13/+44
* [llvm-readobj/llvm-readelf] - Implement GNU style dumper of the SHT_GNU_verne...George Rimar2019-05-301-12/+76
* [llvm-readelf] - Allow dumping of the .dynamic section even if there is no PT...George Rimar2019-05-291-78/+83
* [llvm-readobj] -u: don't crash when dumping SHT_ARM_EXIDX if .symtab doesn't ...Fangrui Song2019-05-291-3/+7
* Change ELF tools to allow multiple sections per file.Peter Collingbourne2019-05-281-24/+19
* [XCOFF] Implement parsing symbol table for xcoffobjfile and output as yaml fo...Jason Liu2019-05-281-1/+1
* Cleanups for r361807 that I somehow failed to commitHans Wennborg2019-05-281-4/+5
* Fix some llvm-readelf tests after r361633Hans Wennborg2019-05-281-6/+7
* [llvm-readobj] Implement GNU-style output for dynamic tableSimon Atanasyan2019-05-241-40/+75
* Revert r361630 "[llvm-readelf] - Allow dumping of the .dynamic section even i...George Rimar2019-05-241-9/+9
* [llvm-readelf] - Allow dumping of the .dynamic section even if there is no PT...George Rimar2019-05-241-9/+9
* [llvm-readobj][mips] Align GOT columns headers properly in 64-bit caseSimon Atanasyan2019-05-241-3/+13
* [llvm-readelf] - Rework how we parse the .dynamic section.George Rimar2019-05-203-15/+71
* [ELF] Implement Dependent Libraries FeatureBen Dunbobbin2019-05-171-0/+2
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-163-33/+13
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-163-13/+33
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-163-33/+13
* [llvm-readobj] - Revert r360676 partially. NFC.George Rimar2019-05-161-472/+489
* [llvm-readobj] - Apply clang format. NFC.George Rimar2019-05-141-587/+564
* [Object] Change SymbolicFile::printSymbolName to use ErrorFangrui Song2019-05-101-1/+1
* [Object][XCOFF] Add an XCOFF dumper for llvm-readobj.Sean Fertile2019-05-034-0/+128
* [llvm-readobj] Delete and inline relocAddressLessFangrui Song2019-05-023-7/+3
* [Object] Change getSectionName() to return Expected<StringRef>Fangrui Song2019-05-023-30/+22
* [llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-011-57/+57
* [WebAssembly] Support EXPLICIT_NAME symbols in llvm-readobjDan Gohman2019-04-301-0/+1
* Minor formatting tweak, no behavior changeNico Weber2019-04-261-4/+7
* llvm-cvtres: Make new dupe resource error a bit friendlierNico Weber2019-04-241-26/+3
* [AMDGPU] Add gfx1010 target definitionsStanislav Mekhanoshin2019-04-241-0/+1
* Use llvm::stable_sort. NFCFangrui Song2019-04-223-3/+3
* [llvm-readelf] Correctly dump symbols whose section id is SHN_XINDEXEugene Leviant2019-04-151-3/+4
* [llvm-readobj] Reapply: Improve error message for --string-dumpStephen Tozer2019-04-152-16/+11
* [StackMaps] Add location size to llvm-readobj -stackmap outputPhilip Reames2019-04-131-6/+6
* [llvm-readobj] Minor style tweak for consistency sake [NFC]Philip Reames2019-04-132-4/+4
* [StackMaps] Remove format version from the class name [NFC]Philip Reames2019-04-133-5/+5
* [WebAssembly] Add DataCount section to object filesThomas Lively2019-04-121-5/+5
* [llvm-readobj] Change variables' name to match LLVM-style. NFC.Xing GUO2019-04-121-37/+41
* [llvm-readobj] Should declare `ListScope` for `verneed` entries.Xing GUO2019-04-101-0/+1
* [BinaryFormat] Update Mach-O ARM64E CPU subtype and dumpingShoaib Meenai2019-04-081-0/+1
OpenPOWER on IntegriCloud