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
*
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
*
[tools] Add option to install binutils symlinks
Shoaib Meenai
2017-11-02
1
-0
/
+4
*
Untabify.
NAKAMURA Takumi
2017-10-18
1
-2
/
+2
*
Convert a few ErrorOr to Expected.
Rafael Espindola
2017-10-11
1
-2
/
+2
*
[llvm-objdump] Use initializer list for scoped xar api constructors
Francis Ricci
2017-10-09
1
-4
/
+3
*
Guard xar RAII behind HAVE_LIBXAR
Francis Ricci
2017-10-06
1
-0
/
+2
*
[llvm-objdump] Add RAII for xar apis
Francis Ricci
2017-10-06
1
-15
/
+33
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-1
/
+1
*
Fix a bug in llvm-objdump when disassembling using the wrong default CPU
Kevin Enderby
2017-09-21
1
-3
/
+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
2
-5
/
+3
*
[llvm-objdump] Fix memory leaks in macho dump
Francis Ricci
2017-09-13
1
-2
/
+5
*
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
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-31
/
+31
*
[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
*
[llvm] Update MachOObjectFile::exports interface
Alexander Shaposhnikov
2017-07-29
1
-1
/
+1
*
Add error handling to the dyld compact export entries in libObject.
Kevin Enderby
2017-07-20
1
-1
/
+4
*
Use delegation instead of inheritance.
Rafael Espindola
2017-07-19
2
-4
/
+4
*
[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
*
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
[next]