summaryrefslogtreecommitdiff
path: root/llvm/tools/obj2yaml/coff2yaml.cpp
AgeCommit message (Expand)Author
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2021-10-05[llvm] Update report_fatal_error calls from raw_string_ostream to use Twine(O...Simon Pilgrim
2021-09-09[yaml2obj][COFF] Allow variable number of directoriesAlfonso Sánchez-Beato
2020-06-11Re-land "Migrate the rest of COFFObjectFile to Error"Reid Kleckner
2020-06-05Revert "Migrate the rest of COFFObjectFile to Error"Nico Weber
2020-06-05Migrate the rest of COFFObjectFile to ErrorReid Kleckner
2020-05-08[COFF] Migrate COFFObjectFile to Expected<T>Reid Kleckner
2019-08-19[Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI.George Rimar
2019-08-14Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar
2019-08-14Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar
2019-08-14[llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar
2019-05-14[Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...Fangrui Song
2019-05-06Remove duplicate assignments. NFCI.Simon Pilgrim
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-07[ObjectYAML] [COFF] Support multiple symbols with the same nameMartin Storsjo
2018-11-29[obj2yaml] [COFF] Write RVA instead of VA for sections, fix roundtripping exe...Martin Storsjo
2018-11-11[Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere
2018-05-04obj2yaml: Correctly round-trip default alignment.Peter Collingbourne
2018-04-09[Debuginfo][COFF] Minimal serialization support for precompiled types recordsAlexandre Ganea
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-12-06Update obj2yaml and yaml2obj for .debug$H section.Zachary Turner
2017-06-14Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner
2017-06-14Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner
2017-06-14[codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.Zachary Turner
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby
2016-03-18[obj2yaml, COFF] Assert that the alignment is not bogusDavid Majnemer
2016-03-01Move ObjectYAML code to a new library.Rafael Espindola
2015-07-02Return ErrorOr from SymbolRef::getName.Rafael Espindola
2015-06-09Remove object_error::success and use std::error_code() insteadRui Ueyama
2014-11-14obj2yaml, yaml2obj: Add support for COFF executablesDavid Majnemer
2014-10-31Object, COFF: Cleanup symbol type code, improve binutils compatibilityDavid Majnemer
2014-10-10obj2yaml, COFF: Handle long section namesDavid Majnemer
2014-09-15MC: Add support for BigObjDavid Majnemer
2014-09-10Object: Add support for bigobjDavid Majnemer
2014-07-03Invert the MC -> Object dependency.Rafael Espindola
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-05-07[obj2yaml] Recognize input file format using llvm::object::ObjectFileSimon Atanasyan
2014-03-20Object: Output .file symbols properlyDavid Majnemer
2014-03-20Object: Abstract out the determination of function line symbolsDavid Majnemer
2014-03-19Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer
2014-03-18[C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov
2014-02-10Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola
2014-01-30Simplify the handling of iterators in ObjectFile.Rafael Espindola
2013-10-01Remove several unused variables.Rafael Espindola
2013-06-12readobj: Dump PE/COFF optional records.Rui Ueyama
2013-06-06Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola
2013-06-05Move BinaryRef to a new include/llvm/Object/YAML.h file.Rafael Espindola
2013-05-31Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola
2013-05-31Don't allocate temporary string for section data.Rafael Espindola