index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-objdump
/
llvm-objdump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a crash in llvm-objdump when printing a bad x86_64 relocation in a Mach-O
Kevin Enderby
2017-11-03
1
-2
/
+13
*
Add llvm::for_each as a range-based extensions to <algorithm> and make use of...
Aaron Ballman
2017-11-03
1
-8
/
+7
*
Allow public Triple deduction from ObjectFiles.
Vlad Tsyrklevich
2017-09-19
1
-20
/
+2
*
[dwarfdump] Make .eh_frame an alias for .debug_frame
Jonas Devlieghere
2017-09-18
1
-2
/
+1
*
Remove unneccessary string copies from method invocations.
Vlad Tsyrklevich
2017-09-12
1
-6
/
+6
*
llvm-dwarfdump: Replace -debug-dump=sect option with individual options.
Adrian Prantl
2017-09-11
1
-1
/
+1
*
[llvm-objdump] Use PRIx64 for output of ARM64_RELOC_ADDEND
Simon Dardis
2017-08-07
1
-1
/
+1
*
Don't pass the code model to MC
Rafael Espindola
2017-08-02
1
-1
/
+1
*
Use delegation instead of inheritance.
Rafael Espindola
2017-07-19
1
-2
/
+2
*
[llvm-objdump] Properly print MachO aarch64 addend relocations
Martin Storsjo
2017-07-13
1
-1
/
+4
*
[llvm-objdump] Correctly distinguish between the MachO upper/lower16 relocations
Martin Storsjo
2017-07-13
1
-1
/
+1
*
[WebAssembly] Add support for printing relocations with llvm-objdump
Sam Clegg
2017-06-27
1
-2
/
+18
*
[DWARF] Introduce Dump Options
Adrian Prantl
2017-06-01
1
-1
/
+4
*
[llvm-objdump] Don't attempt to print lines beyond the end of file
Petr Hosek
2017-04-25
1
-1
/
+4
*
Add the rest of the error checking for Mach-O dyld compact bind entry errors
Kevin Enderby
2017-03-20
1
-9
/
+9
*
llvm-objdump: handle line numbers and source options for amdgpu objects
Konstantin Zhuravlyov
2017-03-07
1
-0
/
+3
*
llvm-objdump: make NoLeadingAddr work on more than just MachO
Saleem Abdulrasool
2017-02-08
1
-3
/
+8
*
Use dynamic symbols for ELF disassembly
Sam Parker
2017-02-08
1
-1
/
+50
*
[ARM] Create objdump subtarget from build attrs
Sam Parker
2017-01-18
1
-2
/
+19
*
Revert r291903 and r291898. Reason: they break check-lld on the bots.
Ivan Krasin
2017-01-13
1
-19
/
+2
*
[ARM] Enable objdump to construct triple for ARM
Sam Parker
2017-01-13
1
-2
/
+19
*
[bpf] change llvm-objdump to print dec instead of hex
Alexei Starovoitov
2016-12-13
1
-0
/
+23
*
[WebAssembly] Add llvm-objdump support for wasm file format
Derek Schuff
2016-11-30
1
-0
/
+2
*
General clean up of error handling in llvm-objdump to remove its use of repor...
Kevin Enderby
2016-11-16
1
-40
/
+53
*
[ELF] Convert ELF.h to Expected<T>.
Davide Italiano
2016-11-16
1
-15
/
+15
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-1
/
+1
*
[RISCV] Add RISC-V ELF defines
Alex Bradbury
2016-11-01
1
-0
/
+1
*
llvm-objdump: Make some error messages more consistent
Justin Bogner
2016-10-26
1
-2
/
+2
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
[AMDGPU] Disassembler: print label names in branch instructions
Sam Kolton
2016-10-06
1
-2
/
+16
*
[AVR] Allow llvm-objdump to handle AVR ELF files
Dylan McKay
2016-09-28
1
-0
/
+1
*
Revert "[AMDGPU] Disassembler: print label names in branch instructions"
Sam Kolton
2016-09-26
1
-12
/
+0
*
[AMDGPU] Disassembler: print label names in branch instructions
Sam Kolton
2016-09-26
1
-0
/
+12
*
[llvm-objump] Simplify the code. NFCI.
Davide Italiano
2016-09-18
1
-23
/
+12
*
llvm-objdump: Add --start-address and --stop-address options
Hemant Kulkarni
2016-09-12
1
-4
/
+41
*
llvm-objdump: ELF: Handle code and data mix in all scenarios
Hemant Kulkarni
2016-08-25
1
-11
/
+94
*
llvm-objdump: Add Hexagon printer changes for -S/-l options
Hemant Kulkarni
2016-08-18
1
-0
/
+4
*
llvm-objdump: add coff import library symbol listing support
Saleem Abdulrasool
2016-08-18
1
-0
/
+17
*
[AMDGPU] llvm-objdump: Skip amd_kernel_code_t only at the begining of kernel ...
Sam Kolton
2016-08-17
1
-20
/
+47
*
llvm-objdump: Implement source[line numbers] interleaving
Hemant Kulkarni
2016-08-15
1
-15
/
+111
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-12
/
+11
*
The next step along the way to getting good error messages for bad archives.
Kevin Enderby
2016-07-29
1
-3
/
+4
*
BPF: Use official ELF e_machine value
Alexei Starovoitov
2016-07-15
1
-0
/
+1
*
[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.
Lang Hames
2016-07-14
1
-4
/
+4
*
[Object] Revert r275316, Archive::child_iterator changes, while I update lld.
Lang Hames
2016-07-14
1
-4
/
+4
*
[Object] Change Archive::child_iterator for better interop with Error/Expected.
Lang Hames
2016-07-13
1
-4
/
+4
*
Finish cleaning up most of the error handling in libObject’s MachOUniversal...
Kevin Enderby
2016-06-28
1
-0
/
+6
*
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...
Kevin Enderby
2016-06-24
1
-7
/
+13
*
[llvm-objdump] Support detection of feature bits from the object and implemen...
Daniel Sanders
2016-06-16
1
-4
/
+2
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-1
/
+1
[next]