Re-apply r214881: Fix return sequence on armv4 thumb
[oota-llvm.git] / test / CodeGen / Mips /
2014-02-07 Sasa Stankovic[mips] Forbid the use of registers t6, t7 and t8 if...
2014-02-05 Petar Jovanovic[mips] Add NaCl target and forbid indexed loads and...
2014-01-31 Matheus Almeida[mips][msa] Add insert.d instruction.
2014-01-31 Matheus AlmeidaUpdate FileCheck prefixes in preparation for the additi...
2014-01-29 Matheus Almeida[mips][msa] Add fill.d instruction.
2014-01-29 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA 2r_vector_scalar.ll test.
2014-01-29 Matheus Almeida[mips][msa] Add copy_{u,s}.d.
2014-01-29 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA elm_copy.ll test.
2014-01-27 Andrea Di Biagio[DAGCombiner] Teach how to fold sext/aext/zext of const...
2014-01-26 Rafael EspindolaImplement the missing bits corresponding to .mips_hack_...
2014-01-26 Rafael EspindolaRemove -print-hack-directives from a test where we...
2014-01-26 Rafael EspindolaMove tests that just use llc from test/MC/Mips to test...
2014-01-25 Rafael EspindolaThis reverts commit r200064 and r200051.
2014-01-25 Jack Carter[Mips] Move 2 test cases from MC to CodeGen.
2014-01-24 Alp TokerFix known typos
2014-01-23 Andrew TrickMove a unit test into the correct dir. Sorry if it...
2014-01-21 Andrew TrickFix PR18572 - llc crash during GenericScheduler::initPo...
2014-01-17 Daniel Sanders[mips][msa] Correct pattern for LSA
2014-01-16 Reed KotlerAdjust offsets for max load instruction offsets. This...
2014-01-14 Rafael EspindolaFix a low hanging use of hasRawTextSupport.
2014-01-14 Zoran JovanovicTest case micromips-load-effective-address.s renamed...
2014-01-11 Benjamin KramerFix broken CHECK lines.
2013-12-25 Simon Atanasyan[Mips] Does not take in account 'use-soft-float' attrib...
2013-12-18 Reed KotlerFix a problem with mips16 stubs when calls are transfor...
2013-12-15 Reed KotlerLast change for mips16 prolog/epilog cleanup and optimi...
2013-12-11 Reed KotlerDistinguish and choose 16 or 32 bit forms of save/resto...
2013-12-10 Reed KotlerNext step in Mips16 prologue/epilogue cleanup.
2013-12-10 Daniel Sanders[mips][msa] Correct sld and sldi builtins.
2013-12-09 Daniel Sanders[mips][msa] Fix invalid generated code when lowering...
2013-12-09 Daniel Sanders[mips][msa] Fix suboptimal FrameIndex lowering for...
2013-12-08 Reed KotlerCleaning up of prologue/epilogue code for Mips16. First...
2013-12-07 Akira Hatanaka[mips] Fix test case.
2013-12-05 Matheus Almeida[mips] Small code generation improvement for conditiona...
2013-12-03 Reed Kotlerfinal patch for very long conditional branches for...
2013-11-30 Daniel Sanders[mips][msa] MSA loads and stores have a 10-bit offset...
2013-11-29 Reed KotlerPart 1 of 3 patches that completes very long conditiona...
2013-11-28 Reed KotlerCheck in conditional branches for constant islands...
2013-11-27 Akira Hatanaka[mips] Implement the following optimizations using...
2013-11-26 Reed KotlerFix a bug related to constant islands for Mips16 and...
2013-11-25 Daniel SandersFixed tryFoldToZero() for vector types that need expansion.
2013-11-24 Reed KotlerMake sure that for C++ emitting LwConstant32 pseudos...
2013-11-24 Reed KotlerUpdate older test cases for latest patch.
2013-11-24 Reed KotlerFix a funny bug I introduced during conversion of ARM...
2013-11-22 Daniel Sanders[mips][msa] Add test case that should have been added...
2013-11-22 Daniel Sanders[mips][msa] Float vector constants cannot use ldi....
2013-11-21 Daniel Sanders[mips][msa] Fix a corner case in performORCombine(...
2013-11-21 Daniel SandersAdd support for legalizing SETNE/SETEQ by inverting...
2013-11-21 Daniel Sanders[mips][msa/dsp] Only do DSP combines if DSP is enabled.
2013-11-21 Reed KotlerAdd, to constant islands, long jumps similar to ARM...
2013-11-19 Simon Atanasyan[Mips] Adjust float ABI settings in case of MIPS16...
2013-11-18 Daniel Sanders[mips] Fix 'ran out of registers' in MIPS32 with FP64...
2013-11-15 Daniel Sanders[mips][msa] Merge basic_operations_little.ll into basic...
2013-11-15 Daniel SandersFix illegal DAG produced by SelectionDAG::getConstant...
2013-11-15 Daniel Sanders[mips][msa] Build all the tests in little and big endia...
2013-11-15 Reed KotlerMake all the conditional Mips 16 branches get initially...
2013-11-13 Reed KotlerTake care of long short branch immediate instructions...
2013-11-13 Reed KotlerAllow the code which returns the length for inline...
2013-11-12 Akira Hatanaka[mips] Fix a bug in function CC_MipsO32_FP64. The secon...
2013-11-12 Akira Hatanaka[mips] Run test case with command line option -mattr...
2013-11-12 Akira Hatanaka[mips] Fix and re-enable a test case that has been...
2013-11-12 Daniel Sanders[mips][msa] Enable inlinse assembly for MSA.
2013-11-12 Daniel Sanders[mips][msa] Added support for matching bclr, and bclri...
2013-11-12 Daniel Sanders[mips][msa] Added support for matching bset, bseti...
2013-11-12 Daniel Sanders[mips][msa] Change constant used in ori tests to avoid...
2013-11-12 Reed KotlerChange the default branch instruction to be the 16...
2013-11-11 Akira Hatanaka[mips] Partially revert r193641. Stack alignment should...
2013-11-11 Daniel SandersVector forms of SHL, SRA, and SRL can be constant folde...
2013-11-11 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA 3r-a.ll test.
2013-11-11 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA 2rf_int_float.ll test.
2013-11-11 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA 2rf_float_int.ll test.
2013-11-11 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA 2rf.ll test.
2013-11-11 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA 2r.ll test.
2013-11-10 Reed KotlerMostly finish up constant islands port for Mips for...
2013-11-09 Akira Hatanaka[mips] Make sure there is a chain edge dependency betwe...
2013-11-05 Reed KotlerFix r194019 as requested by Eric Christopher.
2013-11-04 NAKAMURA TakumiRevert r194019 to r194021, "Submit the basic port of...
2013-11-04 Reed KotlerAdd the test case that goes with the previous submissio...
2013-10-30 Daniel Sanders[mips][msa] Correct definition of bins[lr] and CHECK...
2013-10-30 Daniel Sanders[mips][msa] Added support for matching bmnz, bmnzi...
2013-10-30 Daniel Sanders[mips][msa] Added support for matching bins[lr]i.[bhwd...
2013-10-30 Daniel Sanders[mips][msa] Combine binsri-like DAG of AND and OR into...
2013-10-30 Daniel Sanders[mips][msa] Added support for matching splat.[bhw]...
2013-10-29 Akira Hatanaka[mips] Align the stack to 16-bytes for mfp64.
2013-10-27 Reed KotlerMake first substantial checkin of my port of ARM consta...
2013-10-23 Daniel Sanders[mips][msa] Added support for matching fexp2 from norma...
2013-10-21 Matheus Almeida[mips][msa] Fix definition of SLD instruction.
2013-10-18 Daniel Sanders[mips][msa] Added a regression test that depended on...
2013-10-17 Daniel Sanders[mips][msa] Added lsa instruction
2013-10-17 Daniel SandersFix r192888: test/CodeGen/Mips/msa/3r_ld_st.ll should...
2013-10-15 Daniel Sanders[mips][msa] Added support for build_vector for v4f32...
2013-10-15 Akira Hatanaka[mips] Transfer kill flag to the newly created operand.
2013-10-12 Reed KotlerFor Mips16, start to consolidate all forms of 32 bit...
2013-10-11 Matheus Almeida[mips][msa] Improves robustness of the test by enhancin...
2013-10-11 Daniel Sanders[mips][msa] Added support for matching maddv.[bhwd...
2013-10-11 Daniel Sanders[mips][msa] Added support for matching fmsub.[wd] from...
2013-10-11 Daniel Sanders[mips][msa] Added support for matching fmadd.[wd] from...
2013-10-11 Daniel Sanders[mips][msa] Added support for matching ffint_[us]....
2013-10-09 Akira Hatanaka[mips] Do not generate INS/EXT nodes if target does...
2013-10-08 Reed KotlerAdd fabsf to the list of inlined functions; otherwise
2013-10-08 Reed KotlerLet rotr and bswap be handled by expansion for Mips16...
next