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
/
MachO.h
Age
Commit message (
Expand
)
Author
2011-11-29
Fixed ObjectFile functions:
Danil Malyshev
2011-11-27
Revert r145180 as it is causing test failures on all the bots.
Chandler Carruth
2011-11-27
Fixed ObjectFile functions:
Danil Malyshev
2011-10-26
Add support for scattered relocations to the MachO relocatation pretty printer.
Owen Anderson
2011-10-26
Expand relocation type field to 64 bits. MachO scattered relocations require...
Owen Anderson
2011-10-25
Add support for the notion of "hidden" relocations. On MachO, these are relo...
Owen Anderson
2011-10-24
More fixes and improvements to MachO relocation pretty-printing, particular f...
Owen Anderson
2011-10-17
Object: Add isSymbolAbsolute and getSymbolSection.
Michael J. Spencer
2011-10-17
Object: Add isSymbolWeak.
Michael J. Spencer
2011-10-17
Object: Implement casting for concrete classes.
Michael J. Spencer
2011-10-17
Add an accessor to get the underlying MachO representation.
Owen Anderson
2011-10-17
Object: Fix redundant name.
Michael J. Spencer
2011-10-11
Expose MachOObjectFile externally, like we do for COFF. First step in reduci...
Owen Anderson