llvm-6502/test/CodeGen/SystemZ
Dan Gohman cf20ac4fd1 Various AsmWriter output cleanups. Use WriteAsOperand instead of
PrintUnmangledNameSafely.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78878 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-13 01:36:44 +00:00
..
00-RetVoid.ll
01-RetArg.ll Add simple reg-reg and reg-imm moves 2009-07-16 13:29:38 +00:00
01-RetImm.ll Add bunch of reg-imm movs 2009-07-16 13:34:50 +00:00
02-MemArith.ll Add testcases for reg-mem arithemtics added recently 2009-08-05 17:04:32 +00:00
02-RetAdd.ll Fix test running lines 2009-07-16 13:33:21 +00:00
02-RetAddImm.ll Fix test running lines 2009-07-16 13:33:21 +00:00
02-RetAnd.ll Fix test running lines 2009-07-16 13:33:21 +00:00
02-RetAndImm.ll Provide proper patterns for and with imm instructions. Tune the tests accordingly. 2009-07-16 14:06:00 +00:00
02-RetNeg.ll Add patterns for integer negate 2009-07-16 14:06:27 +00:00
02-RetOr.ll Fix test running lines 2009-07-16 13:33:21 +00:00
02-RetOrImm.ll Provide masked reg-imm 'or' and 'and' 2009-07-16 13:33:57 +00:00
02-RetSub.ll Fix test running lines 2009-07-16 13:33:21 +00:00
02-RetSubImm.ll Fix test running lines 2009-07-16 13:33:21 +00:00
02-RetXor.ll Fix test running lines 2009-07-16 13:33:21 +00:00
02-RetXorImm.ll Fix test running lines 2009-07-16 13:33:21 +00:00
03-RetAddImmSubreg.ll Revert the commit, it just hides the real bug 2009-07-16 14:28:26 +00:00
03-RetAddSubreg.ll Revert the commit, it just hides the real bug 2009-07-16 14:28:26 +00:00
03-RetAndImmSubreg.ll Provide proper patterns for and with imm instructions. Tune the tests accordingly. 2009-07-16 14:06:00 +00:00
03-RetAndSubreg.ll Provide proper patterns for and with imm instructions. Tune the tests accordingly. 2009-07-16 14:06:00 +00:00
03-RetArgSubreg.ll Provide proper patterns for and with imm instructions. Tune the tests accordingly. 2009-07-16 14:06:00 +00:00
03-RetImmSubreg.ll Add bunch of 32-bit patterns... Uffff :) 2009-07-16 13:42:31 +00:00
03-RetNegImmSubreg.ll Add patterns for integer negate 2009-07-16 14:06:27 +00:00
03-RetOrImmSubreg.ll Revert the commit, it just hides the real bug 2009-07-16 14:28:26 +00:00
03-RetOrSubreg.ll Provide proper patterns for and with imm instructions. Tune the tests accordingly. 2009-07-16 14:06:00 +00:00
03-RetSubImmSubreg.ll Revert the commit, it just hides the real bug 2009-07-16 14:28:26 +00:00
03-RetSubSubreg.ll Revert the commit, it just hides the real bug 2009-07-16 14:28:26 +00:00
03-RetXorImmSubreg.ll Revert the commit, it just hides the real bug 2009-07-16 14:28:26 +00:00
03-RetXorSubreg.ll Provide proper patterns for and with imm instructions. Tune the tests accordingly. 2009-07-16 14:06:00 +00:00
04-RetShifts.ll Add shifts and reg-imm address matching 2009-07-16 13:43:18 +00:00
05-LoadAddr.ll Provide proper test :) 2009-07-16 13:48:59 +00:00
05-MemImmStores.ll Consolidate reg-imm / reg-reg-imm address mode selection logic in one place. 2009-07-16 14:10:17 +00:00
05-MemLoadsStores16.ll Add support for 12 bit displacements 2009-07-16 14:09:35 +00:00
05-MemLoadsStores.ll Various AsmWriter output cleanups. Use WriteAsOperand instead of 2009-08-13 01:36:44 +00:00
05-MemRegLoads.ll Add patterns for various extloads 2009-07-16 13:44:30 +00:00
05-MemRegStores.ll convert this test to filecheck format, which is faster and avoids false matches of "st" -> "stdin" 2009-07-21 17:36:24 +00:00
06-CallViaStack.ll Emit callee-saved regs spills / restores 2009-07-16 13:51:12 +00:00
06-FrameIdxLoad.ll Add simple frame index elimination 2009-07-16 13:49:25 +00:00
06-LocalFrame.ll Emit callee-saved regs spills / restores 2009-07-16 13:51:12 +00:00
06-SimpleCall.ll Some preliminary call lowering 2009-07-16 13:50:21 +00:00
07-BrCond32.ll Tests for cmp / br_cc / select_cc 2009-07-16 13:53:15 +00:00
07-BrCond.ll Tests for cmp / br_cc / select_cc 2009-07-16 13:53:15 +00:00
07-BrUnCond.ll Completel forgot about unconditional branches 2009-07-16 13:57:52 +00:00
07-CmpImm32.ll Tests for cmp / br_cc / select_cc 2009-07-16 13:53:15 +00:00
07-CmpImm.ll Tests for cmp / br_cc / select_cc 2009-07-16 13:53:15 +00:00
07-SelectCC.ll Tests for cmp / br_cc / select_cc 2009-07-16 13:53:15 +00:00
08-DivRem.ll Provide consistent subreg idx scheme. This (hopefully) fixes remaining divide problems 2009-07-16 14:18:17 +00:00
08-DivRemMemOp.ll Provide consistent subreg idx scheme. This (hopefully) fixes remaining divide problems 2009-07-16 14:18:17 +00:00
08-SimpleMuls.ll Test (incomplete) for easy muls 2009-07-16 13:57:03 +00:00
09-DynamicAlloca.ll Implement dynamic allocas 2009-07-16 14:08:15 +00:00
09-Globals.ll Lower addresses of globals 2009-07-16 13:57:27 +00:00
09-Switches.ll Add jump tables 2009-07-16 14:07:50 +00:00
10-FuncsPic.ll Implement 'large' PIC model 2009-07-16 14:16:05 +00:00
10-GlobalsPic.ll Implement 'large' PIC model 2009-07-16 14:16:05 +00:00
11-BSwap.ll Convert bswap test to filecheck, add more test entries & convert stuff to filecheck 2009-08-05 16:50:53 +00:00
2009-05-29-InvalidRetResult.ll Proper lower 'small' results 2009-07-16 13:58:24 +00:00
2009-06-02-And32Imm.ll Provide proper patterns for and with imm instructions. Tune the tests accordingly. 2009-07-16 14:06:00 +00:00
2009-06-02-Rotate.ll Add rotates 2009-07-16 14:06:49 +00:00
2009-06-05-InvalidArgLoad.ll Emit proper lowering of load from arg stack slot 2009-07-16 14:08:42 +00:00
2009-07-04-Shl32.ll 32 bit shifts have only 12 bit displacements 2009-07-16 14:13:24 +00:00
2009-07-05-Shifts.ll Implement shifts properly (hopefilly - finally!) 2009-07-16 14:15:24 +00:00
2009-07-10-BadIncomingArgOffset.ll Enable cross register class coalescing. 2009-07-18 02:10:10 +00:00
2009-07-11-FloatBitConvert.ll Unbreak the test 2009-07-16 14:30:49 +00:00
2009-07-11-InvalidRIISel.ll Fix logic inversion for RI-mode address selection 2009-07-16 14:31:14 +00:00
dg.exp