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
/
yaml2obj.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[yaml2obj/ObjectYAML] - Cleanup the error reporting API, add custom errors ha...
George Rimar
2019-09-13
1
-10
/
+9
*
[yaml2obj] Move core yaml2obj code into lib and include for use in unit tests
Alex Brachet
2019-08-07
1
-31
/
+8
*
Revert "[yaml2obj] Move core yaml2obj code into lib and include for use in un...
Dmitri Gribenko
2019-08-06
1
-8
/
+31
*
[yaml2obj] Move core yaml2obj code into lib and include for use in unit tests
Alex Brachet
2019-08-06
1
-31
/
+8
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
[yaml2obj] - Don't crash on invalid inputs.
George Rimar
2019-04-25
1
-5
/
+1
*
[yaml2obj] Fixing opening empty yaml files.
Puyan Lotfi
2019-03-28
1
-1
/
+4
*
[ObjectYAML] Add basic minidump generation support
Pavel Labath
2019-03-22
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-6
/
+2
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-1
/
+1
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-2
/
+2
*
Try to fix uninitialized read reported by msan.
Zachary Turner
2017-06-15
1
-0
/
+1
*
[yaml2obj] Factor out error handling code.
Davide Italiano
2017-04-05
1
-15
/
+12
*
[yaml2obj] Improve error message when output file cannot be opened.
Davide Italiano
2017-04-05
1
-1
/
+2
*
[WebAssembly] Improve support for WebAssembly binary format
Derek Schuff
2017-03-30
1
-0
/
+2
*
[yaml2obj] Remove --format option in favor of YAML tags
Chris Bieneman
2016-06-27
1
-42
/
+20
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-1
/
+1
*
Initial add for MachO support for yaml2obj
Chris Bieneman
2016-05-11
1
-1
/
+5
*
Make helper functions static.
Benjamin Kramer
2015-03-09
1
-1
/
+2
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-4
/
+4
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-3
/
+4
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
[yaml2obj] Add new command line option `-docnum`.
Simon Atanasyan
2014-05-31
1
-4
/
+29
*
[yaml2obj] Add "-o" command line option to specify an output file name.
Simon Atanasyan
2014-05-15
1
-7
/
+27
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+1
*
[yaml2obj] Initial ELF support.
Sean Silva
2013-06-10
1
-1
/
+5
*
yaml2obj: split out COFF logic into separate file
Sean Silva
2013-06-05
1
-287
/
+2
*
yaml2obj: add -format=<fmt> to choose input YAML interpretation
Sean Silva
2013-06-05
1
-11
/
+39
*
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
-7
/
+10
*
Convert obj2yaml to use yamlio.
Rafael Espindola
2013-05-17
1
-360
/
+1
*
Split Alignment out of the Section Characteristics.
Rafael Espindola
2013-05-06
1
-14
/
+4
*
Don't compute a std::vector<uint8_t> just to write it out a stream.
Rafael Espindola
2013-04-25
1
-83
/
+17
*
Fix typo.
Rafael Espindola
2013-04-23
1
-7
/
+7
*
Simplify yaml2obj a bit.
Rafael Espindola
2013-04-23
1
-105
/
+112
*
Write relocations in yaml2obj.
Rafael Espindola
2013-04-23
1
-0
/
+13
*
Remove COFFYAML::Header.
Rafael Espindola
2013-04-20
1
-17
/
+38
*
Remove COFFYAML::Relocation.
Rafael Espindola
2013-04-19
1
-11
/
+19
*
Move yaml2obj to tools too.
Rafael Espindola
2013-04-05
1
-0
/
+707