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
*
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
*
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
1
-1
/
+4
*
Add the rest of the error checking for Mach-O dyld compact bind entry errors
Kevin Enderby
2017-03-20
1
-139
/
+21
*
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
1
-3
/
+0
*
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
[next]