aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCCodeEmitter.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-12-16MC: Move target specific fixup info descriptors to TargetAsmBackend instead ofDaniel Dunbar1-15/+0
the MCCodeEmitter, which seems like a better organization. - Also, cleaned up some magic constants while in the area. llvm-svn: 121953
2010-11-28Define generic 1, 2 and 4 byte pc relative relocations. They are commonRafael Espindola1-2/+5
and at least the 4 byte one will be needed to implement the .cfi_* directives. llvm-svn: 120240
2010-03-19MCCodeEmitter: Add target independent fixup flag for is-pc-relative.Daniel Dunbar1-4/+4
llvm-svn: 98954
2010-02-11make getFixupKindInfo return a const reference, allowingChris Lattner1-0/+12
the tables to be const. Teach MCCodeEmitter to handle the target-indep kinds so that we don't crash on them. llvm-svn: 95924
2009-08-27llvm-mc: Tweak MCCodeEmitter skeleton.Daniel Dunbar1-0/+18
llvm-svn: 80193