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
*
[Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI.
George Rimar
2019-08-19
1
-10
/
+5
*
Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...
George Rimar
2019-08-14
1
-4
/
+13
*
Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...
George Rimar
2019-08-14
1
-13
/
+4
*
[llvm/Object] - Convert SectionRef::getName() to return Expected<>
George Rimar
2019-08-14
1
-4
/
+13
*
[Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...
Fangrui Song
2019-05-14
1
-2
/
+2
*
Remove duplicate assignments. NFCI.
Simon Pilgrim
2019-05-06
1
-2
/
+0
*
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
/
+17
*
[obj2yaml] [COFF] Write RVA instead of VA for sections, fix roundtripping exe...
Martin Storsjo
2018-11-29
1
-1
/
+1
*
[Support] Make error banner optional in logAllUnhandledErrors
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
obj2yaml: Correctly round-trip default alignment.
Peter Collingbourne
2018-05-04
1
-1
/
+2
*
[Debuginfo][COFF] Minimal serialization support for precompiled types records
Alexandre Ganea
2018-04-09
1
-1
/
+5
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
Update obj2yaml and yaml2obj for .debug$H section.
Zachary Turner
2017-12-06
1
-0
/
+2
*
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
[next]