summaryrefslogtreecommitdiff
path: root/tools/llvm-readobj
AgeCommit message (Expand)Author
2017-07-10[WebAssembly] Add more details to llvm-readobj for wasm filesSam Clegg
2017-07-04Fix dangling StringRefs found by clang-tidy misc-dangling-handle check.Alexander Kornienko
2017-06-30[llvm-readobj] Improve printouts for COFF ARM64 binariesMartin Storsjo
2017-06-30[llvm-readobj] Include the PE magic value in printoutsMartin Storsjo
2017-06-26[WebAssembly] Add more support for weak symbolsSam Clegg
2017-06-23[llvm-readobj] Fix COFF RVA table dumping bugReid Kleckner
2017-06-22[llvm-readobj] Dump the COFF image load configReid Kleckner
2017-06-18Delete TypeDatabase.Zachary Turner
2017-06-16Remove some dead code / includes.Zachary Turner
2017-06-14MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.Peter Collingbourne
2017-06-13Update the test framework for llvm-cvtres to be more comprehensive.Eric Beckmann
2017-06-13Revert "Fix alignment bug in COFF emission."Eric Beckmann
2017-06-13Fix alignment bug in COFF emission.Eric Beckmann
2017-06-09[Support] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-05AMDGPU: Remove deprecated and unused elf definitionsKonstantin Zhuravlyov
2017-06-01[CodeView] Properly align symbol records on read/write.Zachary Turner
2017-05-31Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova
2017-05-30[CodeView] Add more DebugSubsection implementations.Zachary Turner
2017-05-30[CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner
2017-05-24Fix broken build.Zachary Turner
2017-05-22Implement various flavors of type merging.Zachary Turner
2017-05-19Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner
2017-05-19Revert "[CodeView] Provide a common interface for type collections."Zachary Turner
2017-05-18[CodeView] Raise the source to ID map out of the TypeStreamMerger.Zachary Turner
2017-05-18[CodeView] Provide a common interface for type collections.Zachary Turner
2017-05-17[BinaryStream] Reduce the amount of boiler plate needed to use.Zachary Turner
2017-05-10[llvm-readobj] Improve errors on invalid binarySam Clegg
2017-05-09Fix the Endianness bug by adding the little endian UTF marker.Eric Beckmann
2017-05-08Hopefully one last commit to fix this patch, addresses string referenceEric Beckmann
2017-05-08Update llvm-readobj -coff-resources to display tree structure.Eric Beckmann
2017-05-08Revert "Hopefully one last commit to fix this patch, addresses string reference"Eric Beckmann
2017-05-08Hopefully one last commit to fix this patch, addresses string referenceEric Beckmann
2017-05-07Update llvm-readobj -coff-resources to display tree structure.Eric Beckmann
2017-05-05[CodeView] Reserve TypeDatabase records up front.Zachary Turner
2017-05-03[llvm-readobj] Update readobj to re-use parsing code.Zachary Turner
2017-05-02[PDB/CodeView] Read/write codeview inlinee line information.Zachary Turner
2017-05-02Add llvm::object::getELFSectionTypeName().Rafael Espindola
2017-05-01[PDB/CodeView] Rename some classes.Zachary Turner
2017-04-29[llvm-pdbdump] Abstract some of the YAML/Raw printing code.Zachary Turner
2017-04-29[llvm-readobj] Fix incorrect printing of CV column info.Zachary Turner
2017-04-28[llvm-readobj] Use LLVMDebugInfoCodeView to parse line tables.Zachary Turner
2017-04-28[WebAssembly] Write initial memory in pages not bytesSam Clegg
2017-04-28[WebAssembly] Add some tests for wasm MC layerSam Clegg
2017-04-27[llvm-readobj] Dump COFF Resources section.Zachary Turner
2017-04-27[CodeView] Isolate Debug Info Fragments into standalone classes.Zachary Turner
2017-04-27Rename some PDB classes.Zachary Turner
2017-04-14[WebAssembly] Improve readobj and nm support for wasmSam Clegg
2017-04-05[llvm-readobj] Only print the real size of the notePetr Hosek
2017-04-03[codeview] Cope with unsorted streams in type mergingReid Kleckner