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
*
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
*
Replace a report_fatal_error with an ErrorOr.
Rafael Espindola
2016-11-03
1
-5
/
+5
*
Delete some dead code and add a missing "0x" prefix to a hex string in
Chandler Carruth
2016-11-03
1
-2
/
+1
*
Move a free function out of ELFFile.
Rafael Espindola
2016-11-03
1
-8
/
+8
*
replace a report_fatal_error with a ErrorOr.
Rafael Espindola
2016-11-03
1
-4
/
+4
*
Replace a report_fatal_error with an ErrorOr.
Rafael Espindola
2016-11-03
1
-3
/
+4
*
Avoid a report_fatal_error in sections().
Rafael Espindola
2016-11-02
1
-13
/
+13
*
[RISCV] Add RISC-V ELF defines
Alex Bradbury
2016-11-01
1
-0
/
+1
*
[llvm-readobj] - Teach readobj to print PT_OPENBSD_RANDOMIZE/PT_OPENBSD_WXNEE...
George Rimar
2016-10-18
1
-0
/
+4
*
Refactor to use getSectionContentsAsArray.
Rafael Espindola
2016-10-06
1
-1
/
+1
*
Refactor duplicated typedefs. NFC.
Rafael Espindola
2016-10-06
1
-29
/
+9
*
Use range loop. NFC.
Rafael Espindola
2016-10-06
1
-8
/
+8
*
[Stackmap] Added callsite counts to emitted function information.
Sanjoy Das
2016-09-14
1
-1
/
+1
*
[llvm-readobj] - Teach readobj to print DT_AUXILIARY dynamic tag in human rea...
George Rimar
2016-09-02
1
-0
/
+4
*
Fix the MSVC 2013 build by using Elf_Word instead of making a local typedef
Reid Kleckner
2016-08-31
1
-6
/
+4
*
llvm-readobj: speculative fix for MSVC
Saleem Abdulrasool
2016-08-30
1
-1
/
+1
*
Revert "ELFDumper: Unversioned symbols must not have trailing @"
Hemant Kulkarni
2016-08-30
1
-3
/
+0
*
ELFDumper: Unversioned symbols must not have trailing @
Hemant Kulkarni
2016-08-30
1
-0
/
+3
*
llvm-readobj: add support for printing GNU Notes
Saleem Abdulrasool
2016-08-30
1
-0
/
+138
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
BPF: Use official ELF e_machine value
Alexei Starovoitov
2016-07-15
1
-0
/
+1
*
[llvm-readobj] - Teach llvm-readobj to print dependencies of SHT_GNU_verdef a...
George Rimar
2016-06-22
1
-18
/
+26
*
[llvm-readobj] - Teach llvm-readobj to dump .gnu.version_r sections
George Rimar
2016-06-07
1
-0
/
+55
*
[llvm-readobj] - Teach readobj to recognize SHF_COMPRESSED flag.
George Rimar
2016-05-21
1
-2
/
+10
*
llvm-readobj: Fix GNU style entry point print width
Hemant Kulkarni
2016-05-12
1
-1
/
+1
*
llvm-readobj: Change Hex output for GNU style dynamic table print
Hemant Kulkarni
2016-05-12
1
-3
/
+4
*
llvm-readobj: Fix the GNU section header flags for SHF_MASKPROC and SHF_MASKOS
Hemant Kulkarni
2016-05-12
1
-2
/
+4
[next]