OSDN Git Service

android: shared_llvm.mk: add libLLVMOrcJIT to llvm_device_static_libraries
[android-x86/external-llvm.git] / tools / llvm-objdump /
2020-03-24 Mauro RossiDO NOT MERGE: android: translate Android.mk build rules...
2020-03-24 Mauro RossiDO NOT MERGE: android: translate Android.mk build rules...
2020-03-24 Qiang YuLLVM_GEN_ to LLVM70_GEN_
2020-03-24 Qiang YuLLVM_HOST_BUILD_MK to LLVM70_HOST_BUILD_MK
2020-03-24 Qiang YuLLVM_ROOT_PATH to LLVM70_ROOT_PATH
2020-03-24 Qiang Yurename libLLVM to libLLVM70
2020-03-24 Qiang Yumove all mk file
2019-07-09 Yuanfang Chen[llvm-objdump] Keep warning for --disassemble-functions...
2019-07-08 Yuanfang ChenTeach the symbolizer lib symbolize objects directly.
2019-07-02 Yuanfang Chen[llvm-objdump] Warn if no user specified sections ...
2019-06-30 Fangrui SongCleanup: llvm::bsearch -> llvm::partition_point after...
2019-06-24 Yuanfang Chen[llvm-objdump] Match GNU objdump on symbol types shown...
2019-06-22 Yuanfang Chen[llvm-objdump] Allow --disassemble-functions to take...
2019-06-22 Yuanfang Chen[llvm-objdump] Move --start-address >= --stop-address...
2019-06-21 James Henderson[binutils] Add response file option to help and docs
2019-06-20 Eli Friedman[llvm-objdump] Switch between ARM/Thumb based on mappin...
2019-06-19 Yuanfang Chen[llvm-objdump] Remove unnecessary indentation when...
2019-06-19 Yuanfang ChenTest commit access
2019-06-18 Michael TrentPrint dylib load kind (weak, reexport, etc) in llvm...
2019-06-18 Fangrui Song[llvm-objdump] Tidy up AMDGCNPrettyPrinter
2019-06-17 Fangrui Song[llvm-objdump] Use %08 instead of %016 to print leading...
2019-06-11 Peter CollingbourneSymbolize: Replace the Options constructor with in...
2019-06-07 Jordan Rupprecht[llvm-objdump] Fix Bugzilla ID 41862 to support checkin...
2019-06-07 Michael Pozulp[llvm-objdump] Add warning if --disassemble-functions...
2019-06-07 Vlad TsyrklevichRevert "[llvm-objdump] Add warning if --disassemble...
2019-06-07 Michael Pozulp[llvm-objdump] Print source when subsequent lines in...
2019-06-07 Michael Pozulp[llvm-objdump] Add warning if --disassemble-functions...
2019-06-05 George Rimar[llvm-objdump] - Disassemble non-executable sections...
2019-05-30 Michael TrentWrite new tests for r362121
2019-05-30 Michael TrentReverting change r362121 due to lld-x86_64-ubuntu-fast...
2019-05-30 Michael TrentSupport Universal dSYM files in llvm-objdump
2019-05-23 Fangrui Song[Object] object::ELFObjectFile::symbol_begin(): skip...
2019-05-22 Fangrui Song[llvm-objdump] Dump inline relocations if the relocated...
2019-05-22 Serge GueltonProperly categorize llvm-objdump options
2019-05-21 George Rimar[llvm-objdump] Make --disassemble-functions imply -d
2019-05-16 Fangrui SongRecommit [Object] Change object::SectionRef::getContent...
2019-05-16 Hans WennborgRevert r360876 "[Object] Change object::SectionRef...
2019-05-16 Fangrui Song[Object] Change object::SectionRef::getContents() to...
2019-05-14 Tim NorthoverAArch64: support binutils-like things on arm64_32.
2019-05-14 Fangrui Song[Object] Change ObjectFile::getSectionContents to retur...
2019-05-10 Fangrui Song[llvm-objdump] Print st_other
2019-05-10 Fangrui Song[Object] Change SymbolicFile::printSymbolName to use...
2019-05-07 George Rimar[llvm-objdump] - Print relocation record in a GNU format.
2019-05-02 Fangrui Song[Object] Change getSectionName() to return Expected...
2019-05-01 Fangrui Song[llvm-objdump] Print newlines before and after "Disasse...
2019-04-25 Fangrui Song[llvm-objdump] errorToErrorCode+message -> toString
2019-04-24 JF BastienRevert "[llvm-objdump] errorToErrorCode+message ->...
2019-04-24 Fangrui Song[llvm-objdump] Delete redundant check
2019-04-24 Fangrui Song[llvm-objdump] errorToErrorCode+message -> toString
2019-04-24 Fangrui Song[CommandLine] Provide parser<unsigned long> instantiati...
2019-04-20 Fangrui Song[llvm-objdump] Fix End in disassemblyObject after rL358806
2019-04-20 Fangrui Song[llvm-objdump] Don't disassemble symbols before SectionAddr
2019-04-20 Fangrui Song[llvm-objdump] Simplify --{start,stop}-address
2019-04-17 Fangrui SongChange some llvm::{lower,upper}_bound to llvm::bsearch...
2019-04-16 Fangrui Song[llvm-objdump] Align instructions to a tab stop in...
2019-04-16 Fangrui Song[llvm-objdump] Simplify PrintHelpMessage() logic
2019-04-15 Alex LorenzRevert r358405: "[llvm-objdump] Align instructions...
2019-04-15 Alex LorenzRevert r358418: "[llvm-objdump] Simplify PrintHelpMessa...
2019-04-15 Fangrui Song[llvm-objdump] Simplify PrintHelpMessage() logic
2019-04-15 Fangrui Song[llvm-objdump] Wrap things in namespace llvm
2019-04-15 Fangrui Song[llvm-objdump] Delete unused forward declarations
2019-04-15 Fangrui Song[llvm-objdump] Reorganize cl::opt variables and move...
2019-04-15 Fangrui Song[llvm-objdump] Align instructions to a tab stop in...
2019-04-10 Fangrui Song[llvm-objdump] Don't print trailing space in dumpBytes
2019-04-10 Fangrui Song[llvm-objdump] Accept and ignore --wide/-w
2019-04-09 Fangrui Song[llvm-objdump] Migrate some functions from std::error_c...
2019-04-08 Shoaib Meenai[BinaryFormat] Update Mach-O ARM64E CPU subtype and...
2019-04-08 Fangrui Song[llvm-objdump] Migrate relocation handling functions...
2019-04-08 Fangrui Song[llvm-objdump] Fix MC/ARM/arm-macho-calls.s
2019-04-07 Fangrui Song[llvm-objdump] Split disassembleObject and simplify...
2019-04-07 Fangrui Song[llvm-objdump] Fix split of source lines; don't ltrim...
2019-04-07 Fangrui Song[llvm-objdump] Simplify some ELF typename: ELFFile...
2019-04-07 Fangrui Song.
2019-04-07 Fangrui Song[llvm-objdump] Simplify Expected<T> handling with unwra...
2019-04-07 Fangrui Song[llvm-objdump] Simplify disassembleObject
2019-04-07 Fangrui SongChange some StringRef::data() reinterpret_cast to bytes...
2019-03-28 Eric ChristopherFix typoed variable name.
2019-03-21 Jordan Rupprecht[llvm-objdump] Support arg grouping for -j and -M ...
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-27 Alexey Lapshin[DebugInfo] add SectionedAddress to DebugInfo interfaces.
2019-02-26 Xing GUO[llvm-objdump] Add `Version Definitions` dumper
2019-02-26 Igor Kudrin[llvm-objdump] Implement -Mreg-names-raw/-std options.
2019-02-25 Xing GUO[llvm-objdump] Add `Version References` dumper
2019-02-19 Matthew VossRevert "Revert "[llvm-objdump] Allow short options...
2019-02-19 George Rimar[yaml2obj] - Do not skip zeroes blocks if there are...
2019-02-14 Matthew VossRevert "[llvm-objdump] Allow short options without...
2019-02-14 Matthew Voss[llvm-objdump] Allow short options without arguments...
2019-02-04 Heejin Ahn[WebAssembly] clang-tidy (NFC)
2019-02-04 Sam Clegg[WebAssembly] Rename relocations from R_WEBASSEMBLY_...
2019-02-01 Sid Manning[llvm-objdump] - llvm-objdump can skip bytes at the...
2019-01-31 Matt Davis[ELF] Return the section name when calling getSymbolNam...
2019-01-28 George Rimar[llvm-objdump] - Restore a piece of code removed by...
2019-01-28 George Rimar[llvm-objdump] - Print LMAs when dumping section headers.
2019-01-28 George Rimar[llvm-objdump] - Fix comment. NFC.
2019-01-28 George Rimar[llvm-objdump] - Implement the --adjust-vma option.
2019-01-23 George Rimar[llvm-objdump] - Move common code to a new printRelocat...
2019-01-23 George Rimar[llvm-objdump] - Move variable. NFC.
2019-01-23 George Rimar[llvm-objdump] - Split disassembleObject() into two...
2019-01-22 George Rimar[llvm-objdump] - Introduce getRelocsMap() helper. NFCI.
next