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
/
MC
/
MCMachObjectWriter.h
Age
Commit message (
Expand
)
Author
2013-01-18
[MC/Mach-O] Add support for linker options in Mach-O files.
Daniel Dunbar
2012-12-24
llvm/MC/MCMachObjectWriter.h: ComputeSymbolTable(): Prune one description in ...
NAKAMURA Takumi
2012-12-14
Add more reset methods to make all objects that the backend may use for outpu...
Pedro Artigas
2012-09-14
Fix Doxygen issues:
Dmitri Gribenko
2012-09-13
MachO: Correctly mark symbol-difference variables as N_ABS.
Jim Grosbach
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2011-06-24
Refactor MachO relocation generaration into the Target directories.
Jim Grosbach
2010-12-21
MC/Mach-O: Shuffle enums a bit to make it harder to inadvertently use the wrong
Daniel Dunbar
2010-12-17
MC/Mach-O: On second thought, use a custom hook for enabling aggressive
Daniel Dunbar
2010-12-16
MC/Mach-O: Lift some MachObjectWriter arguments into the target specific
Daniel Dunbar
2010-12-16
MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.
Daniel Dunbar
2010-12-16
MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h.
Daniel Dunbar