aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/msa/basic_operations_float.ll
AgeCommit message (Expand)Author
2014-04-30[mips][msa] Fix vector insertions where the index is variableDaniel Sanders
2014-04-29[mips][msa] Use CHECK-LABEL in basic_operations*.llDaniel Sanders
2014-04-29[mips][msa] Fix element extraction where the index is variable.Daniel Sanders
2014-03-04[mips][msa] Correct the behaviour of the COPY_FW pseudo on lanes 2 and 3.Daniel Sanders
2014-03-03[mips] Prevent %lo relocation being used on MSA loads and stores.Daniel Sanders
2013-11-15[mips][msa] Build all the tests in little and big endian modes and correct an...Daniel Sanders
2013-10-15[mips][msa] Added support for build_vector for v4f32 and v2f64.Daniel Sanders
2013-09-27[mips][msa] Implemented insert_vector_elt for v4f32 and v2f64.Daniel Sanders
2013-09-27[mips][msa] Implemented extract_vector_elt for v4f32 or v2f64Daniel Sanders
2013-09-27[mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal e...Daniel Sanders
2013-09-23[mips][msa] Implemented build_vector using ldi, fill, and custom SelectionDAG...Daniel Sanders