llvm-6502/test/CodeGen
Michael Liao 281ae5abf5 Fix setjmp on models with non-Small code model nor non-Static relocation model
- MBB address is only valid as an immediate value in Small & Static
  code/relocation models. On other models, LEA is needed to load IP address of
  the restore MBB.
- A minor fix of MBB in MC lowering is added as well to enable target
  relocation flag being propagated into MC.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166084 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-17 02:22:27 +00:00
..
ARM Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit" 2012-10-16 22:51:55 +00:00
CellSPU Fix broken tests. 2012-10-02 15:49:34 +00:00
CPP
Generic
Hexagon
MBlaze
Mips Div, Rem int/unsigned int 2012-10-12 02:01:09 +00:00
MSP430
NVPTX
PowerPC This patch addresses PR13949. 2012-10-16 13:30:53 +00:00
SPARC Fix broken tests. 2012-10-02 15:49:34 +00:00
Thumb
Thumb2 Add LLVM support for Swift. 2012-09-29 21:43:49 +00:00
X86 Fix setjmp on models with non-Small code model nor non-Static relocation model 2012-10-17 02:22:27 +00:00
XCore