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
/
MachODump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-objdump] - Move getRelocationValueString and dependenices out of the ll...
George Rimar
2019-01-18
1
-0
/
+258
*
llvm-objdump -m -D should disassemble all text segments
Michael Trent
2019-01-15
1
-2
/
+13
*
[llvm-objdump] - Cleanup the code. NFCI.
George Rimar
2019-01-15
1
-6
/
+6
*
[llvm-objdump][MachO] Fix error reporting after r350848 and r350849
Francis Visoiu Mistrih
2019-01-10
1
-3
/
+5
*
[llvm-objdump][MachO] Use the -dsym file name when reporting errors
Francis Visoiu Mistrih
2019-01-10
1
-2
/
+2
*
[llvm-objdump][MachO] Correctly handle the llvm::Error when -dsym has errors
Francis Visoiu Mistrih
2019-01-10
1
-2
/
+3
*
[binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0
Jordan Rupprecht
2018-12-20
1
-9
/
+8
*
Update the Swift version numbers reported by objdump
Michael Trent
2018-12-07
1
-2
/
+6
*
[llvm-objdump] Use WithColor for error reporting
Jonas Devlieghere
2018-11-11
1
-39
/
+53
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
[llvm-objdump] Keep the memory buffer from the dSYM alive when using -g -dsym
Francis Visoiu Mistrih
2018-08-31
1
-0
/
+3
*
[llvm-objdump] Remove continue after report_error which is unreachable
Fangrui Song
2018-08-04
1
-2
/
+0
*
objdump: Better handling of Mach-O universal binaries
Dave Lee
2018-08-03
1
-153
/
+167
*
Reapply: "objdump: Support newer ObjC image info flags"
Dave Lee
2018-07-06
1
-0
/
+6
*
Revert "objdump: Support newer ObjC image info flags"
Dave Lee
2018-07-06
1
-6
/
+0
*
objdump: Support newer ObjC image info flags
Dave Lee
2018-07-05
1
-0
/
+6
*
[llvm-objdump] Add --archive-headers (-a) option
Paul Semel
2018-07-05
1
-5
/
+0
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[llvm-objdump] Issue error message when object file cannot be created
Gerolf Hoflehner
2018-04-19
1
-4
/
+6
*
[tools] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-01
1
-1
/
+1
*
For llvm-objdump and Mach-O files, fix the printing of module init and
Kevin Enderby
2018-03-20
1
-9
/
+43
*
For llvm-objdump and Mach-O files, update the printing of some thread states
Kevin Enderby
2018-03-08
1
-0
/
+20
*
[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
*
llvm-objdump: prevent out of bounds accesses during unwind dumping.
Tim Northover
2018-01-23
1
-57
/
+80
*
Updated llvm-objdump to display local relocations in Mach-O binaries
Michael Trent
2017-12-15
1
-4
/
+332
*
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
*
Test commit, as per the LLVM Developer Policy.
Michael Trent
2017-12-05
1
-0
/
+1
*
Untabify.
NAKAMURA Takumi
2017-10-18
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
*
[dwarfdump] Make .eh_frame an alias for .debug_frame
Jonas Devlieghere
2017-09-18
1
-3
/
+2
*
[llvm-objdump] Fix memory leaks in macho dump
Francis Ricci
2017-09-13
1
-2
/
+5
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-31
/
+31
*
[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
1
-2
/
+2
*
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]