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