Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-11-14 | obj2yaml, yaml2obj: Add support for COFF executables | David Majnemer | 1 | -0/+106 |
2014-04-09 | obj2yaml: Don't crash if the characteristics field is zero | David Majnemer | 1 | -0/+1 |
2014-04-07 | obj2yaml: Use the correct relocation type for different machine types | David Majnemer | 1 | -8/+24 |
2014-03-19 | Object: Provide a richer means of describing auxiliary symbols | David Majnemer | 1 | -3/+100 |
2014-03-11 | Object: rename ARMV7 to ARMNT | Saleem Abdulrasool | 1 | -1/+1 |
2013-06-06 | Print symbol names in relocations when dumping COFF as YAML. | Rafael Espindola | 1 | -2/+3 |
2013-06-05 | Don't print default values for NumberOfAuxSymbols and AuxiliaryData. | Rafael Espindola | 1 | -2/+3 |
2013-06-05 | Move BinaryRef to a new include/llvm/Object/YAML.h file. | Rafael Espindola | 1 | -17/+0 |
2013-05-31 | Rename COFFYaml.h to COFFYAML.h for consistency. | Rafael Espindola | 1 | -1/+1 |
2013-05-31 | Don't allocate temporary string for section data. | Rafael Espindola | 1 | -0/+17 |
2013-05-17 | Convert obj2yaml to use yamlio. | Rafael Espindola | 1 | -0/+279 |