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
*
[obj2yaml] Produce correct output for invalid relocations.
Davide Italiano
2017-01-26
1
-4
/
+12
*
[ELF] Convert ELF.h to Expected<T>.
Davide Italiano
2016-11-16
1
-71
/
+71
*
Remove the last use of report_fatal_error from ELF.h.
Rafael Espindola
2016-11-03
1
-2
/
+8
*
Add error handling to getEntry.
Rafael Espindola
2016-11-03
1
-1
/
+4
*
Replace a report_fatal_error with an ErrorOr.
Rafael Espindola
2016-11-03
1
-1
/
+4
*
[tools/obj2yaml] - Update after LLVM change r285886
George Rimar
2016-11-03
1
-1
/
+4
*
Avoid a report_fatal_error in sections().
Rafael Espindola
2016-11-02
1
-1
/
+4
*
Use range loop. NFC.
Rafael Espindola
2016-10-06
1
-6
/
+7
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
1
-11
/
+11
*
Move ObjectYAML code to a new library.
Rafael Espindola
2016-03-01
1
-1
/
+1
*
Pass a symbol table to getRelocationSymbol instead of returning one.
Rafael Espindola
2015-09-02
1
-11
/
+17
*
Don't iterate over all sections in the ELFFile constructor.
Rafael Espindola
2015-08-10
1
-7
/
+16
*
elf2yaml: Use existing section walk to find the symbol table. NFC.
Rafael Espindola
2015-08-10
1
-4
/
+7
*
Remove the symbol iteration functions that don't take a symbol table.
Rafael Espindola
2015-08-07
1
-1
/
+1
*
Use helper function. NFC.
Rafael Espindola
2015-07-23
1
-4
/
+1
*
Add a version of getSymbol with an explicit symbol table. Use it. NFC.
Rafael Espindola
2015-07-23
1
-4
/
+5
*
Remove getStaticSymbolName.
Rafael Espindola
2015-07-21
1
-3
/
+11
*
Remove always false parameter.
Rafael Espindola
2015-07-21
1
-5
/
+4
*
Use range loop. NFC.
Rafael Espindola
2015-07-21
1
-3
/
+3
*
[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