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-objdump
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Add support for printing relocations with llvm-objdump
Sam Clegg
2017-06-27
1
-2
/
+18
*
Updated llvm-objdump for arm64 Mach-O MH_KEXT_BUNDLE file types so
Kevin Enderby
2017-06-22
1
-2
/
+7
*
Updated llvm-objdump symbolic disassembly with x86_64 Mach-O MH_KEXT_BUNDLE
Kevin Enderby
2017-06-22
1
-4
/
+38
*
Updated llvm-objdump with Mach-O files and the -objc-meta-data option so
Kevin Enderby
2017-06-20
1
-0
/
+6
*
Change llvm-objdump with Mach-O files and the -info-plist option with the
Kevin Enderby
2017-06-20
1
-1
/
+2
*
Fix a FIXME in llvm-objdump for the -exports-trie option that was not adding
Kevin Enderby
2017-06-19
1
-1
/
+17
*
Change llvm-nm for Mach-O files to use dyld info in some cases when printing ...
Kevin Enderby
2017-06-19
1
-0
/
+4
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-3
/
+4
*
[DWARF] Introduce Dump Options
Adrian Prantl
2017-06-01
2
-2
/
+8
*
[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
3
-156
/
+38
*
llvm-objdump: handle line numbers and source options for amdgpu objects
Konstantin Zhuravlyov
2017-03-07
1
-0
/
+3
*
Actually add error handling to unpacking the dyld compact bind and
Kevin Enderby
2017-02-28
1
-5
/
+20
*
Tweak the implementation of llvm-objdump’s -objc-meta-data option so
Kevin Enderby
2017-02-09
1
-63
/
+91
*
llvm-objdump: make NoLeadingAddr work on more than just MachO
Saleem Abdulrasool
2017-02-08
3
-6
/
+9
*
Use dynamic symbols for ELF disassembly
Sam Parker
2017-02-08
1
-1
/
+50
*
Fix a bug in llvm-obdump(1) with the -macho and -info-plist options
Kevin Enderby
2017-02-06
1
-1
/
+1
*
Fix a bug in llvm-obdump(1) with the -macho and -disassemble options
Kevin Enderby
2017-02-06
1
-1
/
+28
*
Fix a bug in llvm-obdump(1) with the -objc-meta-data flag with -macho
Kevin Enderby
2017-02-03
1
-1
/
+1
*
Fix a bug in llvm-obdump(1) with the -macho flag disassembling an object
Kevin Enderby
2017-01-31
1
-2
/
+5
*
Change the llvm-obdump(1) behavior with the -macho flag and inappropriate fil...
Kevin Enderby
2017-01-30
1
-2
/
+7
*
Add support for the x86_thread_state32_t and
Kevin Enderby
2017-01-23
1
-1
/
+98
*
Add LC_BUILD_VERSION load command
Steven Wu
2017-01-23
1
-0
/
+36
*
Add support for the new LC_NOTE load command.
Kevin Enderby
2017-01-19
1
-0
/
+16
*
[ARM] Create objdump subtarget from build attrs
Sam Parker
2017-01-18
1
-2
/
+19
*
[llvm-objdump] Dump PT_NOTE as part of -p.
Davide Italiano
2017-01-16
1
-0
/
+3
*
[llvm-objdump] Dump PT_GNU_RELRO as part of -p.
Davide Italiano
2017-01-16
1
-0
/
+3
*
[llvm-objdump] Dump PT_OPENBSD_{BOOTDATA,RANDOMIZE,WXNEEDED}.
Davide Italiano
2017-01-16
1
-0
/
+9
*
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
*
llvm-objdump: speed up -objc-meta-data
Saleem Abdulrasool
2017-01-08
1
-26
/
+5
*
llvm-objdump: sort phdr type strings in advance of adding new ones
Ed Maste
2016-12-24
1
-7
/
+7
*
Fix a bugs with using some Mach-O command line flags like "-arch armv7m".
Kevin Enderby
2016-12-16
1
-11
/
+15
*
[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
4
-0
/
+32
*
Add to llvm-objdump the -no-leading-headers option with the use of the -macho...
Kevin Enderby
2016-11-29
1
-6
/
+11
*
Fix spelling mistakes in Tools/Tests comments. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
General clean up of error handling in llvm-objdump to remove its use of repor...
Kevin Enderby
2016-11-16
2
-40
/
+54
*
[ELF] Convert ELF.h to Expected<T>.
Davide Italiano
2016-11-16
2
-17
/
+18
*
General clean up of Mach-O error handling in llvm-objdump.
Kevin Enderby
2016-11-15
1
-173
/
+72
*
llvm-objdump: deal with unexpected object files more gracefully.
Tim Northover
2016-11-15
1
-8
/
+18
*
Add a checkSymbolTable() method to the MachOObjectFile class.
Kevin Enderby
2016-11-14
1
-0
/
+3
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
2
-6
/
+7
*
Remove dead code trying to handle when the amount of data read is
Chandler Carruth
2016-11-04
1
-12
/
+2
*
Add support for the ARM_THREAD_STATE64 and
Kevin Enderby
2016-11-03
1
-0
/
+84
*
Replace a report_fatal_error with an ErrorOr.
Rafael Espindola
2016-11-03
1
-1
/
+4
*
[RISCV] Add RISC-V ELF defines
Alex Bradbury
2016-11-01
1
-0
/
+1
*
Fix an unconditional break in checkMachOAndArchFlags
David Majnemer
2016-10-31
1
-24
/
+20
*
llvm-objdump: Make some error messages more consistent
Justin Bogner
2016-10-26
1
-2
/
+2
*
For llvm-objdump for Mach-O files add printing of
Kevin Enderby
2016-10-21
1
-2
/
+69
[next]