llvm-6502/test/CodeGen/SystemZ
Jakob Stoklund Olesen b79e30cc9e Remove custom allocation orders in SystemZ.
Note that this actually changes code generation, and someone who
understands this target better should check the changes.

- R12Q is now allocatable. I think it was omitted from the allocation
  order by mistake since it isn't reserved. It as apparently used as a
  GOT pointer sometimes, and it should probably be reserved if that is
  the case.

- The GR64 registers are allocated in a different order now. The
  register allocator will automatically put the CSRs last. There were
  other changes to the order that may have been significant.

The test fix is because r0 and r1 swapped places in the allocation order.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133067 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-15 18:02:56 +00:00
..
00-RetVoid.ll add newlines at the end of files. 2010-04-07 22:53:17 +00:00
01-RetArg.ll add newlines at the end of files. 2010-04-07 22:53:17 +00:00
01-RetImm.ll
02-MemArith.ll
02-RetAdd.ll add newlines at the end of files. 2010-04-07 22:53:17 +00:00
02-RetAddImm.ll add newlines at the end of files. 2010-04-07 22:53:17 +00:00
02-RetAnd.ll add newlines at the end of files. 2010-04-07 22:53:17 +00:00
02-RetAndImm.ll
02-RetNeg.ll add newlines at the end of files. 2010-04-07 22:53:17 +00:00
02-RetOr.ll add newlines at the end of files. 2010-04-07 22:53:17 +00:00
02-RetOrImm.ll
02-RetSub.ll add newlines at the end of files. 2010-04-07 22:53:17 +00:00
02-RetSubImm.ll add newlines at the end of files. 2010-04-07 22:53:17 +00:00
02-RetXor.ll add newlines at the end of files. 2010-04-07 22:53:17 +00:00
02-RetXorImm.ll add newlines at the end of files. 2010-04-07 22:53:17 +00:00
03-RetAddImmSubreg.ll
03-RetAddSubreg.ll
03-RetAndImmSubreg.ll
03-RetAndSubreg.ll
03-RetArgSubreg.ll
03-RetImmSubreg.ll
03-RetNegImmSubreg.ll
03-RetOrImmSubreg.ll
03-RetOrSubreg.ll
03-RetSubImmSubreg.ll
03-RetSubSubreg.ll
03-RetXorImmSubreg.ll
03-RetXorSubreg.ll
04-RetShifts.ll
05-LoadAddr.ll
05-MemImmStores.ll
05-MemLoadsStores16.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
05-MemLoadsStores.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
05-MemRegLoads.ll
05-MemRegStores.ll
06-CallViaStack.ll
06-FrameIdxLoad.ll
06-LocalFrame.ll
06-SimpleCall.ll
07-BrCond32.ll
07-BrCond.ll
07-BrUnCond.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
07-CmpImm32.ll
07-CmpImm.ll
07-SelectCC.ll
08-DivRem.ll
08-DivRemMemOp.ll
08-SimpleMuls.ll
09-DynamicAlloca.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
09-Globals.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
09-Switches.ll
10-FuncsPic.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
10-GlobalsPic.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
11-BSwap.ll Remove custom allocation orders in SystemZ. 2011-06-15 18:02:56 +00:00
2009-05-29-InvalidRetResult.ll
2009-06-02-And32Imm.ll
2009-06-02-Rotate.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2009-06-05-InvalidArgLoad.ll
2009-07-04-Shl32.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2009-07-05-Shifts.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2009-07-10-BadIncomingArgOffset.ll Fix SystemZ tests 2011-03-31 23:02:12 +00:00
2009-07-11-FloatBitConvert.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2009-07-11-InvalidRIISel.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2009-08-21-InlineAsmRConstraint.ll
2009-08-22-FCopySign.ll
2010-01-04-DivMem.ll
2010-04-07-DbgValueOtherTargets.ll If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG message instead of creating DBG_VALUE for undefined value in reg0. 2010-12-06 22:39:26 +00:00
dg.exp