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
/
macho-dump
/
macho-dump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove macho-dump. Its functionality is now covered by llvm-readobj.
Davide Italiano
2015-09-22
1
-434
/
+0
*
[Object, MachO] Introduce MachOObjectFile::load_commands() range iterator.
Alexey Samsonov
2015-06-03
1
-11
/
+5
*
Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private...
Kevin Enderby
2014-12-18
1
-4
/
+4
*
Adds the next bit of support for llvm-objdump’s -private-headers for execut...
Kevin Enderby
2014-09-04
1
-1
/
+1
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-2
/
+2
*
Remove some calls to std::move.
Rafael Espindola
2014-08-01
1
-2
/
+2
*
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
2014-07-31
1
-2
/
+2
*
macho-dump: add code to print LC_ID_DYLIB load commands.
Tim Northover
2014-06-30
1
-0
/
+13
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
1
-2
/
+1
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Darwin: Add assembler directives to create version-min load commands.
Jim Grosbach
2014-03-18
1
-0
/
+12
*
[C++11] Introduce ObjectFile::symbols() to use range-based loops.
Alexey Samsonov
2014-03-17
1
-3
/
+3
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+1
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
1
-1
/
+1
*
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
2014-01-30
1
-4
/
+3
*
Return an ErrorOr<Binary *> from createBinary.
Rafael Espindola
2014-01-15
1
-2
/
+3
*
Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.
Rui Ueyama
2013-09-27
1
-2
/
+2
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
1
-122
/
+119
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
1
-119
/
+122
*
Fix the build broken by r189315.
David Blaikie
2013-08-27
1
-17
/
+8
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
1
-130
/
+136
*
Teach llvm-objdump with the -macho parser how to use the data in code table
Kevin Enderby
2013-06-06
1
-1
/
+1
*
Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.
Rafael Espindola
2013-04-26
1
-233
/
+191
*
[MC/Mach-O] Add support for linker options in Mach-O files.
Daniel Dunbar
2013-01-18
1
-1
/
+29
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-0
/
+32
*
DumpSegment64Command() wasn't returning correct result. Caught by static anal...
Evan Cheng
2012-04-26
1
-1
/
+1
*
Teach macho-dump to dump the uleb128s referred to by linkedit_data segments.
Benjamin Kramer
2011-08-30
1
-1
/
+10
*
Teach macho-dump how to dump linkedit_data load commands.
Benjamin Kramer
2011-08-30
1
-0
/
+19
*
Remove unused function.
Eric Christopher
2011-04-04
1
-21
/
+0
*
silence an unused function warning.
Chris Lattner
2011-04-04
1
-0
/
+2
*
Start migrating mach-o dumping facilities to the object file out of a
Eric Christopher
2011-04-03
1
-2
/
+2
*
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
2010-12-16
1
-4
/
+2
*
Mach-O: Tweak field name.
Daniel Dunbar
2010-12-10
1
-1
/
+1
*
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...
Michael J. Spencer
2010-12-09
1
-2
/
+4
*
macho-dump: Add support for --dump-section-data and tweak a few format strings.
Daniel Dunbar
2010-11-27
1
-5
/
+19
*
macho-dump: Add support for dumping symbol table entries.
Daniel Dunbar
2010-11-27
1
-1
/
+43
*
macho-dump: Add support for dumping string table data.
Daniel Dunbar
2010-11-27
1
-0
/
+8
*
macho-dump: Add support for dumping relocation entries.
Daniel Dunbar
2010-11-27
1
-19
/
+42
*
macho-dump: Add support for dumping sections.
Daniel Dunbar
2010-11-27
1
-6
/
+72
*
macho-dump: Add support for dumping dysymtab indirect symbol table.
Daniel Dunbar
2010-11-27
1
-1
/
+19
*
macho-dump: Add support for dumping symtab and dysymtab commands.
Daniel Dunbar
2010-11-27
1
-0
/
+52
*
macho-dump: Add support for dumping segment load commands.
Daniel Dunbar
2010-11-27
1
-3
/
+58
*
Object/Mach-O: Add header and load command information.
Daniel Dunbar
2010-11-27
1
-12
/
+69
*
macho-dump: More sketching.
Daniel Dunbar
2010-11-27
1
-2
/
+28
*
macho-dump: Stub out C++ macho-dump tool.
Daniel Dunbar
2010-11-27
1
-0
/
+30