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
*
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
*
Hookup the MCSymbolizer to llvm-objdump’s disassembly for Mach-O files.
Kevin Enderby
2014-09-16
1
-1
/
+183
*
[llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind options
Nick Kledzik
2014-09-16
1
-1
/
+116
*
[llvm-objdump] Use PRIX64 with format()
Nick Kledzik
2014-09-13
1
-1
/
+2
*
[llvm-objdump] support -rebase option for mach-o to dump rebasing info
Nick Kledzik
2014-09-12
1
-0
/
+106
*
llvm-objdump: don't crash when __compact_unwind has no relocs.
Tim Northover
2014-09-09
1
-0
/
+3
*
Adds the next bit of support for llvm-objdump’s -private-headers for execut...
Kevin Enderby
2014-09-04
1
-1
/
+303
*
Replace printf with outs() <<
Nick Kledzik
2014-09-03
1
-1
/
+1
*
Nuke MCAnalysis.
Sean Silva
2014-09-02
1
-2
/
+0
*
Code review tweaks
Nick Kledzik
2014-09-02
1
-17
/
+17
*
Object/llvm-objdump: allow dumping of mach-o exports trie
Nick Kledzik
2014-08-30
1
-0
/
+60
*
Next bit of support for llvm-objdump’s -private-headers for Mach-O files.
Kevin Enderby
2014-08-29
1
-3
/
+495
*
This code is from r216285, which did not go out to the mailing list for some ...
Aaron Ballman
2014-08-24
1
-6
/
+1
*
Add the start of the support for llvm-objdump’s -private-headers for Mach-O...
Kevin Enderby
2014-08-22
1
-0
/
+294
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-7
/
+11
*
Make llvm-objdump handle both arm and thumb disassembly from the same Mach-O
Kevin Enderby
2014-08-18
1
-10
/
+77
*
Silencing some -Wcast-qual warnings and removing some C-style casts at the sa...
Aaron Ballman
2014-08-14
1
-2
/
+3
*
llvm-objdump: print contents of MachO __unwind_info sections
Tim Northover
2014-08-12
1
-11
/
+249
*
llvm-objdump: fix remaining use of %x format specifier for 64-bit values
Tim Northover
2014-08-11
1
-1
/
+1
*
llvm-objdump: add missing % in format specifier.
Tim Northover
2014-08-08
1
-2
/
+2
*
llvm-objdump: use portable format specifiers for info.
Tim Northover
2014-08-08
1
-6
/
+6
*
Add the -mcpu= option to llvm-objdump for use with the disassemblers.
Kevin Enderby
2014-08-06
1
-1
/
+10
*
llvm-objdump: implement printing for MachO __compact_unwind info.
Tim Northover
2014-08-01
1
-0
/
+223
*
Use a reference instead of a pointer.
Rafael Espindola
2014-07-31
1
-1
/
+1
[next]