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] Consistent use of ScopedPrinter
Sam Clegg
2018-01-10
1
-6
/
+5
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-2
/
+2
*
[llvm-readobj] Fix ambiguous call to the `printNumber`
Simon Atanasyan
2017-12-21
1
-1
/
+1
*
[llvm-readobj] Support 'GNU' style for MIPS GOT/PLT dumping
Simon Atanasyan
2017-12-21
1
-261
/
+445
*
[llvm-readobj] Remove redundant local variables to reduce the code. NFC
Simon Atanasyan
2017-12-02
1
-9
/
+5
*
[llvm-readobj] Print static MIPS GOT
Simon Atanasyan
2017-12-02
1
-30
/
+55
*
[llvm-readobj] Delete unused method argument. NFC
Simon Atanasyan
2017-12-02
1
-8
/
+9
*
Add ELF dynamic symbol support to yaml2obj/obj2yaml
Dave Lee
2017-11-16
1
-0
/
+1
*
Inline compareAddr function into its only caller. NFCI.
Peter Collingbourne
2017-10-31
1
-2
/
+5
*
ELF: Add support for emitting dynamic relocations in the Android relocation p...
Peter Collingbourne
2017-10-27
1
-0
/
+6
*
llvm-readobj: Add support for reading relocations in the Android packed format.
Peter Collingbourne
2017-10-25
1
-5
/
+24
*
llvm-readobj: Print AMDGPU note contents
Konstantin Zhuravlyov
2017-10-14
1
-32
/
+35
*
llvm-readobj: Print AMDGPU note type names
Konstantin Zhuravlyov
2017-10-14
1
-2
/
+27
*
Remove unused variables. No functionality change.
Benjamin Kramer
2017-10-08
1
-1
/
+0
*
AMDGPU: Add and set AMDGPU-specific e_flags
Konstantin Zhuravlyov
2017-10-05
1
-0
/
+9
*
AMDGPU: Add ELFOSABI_AMDGPU_MESA3D
Konstantin Zhuravlyov
2017-10-03
1
-2
/
+3
*
AMDGPU: Add ELFOSABI_AMDGPU_PAL
Konstantin Zhuravlyov
2017-10-03
1
-1
/
+2
*
[llvm-readobj][RISCV] Pretty-print RISCV e_flags
Alex Bradbury
2017-10-03
1
-0
/
+10
*
Add ELFOSABI_FIRST_ARCH, ELFOSABI_LAST_ARCH and start using those in llvm-rea...
Konstantin Zhuravlyov
2017-10-02
1
-10
/
+29
*
llvm-readobj: fix a few typos (NFC)
Saleem Abdulrasool
2017-09-29
1
-3
/
+3
*
Update the description of AVR32 for the ELFDumper
Dylan McKay
2017-09-27
1
-1
/
+1
*
[llvm-readobj] - Teach tool to report error if some section is in multiple CO...
George Rimar
2017-09-16
1
-2
/
+38
*
Recommit r313234 "[llvm-readobj] - Refactor printGroupSections methods."
George Rimar
2017-09-14
1
-55
/
+73
*
Revert r313234 "[llvm-readobj] - Refactor printGroupSections methods."
George Rimar
2017-09-14
1
-73
/
+55
*
[llvm-readobj] - Refactor printGroupSections methods.
George Rimar
2017-09-14
1
-55
/
+73
*
[llvm-readobj] - Teach readobj to print DT_FILTER dynamic tag in human readab...
George Rimar
2017-07-14
1
-3
/
+11
*
MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.
Peter Collingbourne
2017-06-14
1
-0
/
+2
*
[Support] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-09
1
-68
/
+104
*
AMDGPU: Remove deprecated and unused elf definitions
Konstantin Zhuravlyov
2017-06-05
1
-29
/
+1
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-05-31
1
-0
/
+1
*
Add llvm::object::getELFSectionTypeName().
Rafael Espindola
2017-05-02
1
-54
/
+4
*
[llvm-readobj] Only print the real size of the note
Petr Hosek
2017-04-05
1
-6
/
+5
*
AMDGPU/llvm-readobj: Rename RuntimeMDNoteType -> CodeObjectMetadataNoteType to
Konstantin Zhuravlyov
2017-03-31
1
-2
/
+2
*
[AMDGPU] Restructure code object metadata creation
Konstantin Zhuravlyov
2017-03-22
1
-3
/
+3
*
[llvm-readobj] Support SHT_MIPS_DWARF section type flag
Simon Atanasyan
2017-03-10
1
-0
/
+3
*
llvm-readobj: process FreeBSD core notes
Saleem Abdulrasool
2017-02-12
1
-0
/
+30
*
llvm-readobj: fix next note entry calculation and print unknown note types
Konstantin Zhuravlyov
2017-02-02
1
-1
/
+3
*
[AMDGPU] Bump up n_type for metadata v2
Konstantin Zhuravlyov
2017-01-25
1
-1
/
+1
*
[ARM] Create objdump subtarget from build attrs
Sam Parker
2017-01-18
1
-1
/
+1
*
Revert r291903 and r291898. Reason: they break check-lld on the bots.
Ivan Krasin
2017-01-13
1
-1
/
+1
*
[ARM] Enable objdump to construct triple for ARM
Sam Parker
2017-01-13
1
-1
/
+1
*
[ARM] Moved ARMAttributeParser to Support
Sam Parker
2017-01-13
1
-1
/
+1
*
llvm-readobj: ELF: Make DT tags machine aware
Hemant Kulkarni
2016-12-27
1
-13
/
+24
*
[ARM] Implement execute-only support in CodeGen
Prakhar Bahuguna
2016-12-15
1
-0
/
+8
*
Attempt to fix llvm-readobj crash on ppc64 due to r289674
Yaxun Liu
2016-12-15
1
-1
/
+1
*
AMDGPU: Emit runtime metadata version 2 as YAML
Yaxun Liu
2016-12-14
1
-0
/
+32
*
[llvm-readobj] - Teach readobj to print PT_OPENBSD_BOOTDATA header
George Rimar
2016-12-06
1
-0
/
+1
*
llvm-readobj: Use hash tables to print dynamic symbols.
Hemant Kulkarni
2016-11-23
1
-1
/
+108
*
Remove the last use of report_fatal_error from ELF.h.
Rafael Espindola
2016-11-03
1
-6
/
+6
*
Add error handling to getEntry.
Rafael Espindola
2016-11-03
1
-8
/
+11
[prev]
[next]