Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-16 | MC: Move target specific fixup info descriptors to TargetAsmBackend instead of | Daniel Dunbar | 1 | -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-28 | Define generic 1, 2 and 4 byte pc relative relocations. They are common | Rafael Espindola | 1 | -2/+5 | |
and at least the 4 byte one will be needed to implement the .cfi_* directives. llvm-svn: 120240 | |||||
2010-03-19 | MCCodeEmitter: Add target independent fixup flag for is-pc-relative. | Daniel Dunbar | 1 | -4/+4 | |
llvm-svn: 98954 | |||||
2010-02-11 | make getFixupKindInfo return a const reference, allowing | Chris Lattner | 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 | |||||
2009-08-27 | llvm-mc: Tweak MCCodeEmitter skeleton. | Daniel Dunbar | 1 | -0/+18 | |
llvm-svn: 80193 |