summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Allow each data segment to specify its own alignmentSam Clegg2017-09-291-2/+0
* llvm-readobj: fix a few typos (NFC)Saleem Abdulrasool2017-09-291-3/+3
* Update the description of AVR32 for the ELFDumperDylan McKay2017-09-271-1/+1
* [llvm-readobj] Fix big-endian byte swap in WindowsResourceDumper.Marek Sokolowski2017-09-211-1/+1
* [llvm-readobj] Fix 'Teach readobj to dump .res files', pt 3.Marek Sokolowski2017-09-201-1/+2
* [llvm-readobj] Fix 'Teach readobj to dump .res files', pt 2.Marek Sokolowski2017-09-201-2/+5
* [llvm-readobj] Fix 'Teach readobj to dump .res files'.Marek Sokolowski2017-09-201-1/+1
* Reland "[WebAssembly] Add support for naming wasm data segments"Sam Clegg2017-09-201-1/+14
* [llvm-readobj] Teach readobj to dump .res files (WindowsResource).Marek Sokolowski2017-09-204-0/+130
* Reverting due to Green Dragon bot failure.Mike Edwards2017-09-201-12/+0
* [WebAssembly] Add support for naming wasm data segmentsSam Clegg2017-09-191-0/+12
* [llvm-readobj] - Teach tool to report error if some section is in multiple CO...George Rimar2017-09-161-2/+38
* Recommit r313234 "[llvm-readobj] - Refactor printGroupSections methods."George Rimar2017-09-141-55/+73
* Revert r313234 "[llvm-readobj] - Refactor printGroupSections methods."George Rimar2017-09-141-73/+55
* [llvm-readobj] - Refactor printGroupSections methods.George Rimar2017-09-141-55/+73
* [WebAssembly] Update relocation names to match specSam Clegg2017-09-011-3/+3
* Follow up for r307085: a better fix for a dangling StringRef.Alexander Kornienko2017-07-261-6/+2
* [llvm-readobj] Install llvm-readelf aliasPetr Hosek2017-07-192-1/+8
* [llvm-readobj] Accept (and ignore) --wide (-W) command-line switchPetr Hosek2017-07-181-0/+9
* [llvm-readobj] Accept -S as an alias for --sectionsPetr Hosek2017-07-181-1/+5
* [codeview] Remove TypeServerHandler and PDBTypeServerHandlerReid Kleckner2017-07-171-2/+1
* [llvm-readobj] - Teach readobj to print DT_FILTER dynamic tag in human readab...George Rimar2017-07-141-3/+11
* [WebAssembly] Add more details to llvm-readobj for wasm filesSam Clegg2017-07-101-0/+6
* Fix dangling StringRefs found by clang-tidy misc-dangling-handle check.Alexander Kornienko2017-07-041-1/+5
* [llvm-readobj] Improve printouts for COFF ARM64 binariesMartin Storsjo2017-06-301-0/+1
* [llvm-readobj] Include the PE magic value in printoutsMartin Storsjo2017-06-301-0/+1
* [WebAssembly] Add more support for weak symbolsSam Clegg2017-06-261-0/+1
* [llvm-readobj] Fix COFF RVA table dumping bugReid Kleckner2017-06-231-1/+5
* [llvm-readobj] Dump the COFF image load configReid Kleckner2017-06-223-0/+141
* Delete TypeDatabase.Zachary Turner2017-06-181-1/+1
* Remove some dead code / includes.Zachary Turner2017-06-161-1/+0
* MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.Peter Collingbourne2017-06-141-0/+2
* Update the test framework for llvm-cvtres to be more comprehensive.Eric Beckmann2017-06-131-5/+40
* Revert "Fix alignment bug in COFF emission."Eric Beckmann2017-06-131-40/+5
* Fix alignment bug in COFF emission.Eric Beckmann2017-06-131-5/+40
* [Support] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-06-091-68/+104
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-074-3/+4
* AMDGPU: Remove deprecated and unused elf definitionsKonstantin Zhuravlyov2017-06-051-29/+1
* [CodeView] Properly align symbol records on read/write.Zachary Turner2017-06-011-1/+2
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-05-311-0/+1
* [CodeView] Add more DebugSubsection implementations.Zachary Turner2017-05-302-85/+30
* [CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner2017-05-301-28/+28
* Fix broken build.Zachary Turner2017-05-241-2/+1
* Implement various flavors of type merging.Zachary Turner2017-05-221-2/+3
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-35/+23
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-23/+35
* [CodeView] Raise the source to ID map out of the TypeStreamMerger.Zachary Turner2017-05-181-2/+3
* [CodeView] Provide a common interface for type collections.Zachary Turner2017-05-181-36/+24
* [BinaryStream] Reduce the amount of boiler plate needed to use.Zachary Turner2017-05-171-23/+11
* [llvm-readobj] Improve errors on invalid binarySam Clegg2017-05-101-18/+3
OpenPOWER on IntegriCloud