summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips
Commit message (Expand)AuthorAge
* [Mips] Does not take in account 'use-soft-float' attribute's value whenSimon Atanasyan2013-12-25
* Fix a problem with mips16 stubs when calls are transformed duringReed Kotler2013-12-18
* Last change for mips16 prolog/epilog cleanup and optimization.Reed Kotler2013-12-15
* Distinguish and choose 16 or 32 bit forms of save/restore for Mips16.Reed Kotler2013-12-11
* Next step in Mips16 prologue/epilogue cleanup.Reed Kotler2013-12-10
* [mips][msa] Correct sld and sldi builtins.Daniel Sanders2013-12-10
* [mips][msa] Fix invalid generated code when lowering FrameIndex involving una...Daniel Sanders2013-12-09
* [mips][msa] Fix suboptimal FrameIndex lowering for ld.[hwd] and st.[hwd]Daniel Sanders2013-12-09
* Cleaning up of prologue/epilogue code for Mips16. First stepReed Kotler2013-12-08
* [mips] Fix test case.Akira Hatanaka2013-12-07
* [mips] Small code generation improvement for conditional operator (select)Matheus Almeida2013-12-05
* final patch for very long conditional branches for mips16 constant islands.Reed Kotler2013-12-03
* [mips][msa] MSA loads and stores have a 10-bit offset. Account for this when ...Daniel Sanders2013-11-30
* Part 1 of 3 patches that completes very long conditional branchesReed Kotler2013-11-29
* Check in conditional branches for constant islands. Still need to finishReed Kotler2013-11-28
* [mips] Implement the following optimizations using dominance information toAkira Hatanaka2013-11-27
* Fix a bug related to constant islands for Mips16 and mips16/32 dual mode.Reed Kotler2013-11-26
* Fixed tryFoldToZero() for vector types that need expansion.Daniel Sanders2013-11-25
* Make sure that for C++ emitting LwConstant32 pseudos, that it correspondsReed Kotler2013-11-24
* Update older test cases for latest patch.Reed Kotler2013-11-24
* Fix a funny bug I introduced during conversion of ARM constant islands to Mips.Reed Kotler2013-11-24
* [mips][msa] Add test case that should have been added in r195456.Daniel Sanders2013-11-22
* [mips][msa] Float vector constants cannot use ldi.[wd] directly. Bitcast from...Daniel Sanders2013-11-22
* [mips][msa] Fix a corner case in performORCombine() when combining nodes into...Daniel Sanders2013-11-21
* Add support for legalizing SETNE/SETEQ by inverting the condition code and th...Daniel Sanders2013-11-21
* [mips][msa/dsp] Only do DSP combines if DSP is enabled.Daniel Sanders2013-11-21
* Add, to constant islands, long jumps similar to ARM far branch.Reed Kotler2013-11-21
* [Mips] Adjust float ABI settings in case of MIPS16 mode.Simon Atanasyan2013-11-19
* [mips] Fix 'ran out of registers' in MIPS32 with FP64 when generating code fo...Daniel Sanders2013-11-18
* [mips][msa] Merge basic_operations_little.ll into basic_operations.ll.Daniel Sanders2013-11-15
* Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 typeDaniel Sanders2013-11-15
* [mips][msa] Build all the tests in little and big endian modes and correct an...Daniel Sanders2013-11-15
* Make all the conditional Mips 16 branches get initially set for theReed Kotler2013-11-15
* Take care of long short branch immediate instructions for mips16 inReed Kotler2013-11-13
* Allow the code which returns the length for inline assembler to knowReed Kotler2013-11-13
* [mips] Fix a bug in function CC_MipsO32_FP64. The second double precisionAkira Hatanaka2013-11-12
* [mips] Run test case with command line option -mattr=+fp64.Akira Hatanaka2013-11-12
* [mips] Fix and re-enable a test case that has been disabled for a long time.Akira Hatanaka2013-11-12
* [mips][msa] Enable inlinse assembly for MSA.Daniel Sanders2013-11-12
* [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders2013-11-12
* [mips][msa] Added support for matching bset, bseti, bneg, and bnegi from norm...Daniel Sanders2013-11-12
* [mips][msa] Change constant used in ori tests to avoid conflict with bseti (a...Daniel Sanders2013-11-12
* Change the default branch instruction to be the 16 bit variety for mips16.Reed Kotler2013-11-12
* [mips] Partially revert r193641. Stack alignment should not be determined byAkira Hatanaka2013-11-11
* Vector forms of SHL, SRA, and SRL can be constant folded using SimplifyVBinOp...Daniel Sanders2013-11-11
* [mips][msa] CHECK-DAG-ize MSA 3r-a.ll test.Matheus Almeida2013-11-11
* [mips][msa] CHECK-DAG-ize MSA 2rf_int_float.ll test.Matheus Almeida2013-11-11
* [mips][msa] CHECK-DAG-ize MSA 2rf_float_int.ll test.Matheus Almeida2013-11-11
* [mips][msa] CHECK-DAG-ize MSA 2rf.ll test.Matheus Almeida2013-11-11
* [mips][msa] CHECK-DAG-ize MSA 2r.ll test.Matheus Almeida2013-11-11