summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCCodeEmitter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other ↵Eugene Zelenko2017-02-081-5/+3
| | | | | | minor fixes (NFC). llvm-svn: 294526
* MC: Move target specific fixup info descriptors to TargetAsmBackend instead ofDaniel Dunbar2010-12-161-15/+0
| | | | | | | the MCCodeEmitter, which seems like a better organization. - Also, cleaned up some magic constants while in the area. llvm-svn: 121953
* Define generic 1, 2 and 4 byte pc relative relocations. They are commonRafael Espindola2010-11-281-2/+5
| | | | | | and at least the 4 byte one will be needed to implement the .cfi_* directives. llvm-svn: 120240
* MCCodeEmitter: Add target independent fixup flag for is-pc-relative.Daniel Dunbar2010-03-191-4/+4
| | | | llvm-svn: 98954
* make getFixupKindInfo return a const reference, allowingChris Lattner2010-02-111-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
* llvm-mc: Tweak MCCodeEmitter skeleton.Daniel Dunbar2009-08-271-0/+18
llvm-svn: 80193
OpenPOWER on IntegriCloud