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
*
[AMDGPU] Improve disassembler error handling
Tim Corringham
2018-03-26
1
-16
/
+33
*
For llvm-objdump and Mach-O files, fix the printing of module init and
Kevin Enderby
2018-03-20
1
-9
/
+43
*
[llvm-objdump] Support disassembling by symbol name
Rafael Auler
2018-03-09
1
-14
/
+30
*
For llvm-objdump and Mach-O files, update the printing of some thread states
Kevin Enderby
2018-03-08
1
-0
/
+20
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-23
1
-10
/
+16
*
[llvm-objdump] Use unique_ptr to simplify memory ownership
David Blaikie
2018-02-20
1
-34
/
+31
*
Use delete[] instead of free
Serge Pavlov
2018-02-14
1
-2
/
+2
*
Use delete[] to deallocate array of chars
Serge Pavlov
2018-02-14
1
-2
/
+2
*
Refactor DisassembleInfo in MachODump.cpp
Serge Pavlov
2018-02-14
1
-83
/
+23
*
llvm-objdump when printing the Objective-C meta data also prints the Swift ABI
Kevin Enderby
2018-02-09
1
-0
/
+16
*
Fix typo
Alex Denisov
2018-02-02
1
-1
/
+1
*
llvm-objdump: prevent out of bounds accesses during unwind dumping.
Tim Northover
2018-01-23
1
-57
/
+80
*
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
[next]