1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/CodeGen/Mips
Akira Hatanaka 6ddbe02441 Change StackDirection from StackGrowsUp to StackGrowsDown.
The following improvements are accomplished as a result of applying this patch:
- Fixed frame objects' offsets (relative to either the virtual frame pointer or
  the stack pointer) are set before instruction selection is completed. There is
  no need to wait until Prologue/Epilogue Insertion is run to set them.
- Calculation of final offsets of fixed frame objects is straightforward. It is
  no longer necessary to assign negative offsets to fixed objects for incoming
  arguments in order to distinguish them from the others.
- Since a fixed object has its relative offset set during instruction
  selection, there is no need to conservatively set its alignment to 4.
- It is no longer necessary to reorder non-fixed frame objects in 
  MipsFrameLowering::adjustMipsStackFrame.

llvm-svn: 131915
2011-05-23 20:16:59 +00:00
..
2008-06-05-Carry.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2008-07-03-SRet.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2008-07-05-ByVal.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2008-07-06-fadd64.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2008-07-07-Float2Int.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2008-07-07-FPExtend.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2008-07-07-IntDoubleConvertions.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2008-07-15-InternalConstant.ll Be nice to Xcore and the XMOS assembler and avoid quoting section names 2011-03-04 20:03:14 +00:00
2008-07-15-SmallSection.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2008-07-16-SignExtInReg.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2008-07-22-Cstpool.ll Be nice to Xcore and the XMOS assembler and avoid quoting section names 2011-03-04 20:03:14 +00:00
2008-07-23-fpcmp.ll Added support for FP conditional move instructions and fixed bugs in handling of FP comparisons. 2011-03-31 18:26:17 +00:00
2008-07-29-icmp.ll Added support for FP conditional move instructions and fixed bugs in handling of FP comparisons. 2011-03-31 18:26:17 +00:00
2008-07-31-fcopysign.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2008-08-01-AsmInline.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2008-08-03-fabs64.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2008-08-03-ReturnDouble.ll Unbreak test, Bruno please check. 2009-11-19 07:18:49 +00:00
2008-08-04-Bitconvert.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2008-08-06-Alloca.ll These tests no longer require linear scan because reserved register coalescing is now universal. 2011-04-05 21:40:41 +00:00
2008-08-07-CC.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2008-08-07-FPRound.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2008-08-08-bswap.ll Eliminate more uses of llvm-as and llvm-dis. 2009-09-09 00:09:15 +00:00
2008-08-08-ctlz.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2008-10-13-LegalizerBug.ll Eliminate more uses of llvm-as and llvm-dis. 2009-09-09 00:09:15 +00:00
2008-11-10-xint_to_fp.ll Eliminate more uses of llvm-as and llvm-dis. 2009-09-09 00:09:15 +00:00
2009-11-16-CstPoolLoad.ll Start function numbering at 0. 2010-04-17 16:29:15 +00:00
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
2010-07-20-Select.ll Fix Mips, Sparc, and XCore tests that were dependent on register allocation. 2011-03-31 18:42:43 +00:00
2010-07-20-Switch.ll Fix PR7174, a couple o Mips fixes: 2010-07-20 08:37:04 +00:00
2010-11-09-CountLeading.ll Add a test to the previous added clo instruction. Patch by Akira again 2010-11-10 02:22:44 +00:00
2010-11-09-Mul.ll Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com> 2010-11-12 00:38:32 +00:00
addc.ll Add a testcase for the addc improvements introduced some commits ago. Patch by Akira Hatanaka 2011-03-09 21:05:32 +00:00
analyzebranch.ll Add code for analyzing FP branches. Clean up branch Analysis functions. 2011-04-01 17:39:08 +00:00
blockaddr.ll Lower BlockAddress node when relocation-model is static. 2011-04-25 17:10:45 +00:00
buildpairextractelementf64.ll Make tests register allocation independent again. 2011-04-19 00:14:43 +00:00
cmov.ll Fix Mips, Sparc, and XCore tests that were dependent on register allocation. 2011-03-31 18:42:43 +00:00
dg.exp
divrem.ll Improve div/rem node handling on mips. Patch by Akira Hatanaka 2011-03-04 21:03:24 +00:00
fpbr.ll Added support for FP conditional move instructions and fixed bugs in handling of FP comparisons. 2011-03-31 18:26:17 +00:00
fpcmp.ll Add code for analyzing FP branches. Clean up branch Analysis functions. 2011-04-01 17:39:08 +00:00
gprestore.ll Remove LLVM IR metadata in test case committed in r130847. 2011-05-04 18:28:36 +00:00
i64arg.ll Make $fp and $ra callee-saved registers and let PrologEpilogInserter handle 2011-05-20 18:39:33 +00:00
internalfunc.ll Prevent instructions using $gp from being placed between a jalr and the instruction that restores the clobbered $gp. 2011-05-04 17:54:27 +00:00
largeimm1.ll Add testcase for r127032 2011-03-04 20:48:39 +00:00
madd-msub.ll Add support for mips32 madd and msub instructions. Patch by Akira Hatanaka 2011-01-18 19:29:17 +00:00
o32_cc_vararg.ll Change StackDirection from StackGrowsUp to StackGrowsDown. 2011-05-23 20:16:59 +00:00
o32_cc.ll Revert "Re-enable test and hope to silence the buildbots", still broken. 2011-03-09 22:48:46 +00:00
private.ll Delete useless trailing semicolons. 2010-01-05 17:55:26 +00:00
rotate.ll Add ROTR and ROTRV mips32 instructions. Patch by Akira Hatanaka 2010-12-09 17:32:30 +00:00
select.ll Added support for FP conditional move instructions and fixed bugs in handling of FP comparisons. 2011-03-31 18:26:17 +00:00