index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Object
/
MachOObject.h
Age
Commit message (
Expand
)
Author
2013-04-26
Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.
Rafael Espindola
2013-04-22
Add a TODO about wanting an iterator interface.
Eric Christopher
2013-01-18
[MC/Mach-O] Add support for linker options in Mach-O files.
Daniel Dunbar
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2012-01-22
Remove trailing spaces
Eli Bendersky
2011-08-30
Teach macho-dump to dump the uleb128s referred to by linkedit_data segments.
Benjamin Kramer
2011-08-30
Teach macho-dump how to dump linkedit_data load commands.
Benjamin Kramer
2011-04-03
Start migrating mach-o dumping facilities to the object file out of a
Eric Christopher
2010-11-27
macho-dump: Add support for --dump-section-data and tweak a few format strings.
Daniel Dunbar
2010-11-27
macho-dump: Add support for dumping symbol table entries.
Daniel Dunbar
2010-11-27
macho-dump: Add support for dumping string table data.
Daniel Dunbar
2010-11-27
macho-dump: Add support for dumping relocation entries.
Daniel Dunbar
2010-11-27
macho-dump: Add support for dumping sections.
Daniel Dunbar
2010-11-27
macho-dump: Add support for dumping dysymtab indirect symbol table.
Daniel Dunbar
2010-11-27
macho-dump: Add support for dumping symtab and dysymtab commands.
Daniel Dunbar
2010-11-27
macho-dump: Add support for dumping segment load commands.
Daniel Dunbar
2010-11-27
Object/Mach-O: Add header and load command information.
Daniel Dunbar
2010-11-27
Object/Mach-O: Validate Mach-O magic and initialize format info.
Daniel Dunbar
2010-11-27
MC/Mach-O: Start stubbing out a Mach-O object file wrapper.
Daniel Dunbar