Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the...
[oota-llvm.git] / include / llvm / MC / MCCodeEmitter.h
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-01-28 David WoodhouseExplictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
2012-12-14 Pedro ArtigasAdd more reset methods to make all objects that the...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-08-29 Craig TopperMake use of the LLVM_DELETED_FUNCTION macro.
2012-03-26 Craig TopperPrune some includes and forward declarations.
2010-12-16 Daniel DunbarMC: Move target specific fixup info descriptors to...
2010-12-16 Daniel DunbarMC: Split MCFixupKindInfo out into its own header.
2010-12-16 Daniel DunbarMC: Remove a FIXME I no longer agree with.
2010-12-15 Owen AndersonImplement cleanups suggested by Daniel.
2010-12-09 Owen AndersonFix an issue in some Thumb fixups, where the effective...
2010-10-12 Jim GrosbachComment grammar tweakage.
2010-03-19 Daniel DunbarMCCodeEmitter: Add target independent fixup flag for...
2010-02-11 Chris Lattnermake getFixupKindInfo return a const reference, allowing
2010-02-09 Daniel DunbarMC: First cut at MCFixup, for getting fixup/relocation...
2009-08-27 Daniel Dunbarllvm-mc: Tweak MCCodeEmitter skeleton.
2009-08-27 Daniel DunbarAdd missing declarations.
2009-08-27 Daniel DunbarSketch TargetRegistry support for MCCodeEmitter abstrac...