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
/
llvm-readobj
/
ELFDumper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use helper function. NFC.
Rafael Espindola
2015-07-21
1
-3
/
+1
*
llvm-readobj: use the associated string table to print symbols. NFI.
Rafael Espindola
2015-07-21
1
-16
/
+44
*
Simplify printing the soname. NFC.
Rafael Espindola
2015-07-21
1
-0
/
+5
*
Simplify now that we can iterate backwards. NFC.
Rafael Espindola
2015-07-20
1
-3
/
+16
*
Remove Elf_Rela_Iter and Elf_Rel_Iter.
Rafael Espindola
2015-07-20
1
-27
/
+19
*
Simplify iterating over program headers and detect corrupt ones.
Rafael Espindola
2015-07-20
1
-13
/
+11
*
llvm-readobj: Handle invalid references to the string table.
Rafael Espindola
2015-07-20
1
-4
/
+12
*
llvm-readobj: call exit(1) on error.
Rafael Espindola
2015-07-20
1
-12
/
+10
*
[Object][ELF] Support dumping hash-tables from files with no section table.
Michael J. Spencer
2015-07-09
1
-0
/
+13
*
[llvm-readobj] Print MIPS PLT table
Simon Atanasyan
2015-07-09
1
-73
/
+164
*
Temporarily reverting 241765, 241768, and 241772 to unbreak the build bots.
Adrian Prantl
2015-07-09
1
-13
/
+0
*
[Object][ELF] Support dumping hash-tables from files with no section table.
Michael J. Spencer
2015-07-09
1
-0
/
+13
*
Return ErrorOr from getSection.
Rafael Espindola
2015-07-01
1
-11
/
+19
*
Use range loops. NFC.
Rafael Espindola
2015-06-30
1
-30
/
+24
*
Fix the name of the iterator functions to match the coding standards.
Rafael Espindola
2015-06-30
1
-18
/
+18
*
Convert obj->getSymbolName to sym->getName.
Rafael Espindola
2015-06-29
1
-2
/
+1
*
Factor out the checking of string tables.
Rafael Espindola
2015-06-29
1
-2
/
+5
*
Remove Elf_Sym_Iter.
Rafael Espindola
2015-06-29
1
-33
/
+30
*
[StackMaps] Add a lightweight parser for stackmap version 1 sections.
Lang Hames
2015-06-26
1
-0
/
+25
*
AMDGPU/SI: Set ELF OS/ABI to ELFOSABI_AMDGPU_HSA
Tom Stellard
2015-06-26
1
-1
/
+7
*
[Object][ELF] Add support for dumping dynamic relocations when sections are s...
Michael J. Spencer
2015-06-25
1
-0
/
+37
*
Don't get confused with sections whose section number is reserved.
Rafael Espindola
2015-06-24
1
-3
/
+1
*
Support/ELF: Add EM_AMDGPU
Tom Stellard
2015-06-22
1
-1
/
+2
*
Fix the build.
Rafael Espindola
2015-06-19
1
-1
/
+1
*
[llvm-readobj] Print MIPS .reginfo section content
Simon Atanasyan
2015-06-16
1
-0
/
+28
*
Have the ELF symbol predicates match more directly the spec.
Rafael Espindola
2015-06-12
1
-2
/
+2
*
[llvm-readobj] Use the new symbol API.
Davide Italiano
2015-06-08
1
-7
/
+7
*
Fix the interpretation of a 0 st_name.
Rafael Espindola
2015-06-03
1
-9
/
+13
*
Simplify now that we always use an alignment of 2 for ELF files.
Rafael Espindola
2015-06-02
1
-5
/
+3
*
[llvm-readobj/ELF] Teach how to decode DF_1_XXX flags
Davide Italiano
2015-05-25
1
-0
/
+32
*
[llvm-readobj] Teach llvm-readobj to print PT_MIPS_ABIFLAGS program header
Simon Atanasyan
2015-05-15
1
-0
/
+1
*
[llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine ELF header flags
Simon Atanasyan
2015-05-08
1
-1
/
+20
*
[llvm-readobj] Print .MIPS.abiflags section content
Simon Atanasyan
2015-05-07
1
-0
/
+121
*
[llvm-readobj/obj2yaml/yaml2obj] Support more MIPS ELF header flags
Simon Atanasyan
2015-05-07
1
-1
/
+6
*
[Mips] Support DT_MIPS_OPTIONS dynamic section tag in the llvm-readobj
Simon Atanasyan
2015-04-20
1
-0
/
+2
*
Add support for Nuxi CloudABI.
Ed Schouten
2015-03-09
1
-0
/
+1
*
Add STB_GNU_UNIQUE to the ELF writer.
Rafael Espindola
2015-01-23
1
-3
/
+4
*
Add a test that would have found the bug in r219829.
Rafael Espindola
2014-10-17
1
-1
/
+2
*
Revert commit r219835 and r219829.
Rafael Espindola
2014-10-17
1
-2
/
+1
*
Correctly handle references to section symbols.
Rafael Espindola
2014-10-15
1
-1
/
+2
*
Object: BSS/virtual sections don't have contents
David Majnemer
2014-09-26
1
-1
/
+1
*
[Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj,
Simon Atanasyan
2014-07-13
1
-0
/
+1
*
[llvm-readobj] Fix output of MIPS GOT without local and global entries.
Simon Atanasyan
2014-07-05
1
-1
/
+1
*
[llvm-readobj] Fix member functions name style.
Simon Atanasyan
2014-06-18
1
-13
/
+13
*
[llvm-readobj] Fix compile error.
Simon Atanasyan
2014-06-18
1
-1
/
+1
*
[llvm-readobj][ELF] New `-mips-plt-got` command line option to output
Simon Atanasyan
2014-06-18
1
-0
/
+217
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
1
-6
/
+6
*
Remove all uses of 'using std::error_code' from headers.
Rafael Espindola
2014-06-13
1
-0
/
+1
*
[llvm-readobj][ELF] Factor out the code retrieve ELF symbol information
Simon Atanasyan
2014-06-10
1
-35
/
+50
*
[Object][ELF] Range-based loop simplification.
Simon Atanasyan
2014-06-04
1
-13
/
+10
[prev]
[next]