summaryrefslogtreecommitdiff
path: root/tools/llvm-readobj/COFFDumper.cpp
AgeCommit message (Expand)Author
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-12-05Teach llvm-pdbutil to dump types from object files.Zachary Turner
2017-11-30Split TypeTableBuilder into two classes.Zachary Turner
2017-11-29Make TypeTableBuilder inherit from TypeCollection.Zachary Turner
2017-10-11Convert a few ErrorOr to Expected.Rafael Espindola
2017-07-26Follow up for r307085: a better fix for a dangling StringRef.Alexander Kornienko
2017-07-17[codeview] Remove TypeServerHandler and PDBTypeServerHandlerReid Kleckner
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-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-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-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-01[CodeView] Properly align symbol records on read/write.Zachary Turner
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-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-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-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-03[codeview] Cope with unsorted streams in type mergingReid Kleckner
2017-03-26[llvm-readobj] Prefer ILT to IAT for reading COFF importsShoaib Meenai
2017-03-24[PDB] Split item and type records when merging type streamsReid Kleckner
2017-03-02[Support] Move Stream library from MSF -> Support.Zachary Turner
2017-02-28[PDB] Make streams carry their own endianness.Zachary Turner
2017-02-27[PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner