llvm-6502/test/CodeGen/Mips
Akira Hatanaka ad5f0c9e73 Change default target architecture from Mips1 to Mips32r1 in preparation for
removing support for Mips1 and Mips2. 

This change and the ones that follow have been discussed with and approved by
Bruno.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139344 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-09 01:13:27 +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 Prevent generation of redundant addiu instructions that compute address of 2011-06-24 17:55:19 +00:00
2008-07-16-SignExtInReg.ll manually upgrade a bunch of tests to modern syntax, and remove some that 2011-06-17 03:14:27 +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 Custom-lower FCOPYSIGN nodes. 2011-05-25 19:32:07 +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
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
2008-08-08-ctlz.ll Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
2008-10-13-LegalizerBug.ll
2008-11-10-xint_to_fp.ll
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 Change default target architecture from Mips1 to Mips32r1 in preparation for 2011-09-09 01:13:27 +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
2011-05-26-BranchKillsVreg.ll Fix PR10046 by updating LiveVariables kill info when splitting live ranges. 2011-05-29 20:10:28 +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
alloca.ll Change the chain input of nodes that load the address of a function. This change 2011-06-24 19:01:25 +00:00
analyzebranch.ll Add code for analyzing FP branches. Clean up branch Analysis functions. 2011-04-01 17:39:08 +00:00
atomic.ll Lower memory barriers to sync instructions. 2011-07-19 23:30:50 +00:00
blockaddr.ll Add support for C++ exception handling. 2011-05-26 18:59:03 +00:00
buildpairextractelementf64.ll Make tests register allocation independent again. 2011-04-19 00:14:43 +00:00
cmov.ll Define a wrapper node for target constant nodes (tglobaladdr, etc.). 2011-05-28 01:07:07 +00:00
constantfp0.ll Test case for 137484 2011-08-12 18:12:06 +00:00
cprestore.ll Disable these tests harder. They're XFAIL'd, but that means they still run, and 2011-09-06 22:08:18 +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
double2int.ll Add pattern for double-to-integer conversion. Patch by Sasa Stankovic. 2011-05-23 22:16:43 +00:00
eh.ll Better fix for this testcase. Update it to the new EH scheme entirely. 2011-09-02 21:27:08 +00:00
extins.ll Add support for ext and ins. 2011-08-17 02:05:42 +00:00
fcopysign.ll Custom-lower FCOPYSIGN nodes. 2011-05-25 19:32:07 +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 Change default target architecture from Mips1 to Mips32r1 in preparation for 2011-09-09 01:13:27 +00:00
frame-address.ll Test case for r132444. 2011-06-02 00:25:53 +00:00
gprestore.ll Remove LLVM IR metadata in test case committed in r130847. 2011-05-04 18:28:36 +00:00
i64arg.ll Change the chain input of nodes that load the address of a function. This change 2011-06-24 19:01:25 +00:00
inlineasmmemop.ll Re-apply 132758 and 132768 which were speculatively reverted in 132777. 2011-06-21 00:40:49 +00:00
internalfunc.ll Prevent generation of redundant addiu instructions that compute address of 2011-06-24 17:55:19 +00:00
largeimm1.ll Add testcase for r127032 2011-03-04 20:48:39 +00:00
largeimmprinting.ll Disable these tests harder. They're XFAIL'd, but that means they still run, and 2011-09-06 22:08:18 +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
mips1f64ldst.ll Change default target architecture from Mips1 to Mips32r1 in preparation for 2011-09-09 01:13:27 +00:00
o32_cc_byval.ll Prevent generation of redundant addiu instructions that compute address of 2011-06-24 17:55:19 +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 make the asmparser reject function and type redefinitions. 'Merging' hasn't been 2011-06-17 07:06:44 +00:00
rotate.ll Add ROTR and ROTRV mips32 instructions. Patch by Akira Hatanaka 2010-12-09 17:32:30 +00:00
select.ll Change default target architecture from Mips1 to Mips32r1 in preparation for 2011-09-09 01:13:27 +00:00
tls.ll This patch implements the thread local storage. Implemented are General 2011-05-31 02:53:58 +00:00
unalignedload.ll Use subword loads instead of a 4-byte load when the size of a structure (or a 2011-08-18 23:39:37 +00:00
weak.ll Define WeakRefDirective. 2011-05-25 23:30:30 +00:00