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
...
*
[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
*
[Mips] Add more relocation types and MIPS specific e_flags constants.
Simon Atanasyan
2014-05-20
1
-1
/
+3
*
[llvm-readobj] Print values of FLAGS and MIPS_FLAGS dynamic table tags
Simon Atanasyan
2014-05-11
1
-1
/
+61
*
[llvm-readobj] Transform 'switch' with the only 'case' statement
Simon Atanasyan
2014-05-01
1
-5
/
+2
*
[llvm-readobj] Add support for Mips specific ELF header e_flags.
Simon Atanasyan
2014-05-01
1
-1
/
+29
*
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2014-04-25
1
-1
/
+2
*
Create .symtab_shndxr only when needed.
Rafael Espindola
2014-03-25
1
-2
/
+4
*
Teach llvm-readobj to print human friendly description of reserved sections.
Rafael Espindola
2014-03-24
1
-2
/
+22
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-12
/
+12
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-4
/
+3
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-12
/
+12
*
tools: remove unnecessary typename
Saleem Abdulrasool
2014-01-30
1
-2
/
+2
*
tools: add support for decoding ARM attributes
Saleem Abdulrasool
2014-01-30
1
-0
/
+44
*
Re-sort #include lines again, prior to moving headers around.
Chandler Carruth
2014-01-13
1
-2
/
+1
*
Use getError and remove the error_code operator.
Rafael Espindola
2014-01-08
1
-2
/
+2
*
llvm-readobj: add support for ARM EHABI unwind info
Saleem Abdulrasool
2014-01-08
1
-0
/
+13
*
[Mips] Add support for DT_MIPS_RLD_MAP and DT_MIPS_PLTGOT dynamic
Simon Atanasyan
2014-01-05
1
-0
/
+4
*
Add support for DT_VERxxx and DT_MIPS_xxx .dynamic section entries to the
Simon Atanasyan
2013-11-11
1
-0
/
+22
*
[Mips] Teach llvm-readobj to print MIPS-specific ELF program headers.
Simon Atanasyan
2013-10-07
1
-21
/
+38
*
Remove several unused variables.
Rafael Espindola
2013-10-01
1
-5
/
+0
*
ELF: Add support for the exclude section bit for gas compat.
Benjamin Kramer
2013-09-15
1
-0
/
+1
*
Print string value for DT_RPATH and DT_RUNPATH.
Joerg Sonnenberger
2013-09-03
1
-0
/
+4
*
[Object] Split the ELF interface into 3 parts.
Michael J. Spencer
2013-08-08
1
-173
/
+127
*
Remove the mblaze backend from llvm.
Rafael Espindola
2013-07-25
1
-3
/
+1
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
1
-3
/
+3
*
Introduce convenience typedefs for the 4 ELF object types.
Rafael Espindola
2013-05-09
1
-26
/
+16
*
Change getRelocationAdditionalInfo to be ELF only.
Rafael Espindola
2013-05-09
1
-4
/
+4
[prev]
[next]