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