llvm-6502/test/CodeGen/XCore
Richard Osborne 9bd913c4c1 [XCore] Fix handling of functions where only the LR is spilled.
Previously we only checked if the LR required saving if the frame size was
non zero. However because the caller reserves 1 word for the callee to use
that doesn't count towards our frame size it is possible for the LR to need
saving and for the frame size to be 0.

We didn't hit when the LR needed saving because of a function calls because
the 1 word of stack we must allocate for our callee means the frame size
is always non zero in this case. However we can hit this case if the LR is
clobbered in inline asm.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181520 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-09 16:43:42 +00:00
..
2008-11-17-Shl64.ll
2009-01-08-Crash.ll
2009-01-14-Remat-Crash.ll
2009-03-27-v2f64-param.ll
2009-07-15-store192.ll
2010-02-25-LSR-Crash.ll
2011-01-31-DAGCombineBug.ll Fix bug where ReduceLoadWidth was creating illegal ZEXTLOAD instructions. 2011-01-31 17:41:44 +00:00
2011-08-01-DynamicAllocBug.ll FileCheck hygiene. 2012-01-05 00:43:34 +00:00
2011-08-01-VarargsBug.ll Fix crash with varargs function with no named parameters. 2011-08-01 16:45:59 +00:00
addsub64.ll
aliases.ll Fix handling of aliases to functions. 2012-11-16 21:12:38 +00:00
ashr.ll Flip the new block-placement pass to be on by default. 2012-04-16 13:49:17 +00:00
basictest.ll
bigstructret.ll
constants.ll Be nice to Xcore and the XMOS assembler and avoid quoting section names 2011-03-04 20:03:14 +00:00
DbgValueOtherTargets.test Remove unnecessary leading comment characters in lit-only file 2013-03-18 22:08:16 +00:00
epilogue_prologue.ll [XCore] Fix handling of functions where only the LR is spilled. 2013-05-09 16:43:42 +00:00
events.ll Add checkevent intrinsic to check if any resources owned by the current thread 2011-03-16 18:34:00 +00:00
float-intrinsics.ll Combine various XCore tests for floating point intrinsic support into a single test. 2011-11-01 10:51:48 +00:00
fneg.ll Move various XCore tests to FileCheck 2011-11-01 10:41:28 +00:00
getid.ll Move various XCore tests to FileCheck 2011-11-01 10:41:28 +00:00
globals.ll Be nice to Xcore and the XMOS assembler and avoid quoting section names 2011-03-04 20:03:14 +00:00
indirectbr.ll
ladd_lsub_combine.ll No need to run llvm-as. 2012-04-02 19:44:20 +00:00
licm-ldwcp.ll Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic. 2011-11-27 06:54:59 +00:00
lit.local.cfg Include '.test' suffix in target specific lit configs that need it 2013-03-18 20:31:44 +00:00
load.ll Move various XCore tests to FileCheck 2011-11-01 10:41:28 +00:00
misc-intrinsics.ll Add intrinsics for SETEV, GETED, GETET. 2011-08-18 13:00:48 +00:00
mkmsk.ll Fix pattern for MKMSK instruction. 2012-06-13 17:59:12 +00:00
mul64.ll Fix register-dependent XCore tests 2011-05-04 01:01:41 +00:00
offset_folding.ll [XCore] Extend test to check positve offsets are folded into addresses. 2013-04-16 20:05:52 +00:00
private.ll Move various XCore tests to FileCheck 2011-11-01 10:41:28 +00:00
ps-intrinsics.ll Add XCore intrinsics for getps, setps, setsr and clrsr. 2011-03-15 13:45:47 +00:00
resources.ll Add intrinsics for SETEV, GETED, GETET. 2011-08-18 13:00:48 +00:00
scavenging.ll Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic. 2011-11-27 06:54:59 +00:00
sext.ll
sr-intrinsics.ll Add XCore intrinsics for getps, setps, setsr and clrsr. 2011-03-15 13:45:47 +00:00
store.ll Move various XCore tests to FileCheck 2011-11-01 10:41:28 +00:00
switch_long.ll
switch.ll
threads.ll Add XCore intrinsics for initializing / starting / synchronizing threads. 2011-03-31 15:13:13 +00:00
tls.ll Be nice to Xcore and the XMOS assembler and avoid quoting section names 2011-03-04 20:03:14 +00:00
trampoline.ll Split the init.trampoline intrinsic, which currently combines GCC's 2011-09-06 13:37:06 +00:00
trap.ll Move various XCore tests to FileCheck 2011-11-01 10:41:28 +00:00
unaligned_load.ll [XCore] Convert a couple of tests to FileCheck. 2013-04-16 19:41:19 +00:00
unaligned_store_combine.ll Move various XCore tests to FileCheck 2011-11-01 10:41:28 +00:00
unaligned_store.ll [XCore] Convert a couple of tests to FileCheck. 2013-04-16 19:41:19 +00:00