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
/
elf2yaml.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools
Simon Atanasyan
2015-07-03
1
-0
/
+20
*
This reverts commit r241350 and r241352.
Rafael Espindola
2015-07-03
1
-20
/
+0
*
[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools
Simon Atanasyan
2015-07-03
1
-0
/
+20
*
Return ErrorOr from getSection.
Rafael Espindola
2015-07-01
1
-20
/
+34
*
Fix the name of the iterator functions to match the coding standards.
Rafael Espindola
2015-06-30
1
-4
/
+3
*
Convert obj->getSymbolName to sym->getName.
Rafael Espindola
2015-06-29
1
-2
/
+2
*
Factor out the checking of string tables.
Rafael Espindola
2015-06-29
1
-2
/
+10
*
Remove Elf_Sym_Iter.
Rafael Espindola
2015-06-29
1
-8
/
+11
*
Remove object_error::success and use std::error_code() instead
Rui Ueyama
2015-06-09
1
-1
/
+1
*
[obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support
Simon Atanasyan
2015-05-07
1
-0
/
+37
*
[obj2yaml/yaml2obj] Add SHT_GROUP support.
Shankar Easwaran
2015-02-21
1
-1
/
+45
*
[ELF][yaml2obj] Handle additional MIPS specific st_other field flags
Simon Atanasyan
2014-11-06
1
-1
/
+1
*
Add accessor to get 'visibility' part of st_other field
Simon Atanasyan
2014-11-05
1
-1
/
+1
*
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
-34
/
+35
*
Remove all uses of 'using std::error_code' from headers.
Rafael Espindola
2014-06-13
1
-0
/
+1
*
[yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...
Simon Atanasyan
2014-06-06
1
-0
/
+1
*
[elf2yaml][ELF] Move Info field to the RelocationSection structure. This
Simon Atanasyan
2014-05-29
1
-9
/
+22
*
[yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.
Simon Atanasyan
2014-05-16
1
-0
/
+1
*
[obj2yaml] Support ELF input format in the obj2yaml tool.
Simon Atanasyan
2014-05-14
1
-0
/
+289