summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/COFFDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [CodeView/PDB] Rename a bunch of files.Zachary Turner2017-01-111-1/+1
* [CodeView] Hook up CodeViewRecordIO to type serialization path.Zachary Turner2016-11-081-7/+6
* [CodeView] Refactor serialization to use StreamInterface.Zachary Turner2016-10-201-18/+29
* Refactor Symbol visitor code.Zachary Turner2016-10-071-2/+3
* [Stackmap] Added callsite counts to emitted function information.Sanjoy Das2016-09-141-2/+2
* CodeView: extract the OMF Directory HeaderSaleem Abdulrasool2016-08-091-6/+8
* [msf] Resubmit "Rename Msf -> MSF".Zachary Turner2016-07-291-1/+1
* Revert "[msf] Rename Msf to MSF."Zachary Turner2016-07-291-1/+1
* [msf] Rename Msf to MSF.Zachary Turner2016-07-291-1/+1
* [pdb] Refactor library to more clearly separate reading/writingZachary Turner2016-07-281-2/+2
* [msf] Create LLVMDebugInfoMsfZachary Turner2016-07-221-1/+2
* Delete some dead code.Rafael Espindola2016-06-211-16/+0
* Resubmit "[pdb] Change type visitor pattern to be dynamic."Zachary Turner2016-06-161-4/+4
* Revert "[pdb] Change type visitor pattern to be dynamic."Zachary Turner2016-06-161-2/+2
* [pdb] Change type visitor pattern to be dynamic.Zachary Turner2016-06-161-2/+2
* Add support for writing through StreamInterface.Zachary Turner2016-06-101-2/+2
* [codeview] Dump line number and column information.Zachary Turner2016-06-031-0/+1
* Rename IMAGE_DEBUG_TYPE_NO_TIMESTAMP to IMAGE_DEBUG_TYPE_REPRODavid Majnemer2016-06-021-1/+2
* [COFF] Expose the PE debug data directory and dump itReid Kleckner2016-06-021-1/+55
* [codeview] Improve readability of type record assemblyReid Kleckner2016-05-311-7/+4
* [codeview] Add a CVTypeDumper::dump(ArrayRef<uint8_t>) overloadReid Kleckner2016-05-311-24/+2
OpenPOWER on IntegriCloud