OSDN Git Service

Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFromString...
[android-x86/external-llvm.git] / tools / llvm-objdump / ELFDump.cpp
2019-03-02 Xing GUO[llvm-objdump] Should print unknown d_tag in hex format
2019-02-27 Xing GUO[llvm-objdump] Should print strings when dumping DT_RPA...
2019-02-26 Xing GUO[llvm-objdump] Add `Version Definitions` dumper
2019-02-25 Xing GUO[llvm-objdump] Add `Version References` dumper
2019-01-28 George Rimar[llvm-objdump] - Print LMAs when dumping section headers.
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-18 George Rimar[llvm-objdump] - Move getRelocationValueString and...
2018-11-15 Xing GUO[llvm-objdump] Use `auto` declaration in typecasting
2018-11-14 Xing GUO[llvm-objdump] Improve ELF file type checking statement...
2018-07-25 Paul Semel[llvm-objdump] Add dynamic section printing to private...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2017-01-16 Davide Italiano[llvm-objdump] Dump PT_NOTE as part of -p.
2017-01-16 Davide Italiano[llvm-objdump] Dump PT_GNU_RELRO as part of -p.
2017-01-16 Davide Italiano[llvm-objdump] Dump PT_OPENBSD_{BOOTDATA,RANDOMIZE...
2016-12-24 Ed Mastellvm-objdump: sort phdr type strings in advance of...
2016-11-16 Davide Italiano[ELF] Convert ELF.h to Expected<T>.
2016-11-03 Rafael EspindolaReplace a report_fatal_error with an ErrorOr.
2015-07-20 Rafael EspindolaSimplify iterating over program headers and detect...
2015-06-30 Rafael EspindolaFix the name of the iterator functions to match the...
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-09 Rafael EspindolaIntroduce convenience typedefs for the 4 ELF object...
2013-02-27 Shankar Easwaranprint TLS segment
2013-02-21 Michael J. Spencer[objdump] Add PT_PHDR.
2013-02-20 Michael J. Spencer[objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.
2013-01-19 Chandler CarruthSort all of the includes. Several files got checked...
2013-01-15 Michael J. Spencer[Object][ELF] Simplify ELFObjectFile by using ELFType.
2013-01-06 Michael J. Spencer[objdump] Use correct format specifiers and fix C+...
2013-01-06 Michael J. Spencer[objdump] Add --private-headers, -p.