aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips
AgeCommit message (Expand)Author
2012-04-16Flip the new block-placement pass to be on by default.Chandler Carruth
2012-04-11Revert changes that were accidentally committed.Akira Hatanaka
2012-04-11Fix string that is being checked.Akira Hatanaka
2012-04-11Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,Akira Hatanaka
2012-04-11Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.Akira Hatanaka
2012-04-11Fix bugs in lowering of FCOPYSIGN nodes.Akira Hatanaka
2012-04-09Have TargetLowering::getPICJumpTableRelocBase return a node that points to theAkira Hatanaka
2012-04-06Add lines in global-address.ll to test N32 and N64 code generation.Akira Hatanaka
2012-04-05Reapply test case in 154038, this time with triple to prevent the backendAkira Hatanaka
2012-04-04Reapply 154038 without the failing test.Akira Hatanaka
2012-04-04Revert r154038. It was causing make check failures.Owen Anderson
2012-04-04Fix LowerGlobalAddress to produce instructions with the correct relocationAkira Hatanaka
2012-04-04Fix LowerConstantPool to produce instructions with the correct relocationAkira Hatanaka
2012-04-04Fix LowerBlockAddress to produce instructions with the correct relocationAkira Hatanaka
2012-03-29Expand FREM.Akira Hatanaka
2012-03-28Fix test case.Akira Hatanaka
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-03-08Remove the no longer existent psp triple from a test.Benjamin Kramer
2012-03-08Test case for r152280, r152285 and r152290.Akira Hatanaka
2012-03-01Fix bugs which were introduced when support for base+index floating point loadsAkira Hatanaka
2012-02-28Add support for floating point base register + offset register addressing modeAkira Hatanaka
2012-02-25Add definitions of floating point multiply add/sub and negative multiplyAkira Hatanaka
2012-02-24Add an option to use a virtual register as the global base register instead ofAkira Hatanaka
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-02-03Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka
2012-01-31Remove all references to the old EH.Bill Wendling
2012-01-25Modify MipsFrameLowering::emitPrologue and emitEpilogue.Akira Hatanaka
2012-01-25Lower 64-bit immediates using MipsAnalyzeImmediate that has just been added. Akira Hatanaka
2012-01-24Pattern for f32 to i64 conversion.Akira Hatanaka
2012-01-2464-bit sign extension in register instructions.Akira Hatanaka
2012-01-04Have getRegForInlineAsmConstraint return the correct register class when targetAkira Hatanaka
2011-12-24Test case for r147232.Akira Hatanaka
2011-12-21Fix bug in zero-store peephole pattern reported in pr11615.Akira Hatanaka
2011-12-21Expand 64-bit CTLZ nodes if target architecture does not support it. Add testAkira Hatanaka
2011-12-20Test case for r147017.Akira Hatanaka
2011-12-20Add function MipsDAGToDAGISel::SelectMULT and factor out code that generatesAkira Hatanaka
2011-12-2064-bit data directive.Akira Hatanaka
2011-12-2032-to-64-bit sext_inreg pattern.Akira Hatanaka
2011-12-20Add code in MipsDAGToDAGISel for selecting constant +0.0.Akira Hatanaka
2011-12-19Add a test case for r146900.Akira Hatanaka
2011-12-19Add patterns for matching immediates whose lower 16-bit is cleared. TheseAkira Hatanaka
2011-12-19Remove definitions of double word shift plus 32 instructions. Assembler orAkira Hatanaka
2011-12-19Remove the restriction on the first operand of the add node in SelectAddr.Akira Hatanaka
2011-12-14Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka
2011-12-13Move direct object emitter test to directory test/MC/Mips. Rename it toAkira Hatanaka
2011-12-13Relocation against a symbol, instead of against section. We had some extremeAkira Hatanaka
2011-12-12Test case for r146432 by Jack Carter.Akira Hatanaka
2011-12-12Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth
2011-12-09jalr should use t9 ($25) for indirect calls regardless of the relocation modelAkira Hatanaka
2011-12-0732 to 64-bit zext pattern.Akira Hatanaka