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
/
MachOFormat.h
Age
Commit message (
Expand
)
Author
2013-01-18
[MC/Mach-O] Add support for linker options in Mach-O files.
Daniel Dunbar
2013-01-14
Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...
Quentin Colombet
2012-12-17
Teach MachO which sections contain code
Tim Northover
2012-09-29
Add LLVM support for Swift.
Bob Wilson
2012-08-21
Fix misaligned access in MachO object file reader: despite containing an
Richard Smith
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2011-08-30
Teach macho-dump how to dump linkedit_data load commands.
Benjamin Kramer
2011-02-03
Edit a comment for consistency.
Bob Wilson
2011-01-14
Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.
Evan Cheng
2010-12-21
MC/Mach-O: Shuffle enums a bit to make it harder to inadvertently use the wrong
Daniel Dunbar
2010-12-10
Mach-O/ARM: Add relocation type enumeration.
Daniel Dunbar
2010-12-10
Mach-O: Tweak field name.
Daniel Dunbar
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-27
macho-dump: Add support for dumping symbol table entries.
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
MC/Mach-O: Migrate more constants into MachOFormat.h.
Daniel Dunbar
2010-11-27
MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machine
Daniel Dunbar