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
...
*
Fix an ASAN failure introduced with r225537 (adding the -universal-headers to...
Kevin Enderby
2015-01-09
1
-5
/
+5
*
Add the option, -universal-headers, used with -macho to print the Mach-O univ...
Kevin Enderby
2015-01-09
1
-12
/
+204
*
Run clang-format on tools/llvm-objdump/MachODump.cpp again as some of my
Kevin Enderby
2015-01-08
1
-27
/
+28
*
Slightly refactor things for llvm-objdump and the -macho option so it can be ...
Kevin Enderby
2015-01-07
1
-24
/
+60
*
Don't loop endlessly for MachO files with 0 ncmds
Filipe Cabecinhas
2015-01-06
1
-0
/
+2
*
Another attempt to fix the LLVM Windows build bot lld-x86_64-win7, one last p...
Kevin Enderby
2014-12-24
1
-1
/
+1
*
Attempt to fix the LLVM Windows build bot lld-x86_64-win7.
Kevin Enderby
2014-12-23
1
-1
/
+1
*
Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers.
Kevin Enderby
2014-12-23
1
-0
/
+352
*
strnlen isn't available on some platforms, use StringRef instead
David Majnemer
2014-12-20
1
-1
/
+2
*
Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-hea...
Kevin Enderby
2014-12-19
1
-0
/
+40
*
Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-he...
Kevin Enderby
2014-12-19
1
-0
/
+18
*
Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-h...
Kevin Enderby
2014-12-19
1
-0
/
+20
*
Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-...
Kevin Enderby
2014-12-18
1
-0
/
+19
*
Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private...
Kevin Enderby
2014-12-18
1
-0
/
+19
*
Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private...
Kevin Enderby
2014-12-18
1
-0
/
+33
*
Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -pr...
Kevin Enderby
2014-12-17
1
-1
/
+26
*
Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -priva...
Kevin Enderby
2014-12-16
1
-0
/
+24
*
Fix a bug in llvm-objdump’s -private-headers for the LC_VERSION_MIN_IPHONEOS
Kevin Enderby
2014-12-16
1
-1
/
+2
*
Fix another use of PRIx32 that should have been PRIx64.
Kevin Enderby
2014-12-16
1
-2
/
+2
*
Fix the arm build bots for a test that was added. A printing routine was inc...
Kevin Enderby
2014-12-16
1
-2
/
+2
*
Fix a bug in llvm-objdump’s -private-headers for 32-bit Mach-O files
Kevin Enderby
2014-12-16
1
-1
/
+1
*
Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive.
Rafael Espindola
2014-12-09
1
-6
/
+8
*
Re-add support to llvm-objdump for Mach-O universal files and archives with -...
Kevin Enderby
2014-12-04
1
-17
/
+240
*
Add mach-o LC_RPATH support to llvm-objdump
Jean-Daniel Dupas
2014-12-04
1
-0
/
+19
*
This reverts commit r223306 and r223277.
Rafael Espindola
2014-12-03
1
-240
/
+17
*
Add support to llvm-objdump for Mach-O universal files and archives with -macho.
Kevin Enderby
2014-12-03
1
-17
/
+240
*
Fix Use-of-uninitialized-value for adrp_addr and adrp_inst in MachODump.cpp
Kevin Enderby
2014-11-19
1
-0
/
+4
*
Add the code and test cases for 64-bit ARM to llvm-objdump’s Mach-O symboli...
Kevin Enderby
2014-11-14
1
-23
/
+185
*
Object, Mach-O: Refactor and clean code up
David Majnemer
2014-11-13
1
-6
/
+7
*
Fixing more -Wcast-qual warnings; NFC.
Aaron Ballman
2014-11-12
1
-4
/
+10
*
Pass an ArrayRef to MCDisassembler::getInstruction.
Rafael Espindola
2014-11-12
1
-13
/
+10
*
Fix a warning about ‘r_type’ may be used uninitialized.
Kevin Enderby
2014-11-11
1
-1
/
+1
*
Use StringRefMemoryObject. NFC.
Rafael Espindola
2014-11-07
1
-34
/
+5
*
Plumb in the ARM thumb symbolizer in llvm-objdump’s Mach-O disassembler and
Kevin Enderby
2014-11-06
1
-24
/
+235
*
llvm-objdump: Pass DiceTableEntry by reference
David Majnemer
2014-11-04
1
-2
/
+2
*
Add the code and test cases for 32-bit Intel to llvm-objdump’s Mach-O symbo...
Kevin Enderby
2014-11-04
1
-14
/
+94
*
Run clang-format on tools/llvm-objdump/MachODump.cpp . No functional change.
Kevin Enderby
2014-10-29
1
-113
/
+82
*
Update llvm-objdump’s Mach-O symbolizer code to demangle C++ names.
Kevin Enderby
2014-10-28
1
-6
/
+41
*
MachODump.cpp: fix MSVC build
Hans Wennborg
2014-10-23
1
-4
/
+4
*
Change the name of the field BindTable to bindtable to not over lap the type.
Kevin Enderby
2014-10-23
1
-9
/
+9
*
Update llvm-objdump’s Mach-O symbolizer code for Objective-C references.
Kevin Enderby
2014-10-23
1
-44
/
+571
*
[llvm-objdump] Fix -private-headers for mach-o to print all LC_*_DYLIB variants
Nick Kledzik
2014-10-16
1
-1
/
+6
*
[llvm-objdump] Update error message and add test case for mach-o file with ba...
Nick Kledzik
2014-10-14
1
-1
/
+1
*
Remove bogus std::error_code returns form SectionRef.
Rafael Espindola
2014-10-08
1
-30
/
+18
*
[llvm-objdump] switch some uses of format() to format_hex() and left_justify()
Nick Kledzik
2014-09-30
1
-29
/
+26
*
Update llvm-objdump’s Mach-O symbolizer code to print the name of symbol st...
Kevin Enderby
2014-09-26
1
-1
/
+96
*
Since the DisasmMemoryObject only operates on const data, it now only accepts...
Aaron Ballman
2014-09-25
1
-3
/
+3
*
Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O file...
Kevin Enderby
2014-09-24
1
-31
/
+300
*
[llvm-objdump] properly use c_str() with format("%s"). Improve getLibrarySho...
Nick Kledzik
2014-09-17
1
-2
/
+2
*
[llvm-objdump] improve error reporting of bad mach-o ordinals
Nick Kledzik
2014-09-16
1
-2
/
+8
[prev]
[next]