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
/
obj2yaml
/
coff2yaml.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
Zachary Turner
2017-06-14
1
-0
/
+57
*
Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
Zachary Turner
2017-06-14
1
-57
/
+0
*
[codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.
Zachary Turner
2017-06-14
1
-0
/
+57
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
1
-3
/
+8
*
[obj2yaml, COFF] Assert that the alignment is not bogus
David Majnemer
2016-03-18
1
-0
/
+1
*
Move ObjectYAML code to a new library.
Rafael Espindola
2016-03-01
1
-1
/
+1
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
1
-1
/
+4
*
Remove object_error::success and use std::error_code() instead
Rui Ueyama
2015-06-09
1
-1
/
+1
*
obj2yaml, yaml2obj: Add support for COFF executables
David Majnemer
2014-11-14
1
-13
/
+72
*
Object, COFF: Cleanup symbol type code, improve binutils compatibility
David Majnemer
2014-10-31
1
-1
/
+1
*
obj2yaml, COFF: Handle long section names
David Majnemer
2014-10-10
1
-5
/
+5
*
MC: Add support for BigObj
David Majnemer
2014-09-15
1
-3
/
+5
*
Object: Add support for bigobj
David Majnemer
2014-09-10
1
-38
/
+32
*
Invert the MC -> Object dependency.
Rafael Espindola
2014-07-03
1
-1
/
+1
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
1
-3
/
+2
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
[obj2yaml] Recognize input file format using llvm::object::ObjectFile
Simon Atanasyan
2014-05-07
1
-4
/
+1
*
Object: Output .file symbols properly
David Majnemer
2014-03-20
1
-1
/
+2
*
Object: Abstract out the determination of function line symbols
David Majnemer
2014-03-20
1
-1
/
+1
*
Object: Provide a richer means of describing auxiliary symbols
David Majnemer
2014-03-19
1
-1
/
+111
*
[C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...
Alexey Samsonov
2014-03-18
1
-10
/
+7
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
1
-6
/
+6
*
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
2014-01-30
1
-7
/
+3
*
Remove several unused variables.
Rafael Espindola
2013-10-01
1
-1
/
+0
*
readobj: Dump PE/COFF optional records.
Rui Ueyama
2013-06-12
1
-1
/
+1
*
Print symbol names in relocations when dumping COFF as YAML.
Rafael Espindola
2013-06-06
1
-3
/
+5
*
Move BinaryRef to a new include/llvm/Object/YAML.h file.
Rafael Espindola
2013-06-05
1
-2
/
+2
*
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
-18
/
+2
*
Use std::list so that we have a stable iterator.
Rafael Espindola
2013-05-21
1
-1
/
+3
*
Convert obj2yaml to use yamlio.
Rafael Espindola
2013-05-17
1
-305
/
+83
*
Remove dead code.
Rafael Espindola
2013-04-20
1
-4
/
+0
*
These can be void.
Rafael Espindola
2013-04-20
1
-12
/
+7
*
Rename obj2yaml local namespace to avoid conflicts with llvm::yaml.
Rafael Espindola
2013-04-20
1
-5
/
+5
*
Remove local namespace yaml to avoid confusion with llvm::yaml.
Rafael Espindola
2013-04-20
1
-8
/
+6
*
Small obj2yaml cleanups.
Rafael Espindola
2013-04-20
1
-69
/
+76
*
Remove a global 'endl' variable from the other file as well.
Chandler Carruth
2013-04-08
1
-25
/
+22
*
Move obj2yaml to tools to sort out make's dependencies.
Rafael Espindola
2013-04-05
1
-0
/
+361