aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCCodeEmitter.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+3
* Add more reset methods to make all objects that the backend may use for outpu...Pedro Artigas2012-12-141-0/+3
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-2/+2
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-291-2/+4
* Prune some includes and forward declarations.Craig Topper2012-03-261-5/+1
* MC: Move target specific fixup info descriptors to TargetAsmBackend instead ofDaniel Dunbar2010-12-161-12/+0
* MC: Split MCFixupKindInfo out into its own header.Daniel Dunbar2010-12-161-26/+1
* MC: Remove a FIXME I no longer agree with.Daniel Dunbar2010-12-161-4/+0
* Implement cleanups suggested by Daniel.Owen Anderson2010-12-151-2/+2
* Fix an issue in some Thumb fixups, where the effective PC address needs to be...Owen Anderson2010-12-091-1/+4
* Comment grammar tweakage.Jim Grosbach2010-10-121-2/+2
* MCCodeEmitter: Add target independent fixup flag for is-pc-relative.Daniel Dunbar2010-03-191-0/+9
* make getFixupKindInfo return a const reference, allowingChris Lattner2010-02-111-1/+1
* MC: First cut at MCFixup, for getting fixup/relocation information out of an ...Daniel Dunbar2010-02-091-2/+39
* llvm-mc: Tweak MCCodeEmitter skeleton.Daniel Dunbar2009-08-271-1/+1
* Add missing declarations.Daniel Dunbar2009-08-271-0/+2
* Sketch TargetRegistry support for MCCodeEmitter abstract interface.Daniel Dunbar2009-08-271-0/+32