summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/COFFDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [LLD] Implement /guard:[no]longjmpReid Kleckner2018-02-131-0/+10
* [llvm-readobj] Fix double 0x prefix in RVA table printing after r321527Reid Kleckner2018-01-231-1/+1
* [llvm-readobj] Consistent use of ScopedPrinterSam Clegg2018-01-101-3/+2
* Fix tests after move to utohexstr.Benjamin Kramer2017-12-281-1/+1
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-1/+1
* [llvm-readobj] Support -needed-libs option for COFF filesPetr Hosek2017-12-271-0/+22
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-8/+0
* Teach llvm-pdbutil to dump types from object files.Zachary Turner2017-12-051-0/+1
* Split TypeTableBuilder into two classes.Zachary Turner2017-11-301-8/+9
* Make TypeTableBuilder inherit from TypeCollection.Zachary Turner2017-11-291-2/+2
* Convert a few ErrorOr to Expected.Rafael Espindola2017-10-111-4/+4
* Follow up for r307085: a better fix for a dangling StringRef.Alexander Kornienko2017-07-261-6/+2
* [codeview] Remove TypeServerHandler and PDBTypeServerHandlerReid Kleckner2017-07-171-2/+1
* 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
OpenPOWER on IntegriCloud