1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/test/CodeGen
Jakob Stoklund Olesen fac584ed9e The local register allocator has to spill dirty callee saved registers before a
call that might throw. The landing pad assumes that all registers are in stack
slots.

We used to spill those dirty CSRs after the call, and the stack slots would be
wrong when arriving at the landing pad.

llvm-svn: 102770
2010-04-30 21:19:29 +00:00
..
Alpha Split big test into multiple directories to cater to 2010-04-07 20:43:35 +00:00
ARM Update ARM DAGtoDAG for matching UBFX instruction for unsigned bitfield 2010-04-22 23:24:18 +00:00
Blackfin Start function numbering at 0. 2010-04-17 16:29:15 +00:00
CBackend
CellSPU teach cellspu how to return i8 and i16 from calls, 2010-04-20 05:36:09 +00:00
CPP
Generic fix PR6332, allowing an index of zero into a zero sized array 2010-04-17 19:02:33 +00:00
MBlaze Split big test into multiple directories to cater to 2010-04-07 20:43:35 +00:00
Mips Start function numbering at 0. 2010-04-17 16:29:15 +00:00
MSP430 add newlines at the end of files. 2010-04-07 22:53:17 +00:00
PIC16 Remove XFAIL for vg_leak as the leaks are fixed by 100601. 2010-04-07 07:06:48 +00:00
PowerPC on darwin empty functions need to codegen into something of non-zero length, 2010-04-26 23:37:21 +00:00
SPARC Split big test into multiple directories to cater to 2010-04-07 20:43:35 +00:00
SystemZ add newlines at the end of files. 2010-04-07 22:53:17 +00:00
Thumb Start function numbering at 0. 2010-04-17 16:29:15 +00:00
Thumb2 Handle register-to-register copies within the tGPR class. 2010-04-26 23:20:08 +00:00
X86 The local register allocator has to spill dirty callee saved registers before a 2010-04-30 21:19:29 +00:00
XCore Start function numbering at 0. 2010-04-17 16:29:15 +00:00