llvm-6502/test/CodeGen
Rafael Espindola 89fc9e8f5e Enable CFI on OS X.
Currently the output should be almost identical to the one produced by CodeGen
to make the transition easier.

The only two differences I know of are:

* Some files get an extra advance loc of size 0. This will be fixed when
relaxations are enabled.
* The optimization of declaring an EH symbol as an external variable is not
implemented. This is a subset of adding the nounwind attribute, so we if really
this at -O0 we should probably do it at the IL level.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130623 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-30 22:29:54 +00:00
..
Alpha
ARM Weekly fix of register allocation dependent unit tests. 2011-04-30 01:37:52 +00:00
Blackfin
CBackend
CellSPU
CPP
Generic Un-XFAIL this test for ARM. <rdar://problem/7662569> 2011-04-20 21:47:45 +00:00
MBlaze
Mips Lower BlockAddress node when relocation-model is static. 2011-04-25 17:10:45 +00:00
MSP430
PowerPC Enable CFI on OS X. 2011-04-30 22:29:54 +00:00
PTX PTX: support for bitwise operations on predicates 2011-04-28 00:19:51 +00:00
SPARC
SystemZ
Thumb Be careful about scheduling nodes above previous calls. It increase usages of 2011-04-26 21:31:35 +00:00
Thumb2 Weekly fix of register allocation dependent unit tests. 2011-04-30 01:37:52 +00:00
X86 Enable CFI on OS X. 2011-04-30 22:29:54 +00:00
XCore