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
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-1
/
+1
*
Fix more inconsistent line endings. NFC.
Dimitry Andric
2017-12-18
1
-7
/
+7
*
Updated llvm-objdump to display local relocations in Mach-O binaries
Michael Trent
2017-12-15
1
-4
/
+332
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
1
-4
/
+0
*
reverting out -r320532 because a warning is breaking the lld build
Michael Trent
2017-12-13
1
-332
/
+4
*
Updated llvm-objdump to display local relocations in Mach-O binaries
Michael Trent
2017-12-12
1
-4
/
+332
*
Reverting r320166 to fix test failures.
Michael Trent
2017-12-08
1
-326
/
+4
*
Updated llvm-objdump to display local relocations in Mach-O binaries
Michael Trent
2017-12-08
1
-4
/
+326
*
[CMake] Use PRIVATE in target_link_libraries for executables
Shoaib Meenai
2017-12-05
1
-1
/
+1
*
Test commit, as per the LLVM Developer Policy.
Michael Trent
2017-12-05
1
-0
/
+1
*
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
[next]