aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCCodeEmitter.h
AgeCommit message (Expand)Author
2012-12-14Add more reset methods to make all objects that the backend may use for outpu...Pedro Artigas
2012-09-14Fix Doxygen issues:Dmitri Gribenko
2012-08-29Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper
2012-03-26Prune some includes and forward declarations.Craig Topper
2010-12-16MC: Move target specific fixup info descriptors to TargetAsmBackend instead ofDaniel Dunbar
2010-12-16MC: Split MCFixupKindInfo out into its own header.Daniel Dunbar
2010-12-16MC: Remove a FIXME I no longer agree with.Daniel Dunbar
2010-12-15Implement cleanups suggested by Daniel.Owen Anderson
2010-12-09Fix an issue in some Thumb fixups, where the effective PC address needs to be...Owen Anderson
2010-10-12Comment grammar tweakage.Jim Grosbach
2010-03-19MCCodeEmitter: Add target independent fixup flag for is-pc-relative.Daniel Dunbar
2010-02-11make getFixupKindInfo return a const reference, allowingChris Lattner
2010-02-09MC: First cut at MCFixup, for getting fixup/relocation information out of an ...Daniel Dunbar
2009-08-27llvm-mc: Tweak MCCodeEmitter skeleton.Daniel Dunbar
2009-08-27Add missing declarations.Daniel Dunbar
2009-08-27Sketch TargetRegistry support for MCCodeEmitter abstract interface.Daniel Dunbar