summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/COFFDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [llvm-readobj] Fix COFF RVA table dumping bugReid Kleckner2017-06-231-1/+5
* [llvm-readobj] Dump the COFF image load configReid Kleckner2017-06-221-0/+133
* Delete TypeDatabase.Zachary Turner2017-06-181-1/+1
* Remove some dead code / includes.Zachary Turner2017-06-161-1/+0
* 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
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [CodeView] Properly align symbol records on read/write.Zachary Turner2017-06-011-1/+2
* [CodeView] Add more DebugSubsection implementations.Zachary Turner2017-05-301-31/+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
* 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-031-41/+39
* [PDB/CodeView] Read/write codeview inlinee line information.Zachary Turner2017-05-021-18/+12
* [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
* [llvm-readobj] Dump COFF Resources section.Zachary Turner2017-04-271-0/+25
* [CodeView] Isolate Debug Info Fragments into standalone classes.Zachary Turner2017-04-271-19/+13
* Rename some PDB classes.Zachary Turner2017-04-271-22/+22
* [codeview] Cope with unsorted streams in type mergingReid Kleckner2017-04-031-6/+4
* [llvm-readobj] Prefer ILT to IAT for reading COFF importsShoaib Meenai2017-03-261-6/+12
* [PDB] Split item and type records when merging type streamsReid Kleckner2017-03-241-12/+37
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-1/+1
* [PDB] Make streams carry their own endianness.Zachary Turner2017-02-281-8/+8
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-271-12/+11
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-251-17/+18
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-18/+17
* [PDB] Rename Stream related source files.Zachary Turner2017-02-251-1/+1
* Don't assume little endian in StreamReader / StreamWriter.Zachary Turner2017-02-181-3/+3
* [pdb] Add the ability to resolve TypeServer PDBs.Zachary Turner2017-02-161-1/+2
* Re-submit r293820: Return Error instead of bool from mergeTypeStreams().Rui Ueyama2017-02-021-1/+3
* [CodeView] Finish decoupling TypeDatabase from TypeDumper.Zachary Turner2017-01-111-8/+16
OpenPOWER on IntegriCloud