summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/COFFDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
OpenPOWER on IntegriCloud