summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips
Commit message (Expand)AuthorAge
* Merged r195973:Daniel Sanders2013-12-01
* Merging r195469:Bill Wendling2013-11-26
* Merging r195444:Bill Wendling2013-11-26
* Merging r195364:Bill Wendling2013-11-26
* Merging r195343:Bill Wendling2013-11-26
* Merging r195635:Daniel Sanders2013-11-25
* Merging r195355:Daniel Sanders2013-11-21
* [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
* Mostly finish up constant islands port for Mips for load constants.Reed Kotler2013-11-10
* [mips] Make sure there is a chain edge dependency between loads that readAkira Hatanaka2013-11-09
* Fix r194019 as requested by Eric Christopher.Reed Kotler2013-11-05
* Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant...NAKAMURA Takumi2013-11-04
* Add the test case that goes with the previous submission for constant Reed Kotler2013-11-04
* [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related testsDaniel Sanders2013-10-30
* [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal...Daniel Sanders2013-10-30
* [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...Daniel Sanders2013-10-30
* [mips][msa] Combine binsri-like DAG of AND and OR into equivalent VSELECTDaniel Sanders2013-10-30
* [mips][msa] Added support for matching splat.[bhw] from normal IR (i.e. not i...Daniel Sanders2013-10-30
* [mips] Align the stack to 16-bytes for mfp64.Akira Hatanaka2013-10-29
* Make first substantial checkin of my port of ARM constant islands code to Mips.Reed Kotler2013-10-27
* [mips][msa] Added support for matching fexp2 from normal IR (i.e. not intrins...Daniel Sanders2013-10-23
* [mips][msa] Fix definition of SLD instruction.Matheus Almeida2013-10-21
* [mips][msa] Added a regression test that depended on multiple patches to pass.Daniel Sanders2013-10-18
* [mips][msa] Added lsa instructionDaniel Sanders2013-10-17
* Fix r192888: test/CodeGen/Mips/msa/3r_ld_st.ll should have been deletedDaniel Sanders2013-10-17
* [mips][msa] Added support for build_vector for v4f32 and v2f64.Daniel Sanders2013-10-15
* [mips] Transfer kill flag to the newly created operand.Akira Hatanaka2013-10-15
* For Mips16, start to consolidate all forms of 32 bit literal loading so thatReed Kotler2013-10-12
* [mips][msa] Improves robustness of the test by enhancing pattern matching.Matheus Almeida2013-10-11