summaryrefslogtreecommitdiff
path: root/lib/Object/COFFYAML.cpp
Commit message (Expand)AuthorAge
* obj2yaml: Don't crash if the characteristics field is zeroDavid Majnemer2014-04-09
* obj2yaml: Use the correct relocation type for different machine typesDavid Majnemer2014-04-07
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-19
* Object: rename ARMV7 to ARMNTSaleem Abdulrasool2014-03-11
* Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2013-06-06
* Don't print default values for NumberOfAuxSymbols and AuxiliaryData.Rafael Espindola2013-06-05
* Move BinaryRef to a new include/llvm/Object/YAML.h file.Rafael Espindola2013-06-05
* Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola2013-05-31
* Don't allocate temporary string for section data.Rafael Espindola2013-05-31
* Convert obj2yaml to use yamlio.Rafael Espindola2013-05-17