summaryrefslogtreecommitdiffstats
path: root/llvm/tools/obj2yaml/coff2yaml.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI.George Rimar2019-08-191-10/+5
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-4/+13
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-13/+4
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-4/+13
* [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...Fangrui Song2019-05-141-2/+2
* Remove duplicate assignments. NFCI.Simon Pilgrim2019-05-061-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ObjectYAML] [COFF] Support multiple symbols with the same nameMartin Storsjo2019-01-071-1/+17
* [obj2yaml] [COFF] Write RVA instead of VA for sections, fix roundtripping exe...Martin Storsjo2018-11-291-1/+1
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-111-1/+1
* obj2yaml: Correctly round-trip default alignment.Peter Collingbourne2018-05-041-1/+2
* [Debuginfo][COFF] Minimal serialization support for precompiled types recordsAlexandre Ganea2018-04-091-1/+5
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-1/+0
* Update obj2yaml and yaml2obj for .debug$H section.Zachary Turner2017-12-061-0/+2
* Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-141-0/+57
* Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-141-57/+0
* [codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.Zachary Turner2017-06-141-0/+57
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-3/+8
* [obj2yaml, COFF] Assert that the alignment is not bogusDavid Majnemer2016-03-181-0/+1
* Move ObjectYAML code to a new library.Rafael Espindola2016-03-011-1/+1
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-1/+4
* Remove object_error::success and use std::error_code() insteadRui Ueyama2015-06-091-1/+1
* obj2yaml, yaml2obj: Add support for COFF executablesDavid Majnemer2014-11-141-13/+72
* Object, COFF: Cleanup symbol type code, improve binutils compatibilityDavid Majnemer2014-10-311-1/+1
* obj2yaml, COFF: Handle long section namesDavid Majnemer2014-10-101-5/+5
* MC: Add support for BigObjDavid Majnemer2014-09-151-3/+5
* Object: Add support for bigobjDavid Majnemer2014-09-101-38/+32
* Invert the MC -> Object dependency.Rafael Espindola2014-07-031-1/+1
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-3/+2
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* [obj2yaml] Recognize input file format using llvm::object::ObjectFileSimon Atanasyan2014-05-071-4/+1
* Object: Output .file symbols properlyDavid Majnemer2014-03-201-1/+2
* Object: Abstract out the determination of function line symbolsDavid Majnemer2014-03-201-1/+1
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-191-1/+111
* [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov2014-03-181-10/+7
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-6/+6
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-7/+3
* Remove several unused variables.Rafael Espindola2013-10-011-1/+0
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-121-1/+1
* Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2013-06-061-3/+5
* Move BinaryRef to a new include/llvm/Object/YAML.h file.Rafael Espindola2013-06-051-2/+2
* Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola2013-05-311-1/+1
* Don't allocate temporary string for section data.Rafael Espindola2013-05-311-18/+2
* Use std::list so that we have a stable iterator.Rafael Espindola2013-05-211-1/+3
* Convert obj2yaml to use yamlio.Rafael Espindola2013-05-171-305/+83
* Remove dead code.Rafael Espindola2013-04-201-4/+0
* These can be void.Rafael Espindola2013-04-201-12/+7
* Rename obj2yaml local namespace to avoid conflicts with llvm::yaml.Rafael Espindola2013-04-201-5/+5
* Remove local namespace yaml to avoid confusion with llvm::yaml.Rafael Espindola2013-04-201-8/+6
* Small obj2yaml cleanups.Rafael Espindola2013-04-201-69/+76
OpenPOWER on IntegriCloud