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
/
tools
/
yaml2obj
/
yaml2coff.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[yaml2obj] Move core yaml2obj code into lib and include for use in unit tests
Alex Brachet
2019-08-07
1
-616
/
+0
*
Revert "[yaml2obj] Move core yaml2obj code into lib and include for use in un...
Dmitri Gribenko
2019-08-06
1
-0
/
+616
*
[yaml2obj] Move core yaml2obj code into lib and include for use in unit tests
Alex Brachet
2019-08-06
1
-616
/
+0
*
[COFF] Fix .bss section size bug in obj2yaml / yaml2obj
Reid Kleckner
2019-05-10
1
-2
/
+3
*
[yaml2obj] Replace num_zeros with write_zeros
Fangrui Song
2019-04-24
1
-35
/
+24
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ObjectYAML] [COFF] Support multiple symbols with the same name
Martin Storsjo
2019-01-07
1
-1
/
+10
*
[yaml2obj] Treat COFF/ARM64 as a 64 bit architecture
Martin Storsjo
2018-11-27
1
-1
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[Debuginfo][COFF] Minimal serialization support for precompiled types records
Alexandre Ganea
2018-04-09
1
-1
/
+4
*
Update obj2yaml and yaml2obj for .debug$H section.
Zachary Turner
2017-12-06
1
-0
/
+3
*
Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
Zachary Turner
2017-06-14
1
-0
/
+56
*
Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
Zachary Turner
2017-06-14
1
-56
/
+0
*
Fix some more errors.
Zachary Turner
2017-06-14
1
-27
/
+0
*
[codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.
Zachary Turner
2017-06-14
1
-0
/
+83
*
[yaml2obj] Remove --format option in favor of YAML tags
Chris Bieneman
2016-06-27
1
-9
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[yaml2obj, COFF] Correctly handle section alignment
David Majnemer
2016-03-17
1
-2
/
+12
*
Move ObjectYAML code to a new library.
Rafael Espindola
2016-03-01
1
-1
/
+1
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-9
/
+7
*
Mark empty default constructors as =default if it makes the type POD
Benjamin Kramer
2015-04-11
1
-4
/
+1
*
Make helper functions static.
Benjamin Kramer
2015-03-09
1
-1
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-2
/
+2
*
yaml2obj, COFF: Consider the DOS stub when laying out section headers
David Majnemer
2014-11-15
1
-2
/
+12
*
yaml2obj, COFF: Correctly calculate SizeOfImage and SizeOfHeaders
David Majnemer
2014-11-14
1
-9
/
+16
*
obj2yaml, yaml2obj: Add support for COFF executables
David Majnemer
2014-11-14
1
-31
/
+165
*
Fixing a -Wsign-compare warning; NFC.
Aaron Ballman
2014-10-22
1
-1
/
+2
*
yaml2obj: Support bigobj
David Majnemer
2014-09-16
1
-21
/
+73
*
MC: Add support for BigObj
David Majnemer
2014-09-15
1
-9
/
+10
*
[yaml2obj] Add new command line option `-docnum`.
Simon Atanasyan
2014-05-31
1
-2
/
+1
*
Object: Provide a richer means of describing auxiliary symbols
David Majnemer
2014-03-19
1
-8
/
+74
*
yaml2coff/elf: Touchup for compatibility.
Will Dietz
2013-10-12
1
-1
/
+1
*
Print symbol names in relocations when dumping COFF as YAML.
Rafael Espindola
2013-06-06
1
-2
/
+12
*
Add BinaryRef binary_size() method.
Sean Silva
2013-06-05
1
-4
/
+3
*
Add writeAsBinary(raw_ostream &) method to BinaryRef.
Sean Silva
2013-06-05
1
-29
/
+2
*
yaml2obj: split out COFF logic into separate file
Sean Silva
2013-06-05
1
-0
/
+306