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
*
[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
*
Revert r181009.
Amara Emerson
2013-05-03
1
-63
/
+0
*
Add support for reading ARM ELF build attributes.
Amara Emerson
2013-05-03
1
-0
/
+63
*
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-25
1
-1
/
+5
*
llvm-readobj: Do not print NULL StringRefs
Nico Rieck
2013-04-22
1
-3
/
+3
*
Teach llvm-readobj to print ELF program headers
Nico Rieck
2013-04-12
1
-5
/
+51
*
Add -expand-relocs to llvm-readobj
Nico Rieck
2013-04-12
1
-6
/
+16
*
Implements low-level object file format specific output for COFF and
Eric Christopher
2013-04-03
1
-0
/
+800