Daniel Dunbar
|
0c9d9fdd81
|
MC: Move target specific fixup info descriptors to TargetAsmBackend instead of
the MCCodeEmitter, which seems like a better organization.
- Also, cleaned up some magic constants while in the area.
llvm-svn: 121953
|
2010-12-16 03:20:06 +00:00 |
Rafael Espindola
|
8a3a7923eb
|
Define generic 1, 2 and 4 byte pc relative relocations. They are common
and at least the 4 byte one will be needed to implement the .cfi_* directives.
llvm-svn: 120240
|
2010-11-28 14:17:56 +00:00 |
Daniel Dunbar
|
eaa367f5ae
|
MCCodeEmitter: Add target independent fixup flag for is-pc-relative.
llvm-svn: 98954
|
2010-03-19 10:43:23 +00:00 |
Chris Lattner
|
ddeceae839
|
make getFixupKindInfo return a const reference, allowing
the tables to be const. Teach MCCodeEmitter to handle
the target-indep kinds so that we don't crash on them.
llvm-svn: 95924
|
2010-02-11 21:27:18 +00:00 |
Daniel Dunbar
|
81cb753298
|
llvm-mc: Tweak MCCodeEmitter skeleton.
llvm-svn: 80193
|
2009-08-27 01:34:22 +00:00 |