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
01-RetArg.ll
01-RetImm.ll
02-MemArith.ll
02-RetAdd.ll
02-RetAddImm.ll
02-RetAnd.ll
02-RetAndImm.ll
02-RetNeg.ll
02-RetOr.ll
02-RetOrImm.ll
02-RetSub.ll
02-RetSubImm.ll
02-RetXor.ll
02-RetXorImm.ll
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
05-MemLoadsStores.ll
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
07-CmpImm32.ll
07-CmpImm.ll
07-SelectCC.ll
08-DivRem.ll
08-DivRemMemOp.ll
08-SimpleMuls.ll
09-DynamicAlloca.ll
09-Globals.ll
09-Switches.ll
10-FuncsPic.ll
10-GlobalsPic.ll
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
2009-06-05-InvalidArgLoad.ll
2009-07-04-Shl32.ll
2009-07-05-Shifts.ll
2009-07-10-BadIncomingArgOffset.ll Fix SystemZ tests 2011-03-31 23:02:12 +00:00
2009-07-11-FloatBitConvert.ll
2009-07-11-InvalidRIISel.ll
2009-08-21-InlineAsmRConstraint.ll
2009-08-22-FCopySign.ll
2010-01-04-DivMem.ll
2010-04-07-DbgValueOtherTargets.ll
dg.exp