Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a69bbe02a2352271e8b14542073f177e24c499c1
/
llvm
/
tools
/
llvm-objdump
/
llvm-objdump.cpp
4b63ca1
[Mips] Use appropriate private label prefix based on Mips ABI
by Mirko Brkusanin
· 6 years ago
2bf01dc
[llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<section_iterator>
by George Rimar
· 6 years ago
98a2ae7
Reland [llvm-objdump] Use a counter for llvm-objdump -h instead of the section index.
by Jordan Rupprecht
· 6 years ago
312c4a6
Revert r374931 "[llvm-objdump] Use a counter for llvm-objdump -h instead of the section index."
by Hans Wennborg
· 6 years ago
eb501b1
[llvm-objdump] Use a counter for llvm-objdump -h instead of the section index.
by Jordan Rupprecht
· 6 years ago
c526ff8
[llvm-objdump] Adjust spacing and field width for --section-headers
by Jordan Rupprecht
· 6 years ago
9d4a6b1
[llvm-objdump] Further rearrange llvm-objdump sections for compatability
by Jordan Rupprecht
· 6 years ago
d706908
[llvm-objdump] Fix llvm-objdump --all-headers output order
by George Rimar
· 6 years ago
dd591bd
[llvm-objdump] - Remove one overload of reportError. NFCI.
by George Rimar
· 6 years ago
f0f38d9
[llvm-objdump] - Cleanup the error reporting.
by George Rimar
· 6 years ago
b232d56
[llvm-objdump] - Remove one of `report_error` functions and improve the error reporting.
by George Rimar
· 6 years ago
9abf668
[llvm-objdump] Add warning messages if disassembly + source for problematic inputs
by Michael Pozulp
· 6 years ago
bcc00e1
Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expected<>"
by George Rimar
· 6 years ago
468919e
Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expected<>"
by George Rimar
· 6 years ago
a0c6a35
[llvm/Object] - Convert SectionRef::getName() to return Expected<>
by George Rimar
· 6 years ago
3046ef5
Revert "[llvm-objdump] Re-commit r367284."
by Michael Pozulp
· 6 years ago
d340999
[llvm-objdump] Re-commit r367284.
by Michael Pozulp
· 6 years ago
074db9b
Revert "[llvm-objdump] Add warning messages if disassembly + source for problematic inputs"
by Michael Pozulp
· 6 years ago
b1cbe51
[llvm-objdump] Add warning messages if disassembly + source for problematic inputs
by Michael Pozulp
· 6 years ago
d517764
[llvm-objdump][NFC] Make the PrettyPrinter::printInst() output buffered
by Seiya Nuta
· 6 years ago
fac3900c
[llvm-objdump] Emit warning if --start-address/--stop-address specify range outside file's address range.
by Yuanfang Chen
· 6 years ago
c5f8aa8
[llvm-objdump] Keep warning for --disassemble-functions in correct order.
by Yuanfang Chen
· 6 years ago
5de4692
Teach the symbolizer lib symbolize objects directly.
by Yuanfang Chen
· 6 years ago
d16c162
[llvm-objdump] Warn if no user specified sections (-j) are not found.
by Yuanfang Chen
· 6 years ago
78ee2fb
Cleanup: llvm::bsearch -> llvm::partition_point after r364719
by Fangrui Song
· 6 years ago
6e04b92
[llvm-objdump] Match GNU objdump on symbol types shown in disassembly output.
by Yuanfang Chen
· 6 years ago
4a2a152
[llvm-objdump] Allow --disassemble-functions to take demangled names
by Yuanfang Chen
· 6 years ago
0eb966c
[llvm-objdump] Move --start-address >= --stop-address check out of the -d code.
by Yuanfang Chen
· 6 years ago
9485b26
[binutils] Add response file option to help and docs
by James Henderson
· 6 years ago
d88e28d
[llvm-objdump] Switch between ARM/Thumb based on mapping symbols.
by Eli Friedman
· 6 years ago
fee7365
[llvm-objdump] Remove unnecessary indentation when dumping ELF data.
by Yuanfang Chen
· 6 years ago
58dbe47
Test commit access
by Yuanfang Chen
· 6 years ago
291e11e
[llvm-objdump] Tidy up AMDGCNPrettyPrinter
by Fangrui Song
· 6 years ago
46f9cbe
[llvm-objdump] Use %08 instead of %016 to print leading addresses for 32-bit binaries
by Fangrui Song
· 6 years ago
a2048f8
Symbolize: Replace the Options constructor with in-class initialization. NFCI.
by Peter Collingbourne
· 6 years ago
7dd813f
[llvm-objdump] Fix Bugzilla ID 41862 to support checking addresses of disassembled object
by Jordan Rupprecht
· 6 years ago
c3c18f4
[llvm-objdump] Add warning if --disassemble-functions specifies an unknown symbol
by Michael Pozulp
· 6 years ago
e67f620
Revert "[llvm-objdump] Add warning if --disassemble-functions specifies an unknown symbol"
by Vlad Tsyrklevich
· 6 years ago
767bdd5
[llvm-objdump] Print source when subsequent lines in the translation unit come from the same line in two different headers.
by Michael Pozulp
· 6 years ago
50f61af
[llvm-objdump] Add warning if --disassemble-functions specifies an unknown symbol
by Michael Pozulp
· 6 years ago
b421966
[llvm-objdump] - Disassemble non-executable sections if specifically requested.
by George Rimar
· 6 years ago
6aebd83
[Object] object::ELFObjectFile::symbol_begin(): skip symbol index 0
by Fangrui Song
· 6 years ago
c289d21
[llvm-objdump] Dump inline relocations if the relocated section is specified with --section
by Fangrui Song
· 6 years ago
94c36fa
Properly categorize llvm-objdump options
by Serge Guelton
· 6 years ago
f44eb92
[llvm-objdump] Make --disassemble-functions imply -d
by George Rimar
· 6 years ago
e183340
Recommit [Object] Change object::SectionRef::getContents() to return Expected<StringRef>
by Fangrui Song
· 6 years ago
4da9ff9
Revert r360876 "[Object] Change object::SectionRef::getContents() to return Expected<StringRef>"
by Hans Wennborg
· 6 years ago
a076ec5
[Object] Change object::SectionRef::getContents() to return Expected<StringRef>
by Fangrui Song
· 6 years ago
6150407
[llvm-objdump] Print st_other
by Fangrui Song
· 6 years ago
5c922f6
[llvm-objdump] - Print relocation record in a GNU format.
by George Rimar
· 6 years ago
5387c2c
[llvm-objdump] Print newlines before and after "Disassembly of section ...:"
by Fangrui Song
· 6 years ago
aaecb8f
[llvm-objdump] Delete redundant check
by Fangrui Song
· 6 years ago
b5f3984
[CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<uint64_t> on LP64 platforms
by Fangrui Song
· 6 years ago
b48e41b
[llvm-objdump] Fix End in disassemblyObject after rL358806
by Fangrui Song
· 6 years ago
ce12ea8
[llvm-objdump] Don't disassemble symbols before SectionAddr
by Fangrui Song
· 6 years ago
8f28f7a
[llvm-objdump] Simplify --{start,stop}-address
by Fangrui Song
· 6 years ago
c82e92b
Change some llvm::{lower,upper}_bound to llvm::bsearch. NFC
by Fangrui Song
· 6 years ago
fa860ff
[llvm-objdump] Align instructions to a tab stop in disassembly output
by Fangrui Song
· 6 years ago
051a699
[llvm-objdump] Simplify PrintHelpMessage() logic
by Fangrui Song
· 6 years ago
d9d0c3e
Revert r358405: "[llvm-objdump] Align instructions to a tab stop in disassembly output"
by Alex Lorenz
· 6 years ago
1625612
Revert r358418: "[llvm-objdump] Simplify PrintHelpMessage() logic"
by Alex Lorenz
· 6 years ago
204339a
[llvm-objdump] Simplify PrintHelpMessage() logic
by Fangrui Song
· 6 years ago
523758e
[llvm-objdump] Wrap things in namespace llvm
by Fangrui Song
· 6 years ago
9d812f4
[llvm-objdump] Reorganize cl::opt variables and move Mach-O specifics to MachODump.cpp
by Fangrui Song
· 6 years ago
b688a20
[llvm-objdump] Align instructions to a tab stop in disassembly output
by Fangrui Song
· 6 years ago
7d4ad14
[llvm-objdump] Don't print trailing space in dumpBytes
by Fangrui Song
· 6 years ago
5f2b5cd
[llvm-objdump] Accept and ignore --wide/-w
by Fangrui Song
· 6 years ago
3f20968
[llvm-objdump] Migrate some functions from std::error_code to Error
by Fangrui Song
· 6 years ago
f67de6c
[llvm-objdump] Migrate relocation handling functions from error_code to Error
by Fangrui Song
· 6 years ago
996b909
[llvm-objdump] Fix MC/ARM/arm-macho-calls.s
by Fangrui Song
· 6 years ago
32087b6
[llvm-objdump] Split disassembleObject and simplify --{start,stop}-address handling
by Fangrui Song
· 6 years ago
47a7662
[llvm-objdump] Fix split of source lines; don't ltrim source lines
by Fangrui Song
· 6 years ago
e7834bd
[llvm-objdump] Simplify Expected<T> handling with unwrapOrError
by Fangrui Song
· 6 years ago
545ed22
[llvm-objdump] Simplify disassembleObject
by Fangrui Song
· 6 years ago
6a0746a
Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFromStringRef()
by Fangrui Song
· 6 years ago
1857edb
Fix typoed variable name.
by Eric Christopher
· 7 years ago
ae672b4
[llvm-objdump] Support arg grouping for -j and -M (e.g. llvm-objdump -sj.foo -dMreg-names-raw)
by Jordan Rupprecht
· 7 years ago
77fc1f6
[DebugInfo] add SectionedAddress to DebugInfo interfaces.
by Alexey Lapshin
· 7 years ago
2d3faad
[llvm-objdump] Implement -Mreg-names-raw/-std options.
by Igor Kudrin
· 7 years ago
56d651d
[llvm-objdump] Add `Version References` dumper
by Xing GUO
· 7 years ago
0f43677
Revert "Revert "[llvm-objdump] Allow short options without arguments to be grouped""
by Matthew Voss
· 7 years ago
c5f2920
[yaml2obj] - Do not skip zeroes blocks if there are relocations against them.
by George Rimar
· 7 years ago
9cb7685
Revert "[llvm-objdump] Allow short options without arguments to be grouped"
by Matthew Voss
· 7 years ago
77e1f27
[llvm-objdump] Allow short options without arguments to be grouped
by Matthew Voss
· 7 years ago
5d9c8ad
[llvm-objdump] - llvm-objdump can skip bytes at the end of a section.
by Sid Manning
· 7 years ago
82937e4
[ELF] Return the section name when calling getSymbolName on a section symbol.
by Matt Davis
· 7 years ago
4463ebe
[llvm-objdump] - Restore a piece of code removed by mistake in r352366.
by George Rimar
· 7 years ago
87fa2e6
[llvm-objdump] - Print LMAs when dumping section headers.
by George Rimar
· 7 years ago
740974d
[llvm-objdump] - Fix comment. NFC.
by George Rimar
· 7 years ago
4c3b297
[llvm-objdump] - Implement the --adjust-vma option.
by George Rimar
· 7 years ago
617adef
[llvm-objdump] - Move common code to a new printRelocation() helper. NFC.
by George Rimar
· 7 years ago
fd383e7
[llvm-objdump] - Move variable. NFC.
by George Rimar
· 7 years ago
bcbe98b
[llvm-objdump] - Split disassembleObject() into two methods. NFCI.
by George Rimar
· 7 years ago
121fcd7
[llvm-objdump] - Introduce getRelocsMap() helper. NFCI.
by George Rimar
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
d1a3bd4
Revert r351529 "[llvm-objdump][NFC] Improve readability."
by Clement Courbet
· 7 years ago
3335f25
Reland r351529 "[llvm-objdump][NFC] Improve readability."
by Clement Courbet
· 7 years ago
5e36433
[llvm-objdump] - Dump the archive headers when -all-headers is specified.
by George Rimar
· 7 years ago
c196488
[llvm-objdump] - Move getRelocationValueString and dependenices out of the llvm-objdump.cpp
by George Rimar
· 7 years ago
845d329
[llvm-objdump] - Show aliases in -help.
by George Rimar
· 7 years ago
Next »