Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,
[oota-llvm.git] / test / CodeGen / Mips /
2012-04-25 Akira HatanakaDo not use $gp as a dedicated global register if the...
2012-04-16 Chandler CarruthFlip the new block-placement pass to be on by default.
2012-04-11 Akira HatanakaRevert changes that were accidentally committed.
2012-04-11 Akira HatanakaFix string that is being checked.
2012-04-11 Akira HatanakaEmit neg.s or neg.d only if -enable-no-nans-fp-math...
2012-04-11 Akira HatanakaEmit abs.s or abs.d only if -enable-no-nans-fp-math...
2012-04-11 Akira HatanakaFix bugs in lowering of FCOPYSIGN nodes.
2012-04-09 Akira HatanakaHave TargetLowering::getPICJumpTableRelocBase return...
2012-04-06 Akira HatanakaAdd lines in global-address.ll to test N32 and N64...
2012-04-05 Akira HatanakaReapply test case in 154038, this time with triple...
2012-04-04 Akira HatanakaReapply 154038 without the failing test.
2012-04-04 Owen AndersonRevert r154038. It was causing make check failures.
2012-04-04 Akira HatanakaFix LowerGlobalAddress to produce instructions with...
2012-04-04 Akira HatanakaFix LowerConstantPool to produce instructions with...
2012-04-04 Akira HatanakaFix LowerBlockAddress to produce instructions with...
2012-03-29 Akira HatanakaExpand FREM.
2012-03-28 Akira HatanakaFix test case.
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-08 Benjamin KramerRemove the no longer existent psp triple from a test.
2012-03-08 Akira HatanakaTest case for r152280, r152285 and r152290.
2012-03-01 Akira HatanakaFix bugs which were introduced when support for base...
2012-02-28 Akira HatanakaAdd support for floating point base register + offset...
2012-02-25 Akira HatanakaAdd definitions of floating point multiply add/sub...
2012-02-24 Akira HatanakaAdd an option to use a virtual register as the global...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-01-31 Bill WendlingRemove all references to the old EH.
2012-01-25 Akira HatanakaModify MipsFrameLowering::emitPrologue and emitEpilogue.
2012-01-25 Akira HatanakaLower 64-bit immediates using MipsAnalyzeImmediate...
2012-01-24 Akira HatanakaPattern for f32 to i64 conversion.
2012-01-24 Akira Hatanaka64-bit sign extension in register instructions.
2012-01-04 Akira HatanakaHave getRegForInlineAsmConstraint return the correct...
2011-12-24 Akira HatanakaTest case for r147232.
2011-12-21 Akira HatanakaFix bug in zero-store peephole pattern reported in...
2011-12-21 Akira HatanakaExpand 64-bit CTLZ nodes if target architecture does...
2011-12-20 Akira HatanakaTest case for r147017.
2011-12-20 Akira HatanakaAdd function MipsDAGToDAGISel::SelectMULT and factor...
2011-12-20 Akira Hatanaka64-bit data directive.
2011-12-20 Akira Hatanaka32-to-64-bit sext_inreg pattern.
2011-12-20 Akira HatanakaAdd code in MipsDAGToDAGISel for selecting constant...
2011-12-19 Akira HatanakaAdd a test case for r146900.
2011-12-19 Akira HatanakaAdd patterns for matching immediates whose lower 16...
2011-12-19 Akira HatanakaRemove definitions of double word shift plus 32 instruc...
2011-12-19 Akira HatanakaRemove the restriction on the first operand of the...
2011-12-14 Akira HatanakaAdd support for local dynamic TLS model in LowerGlobalT...
2011-12-13 Akira HatanakaMove direct object emitter test to directory test/MC...
2011-12-13 Akira HatanakaRelocation against a symbol, instead of against section...
2011-12-12 Akira HatanakaTest case for r146432 by Jack Carter.
2011-12-12 Chandler CarruthManually upgrade the test suite to specify the flag...
2011-12-09 Akira Hatanakajalr should use t9 ($25) for indirect calls regardless...
2011-12-07 Akira Hatanaka32 to 64-bit zext pattern.
2011-12-07 Akira Hatanaka64-bit WrapperPICPat patterns.
2011-12-07 Akira HatanakaModify LowerFCOPYSIGN to handle Mips64.
2011-12-07 Akira HatanakaFix 64-bit immediate patterns.
2011-12-05 Akira HatanakaAdd definitions of 64-bit extract and insert instrucion...
2011-12-05 Akira HatanakaHave LowerJumpTable support Mips64. Modify 2010-07...
2011-12-02 Akira HatanakaTest cases for 64-bit multiplication and division.
2011-12-02 Akira HatanakaFix test cases to use FileCheck.
2011-11-29 Akira HatanakaChange names for MIPS "generic" processors defined...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-11-03 Dan GohmanReapply r143206, with fixes. Disallow physical register...
2011-10-29 Dan GohmanRevert r143206, as there are still some failing tests.
2011-10-28 Dan GohmanReapply r143177 and r143179 (reverting r143188), with...
2011-10-28 Duncan SandsSpeculatively disable Dan's commits 143177 and 143179...
2011-10-28 Dan GohmanEliminate LegalizeOps' LegalizedNodes map and have...
2011-10-24 Dan GohmanChange the default scheduler from Latency to ILP, since...
2011-10-11 Akira HatanakaTest cases for 64-bit load and store instructions.
2011-10-03 Akira HatanakaMove CHECK after entry label.
2011-10-03 Akira HatanakaAdd support for 64-bit logical NOR.
2011-10-03 Akira HatanakaAdd support for 64-bit count leading ones and zeros...
2011-10-03 Akira HatanakaAdd support for 64-bit divide instructions.
2011-10-03 Akira HatanakaAdd support for 64-bit integer multiply instructions.
2011-09-30 Akira HatanakaRemove unnecessary checking of register operands.
2011-09-30 Akira HatanakaAdd definitions of Mips64 rotate instructions.
2011-09-30 Akira HatanakaCheck values of immediate operands.
2011-09-30 Akira HatanakaMips64 shift instructions.
2011-09-30 Akira HatanakaMips64 arithmetic and logical instructions with one...
2011-09-29 Akira HatanakaFill delay slot with useful instructions. Modified...
2011-09-29 Akira HatanakaMips64 arithmetic and logical instructions with two...
2011-09-26 Eli FriedmanConvert more tests over to the new atomic instructions.
2011-09-21 Akira HatanakaRemove +.
2011-09-21 Akira HatanakaRe-enable some of the disabled tests. Use FileCheck...
2011-09-13 Akira HatanakaDelete test cases that generate code for allegrex/psp...
2011-09-13 Akira HatanakaAdd pattern used to match MipsLo, which is needed when...
2011-09-13 Akira HatanakaDisable tests which generate code for allegrex or psp.
2011-09-09 Akira HatanakaFix test cases.
2011-09-09 Akira HatanakaDrop support for Mips1 and Mips2.
2011-09-09 Akira HatanakaDrop support for Allegrex. Allegrex implements a varian...
2011-09-09 Akira HatanakaChange default target architecture from Mips1 to Mips32...
2011-09-06 Nick LewyckyDisable these tests harder. They're XFAIL'd, but that...
2011-09-02 Bill WendlingBetter fix for this testcase. Update it to the new...
2011-09-02 Bill WendlingUpdate for new EH stuff. (I'm not sure if this is 100...
2011-09-01 Dan GohmanRevert r131152, r129796, r129761. This code is currentl...
2011-08-18 Akira HatanakaUse subword loads instead of a 4-byte load when the...
2011-08-17 Akira HatanakaAdd support for ext and ins.
2011-08-16 Akira HatanakaAdd test case for r137711.
2011-08-16 Akira HatanakaFix handling of double precision loads and stores when...
2011-08-12 Akira HatanakaDefine unaligned load and store.
2011-08-12 Akira HatanakaTest case for 137484
2011-08-11 Akira HatanakaEnclose directive .cprestore with .set macro and nomacr...
next