summaryrefslogtreecommitdiffstats
path: root/tools/llvm-readobj
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix the Endianness bug by adding the little endian UTF marker.Eric Beckmann2017-05-091-0/+8
* Hopefully one last commit to fix this patch, addresses string referenceEric Beckmann2017-05-081-3/+7
* Update llvm-readobj -coff-resources to display tree structure.Eric Beckmann2017-05-081-8/+93
* Revert "Hopefully one last commit to fix this patch, addresses string reference"Eric Beckmann2017-05-081-97/+8
* Hopefully one last commit to fix this patch, addresses string referenceEric Beckmann2017-05-081-2/+6
* Update llvm-readobj -coff-resources to display tree structure.Eric Beckmann2017-05-071-8/+93
* [CodeView] Reserve TypeDatabase records up front.Zachary Turner2017-05-051-3/+3
* [llvm-readobj] Update readobj to re-use parsing code.Zachary Turner2017-05-032-41/+44
* [PDB/CodeView] Read/write codeview inlinee line information.Zachary Turner2017-05-021-18/+12
* Add llvm::object::getELFSectionTypeName().Rafael Espindola2017-05-021-54/+4
* [PDB/CodeView] Rename some classes.Zachary Turner2017-05-011-2/+2
* [llvm-pdbdump] Abstract some of the YAML/Raw printing code.Zachary Turner2017-04-291-1/+1
* [llvm-readobj] Fix incorrect printing of CV column info.Zachary Turner2017-04-291-2/+4
* [llvm-readobj] Use LLVMDebugInfoCodeView to parse line tables.Zachary Turner2017-04-281-48/+23
* [WebAssembly] Write initial memory in pages not bytesSam Clegg2017-04-281-1/+13
* [WebAssembly] Add some tests for wasm MC layerSam Clegg2017-04-281-3/+16
* [llvm-readobj] Dump COFF Resources section.Zachary Turner2017-04-273-0/+32