Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other ↵ | Eugene Zelenko | 2017-02-08 | 1 | -5/+3 |
| | | | | | | minor fixes (NFC). llvm-svn: 294526 | ||||
* | MC: Move target specific fixup info descriptors to TargetAsmBackend instead of | Daniel Dunbar | 2010-12-16 | 1 | -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 common | Rafael Espindola | 2010-11-28 | 1 | -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 Dunbar | 2010-03-19 | 1 | -4/+4 |
| | | | | llvm-svn: 98954 | ||||
* | make getFixupKindInfo return a const reference, allowing | Chris Lattner | 2010-02-11 | 1 | -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 Dunbar | 2009-08-27 | 1 | -0/+18 |
llvm-svn: 80193 |