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
/
MCCodeEmitter.h
Age
Commit message (
Expand
)
Author
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-08-29
Make use of the LLVM_DELETED_FUNCTION macro.
Craig Topper
2012-03-26
Prune some includes and forward declarations.
Craig Topper
2010-12-16
MC: Move target specific fixup info descriptors to TargetAsmBackend instead of
Daniel Dunbar
2010-12-16
MC: Split MCFixupKindInfo out into its own header.
Daniel Dunbar
2010-12-16
MC: Remove a FIXME I no longer agree with.
Daniel Dunbar
2010-12-15
Implement cleanups suggested by Daniel.
Owen Anderson
2010-12-09
Fix an issue in some Thumb fixups, where the effective PC address needs to be...
Owen Anderson
2010-10-12
Comment grammar tweakage.
Jim Grosbach
2010-03-19
MCCodeEmitter: Add target independent fixup flag for is-pc-relative.
Daniel Dunbar
2010-02-11
make getFixupKindInfo return a const reference, allowing
Chris Lattner
2010-02-09
MC: First cut at MCFixup, for getting fixup/relocation information out of an ...
Daniel Dunbar
2009-08-27
llvm-mc: Tweak MCCodeEmitter skeleton.
Daniel Dunbar
2009-08-27
Add missing declarations.
Daniel Dunbar
2009-08-27
Sketch TargetRegistry support for MCCodeEmitter abstract interface.
Daniel Dunbar