summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/COFFYAML.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move ObjectYAML code to a new library.Rafael Espindola2016-03-011-503/+0
* [COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristicsDavid Majnemer2015-07-301-0/+1
* Summary:Martell Malone2015-07-281-0/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-3/+3
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-3/+3
* obj2yaml, yaml2obj: Add support for COFF executablesDavid Majnemer2014-11-141-0/+106
* obj2yaml: Don't crash if the characteristics field is zeroDavid Majnemer2014-04-091-0/+1
* obj2yaml: Use the correct relocation type for different machine typesDavid Majnemer2014-04-071-8/+24
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-191-3/+100
* Object: rename ARMV7 to ARMNTSaleem Abdulrasool2014-03-111-1/+1
* Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2013-06-061-2/+3
* Don't print default values for NumberOfAuxSymbols and AuxiliaryData.Rafael Espindola2013-06-051-2/+3
* Move BinaryRef to a new include/llvm/Object/YAML.h file.Rafael Espindola2013-06-051-17/+0
* 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-0/+17
* Convert obj2yaml to use yamlio.Rafael Espindola2013-05-171-0/+279
OpenPOWER on IntegriCloud