index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Object
/
COFFYAML.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move ObjectYAML code to a new library.
Rafael Espindola
2016-03-01
1
-503
/
+0
*
[COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics
David Majnemer
2015-07-30
1
-0
/
+1
*
Summary:
Martell Malone
2015-07-28
1
-0
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-3
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-3
/
+3
*
obj2yaml, yaml2obj: Add support for COFF executables
David Majnemer
2014-11-14
1
-0
/
+106
*
obj2yaml: Don't crash if the characteristics field is zero
David Majnemer
2014-04-09
1
-0
/
+1
*
obj2yaml: Use the correct relocation type for different machine types
David Majnemer
2014-04-07
1
-8
/
+24
*
Object: Provide a richer means of describing auxiliary symbols
David Majnemer
2014-03-19
1
-3
/
+100
*
Object: rename ARMV7 to ARMNT
Saleem Abdulrasool
2014-03-11
1
-1
/
+1
*
Print symbol names in relocations when dumping COFF as YAML.
Rafael Espindola
2013-06-06
1
-2
/
+3
*
Don't print default values for NumberOfAuxSymbols and AuxiliaryData.
Rafael Espindola
2013-06-05
1
-2
/
+3
*
Move BinaryRef to a new include/llvm/Object/YAML.h file.
Rafael Espindola
2013-06-05
1
-17
/
+0
*
Rename COFFYaml.h to COFFYAML.h for consistency.
Rafael Espindola
2013-05-31
1
-1
/
+1
*
Don't allocate temporary string for section data.
Rafael Espindola
2013-05-31
1
-0
/
+17
*
Convert obj2yaml to use yamlio.
Rafael Espindola
2013-05-17
1
-0
/
+279