summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/msa/basic_operations.ll
Commit message (Expand)AuthorAgeFilesLines
* [mips] Remove -allow-deprecated-dag-overlap flag from tests. NFCSimon Atanasyan2018-10-031-20/+22
* [FileCheck] Add -allow-deprecated-dag-overlap to failing llvm testsJoel E. Denny2018-07-111-6/+6
* [mips][msa] Accept more values for constant splatsSimon Dardis2017-03-101-14/+45
* [mips] Correct label prefixes for N32 and N64.Daniel Sanders2016-07-191-20/+20
* [mips] Use --check-prefixes where appropriate. NFC.Daniel Sanders2016-06-241-12/+12
* [mips][msa] Fix register/register-class mismatches in emitINSERT_DF_VIDX().Daniel Sanders2016-06-151-6/+18
* [mips] Make Static a default relocation model for MIPS codegenPetar Jovanovic2016-04-111-6/+6
* [mips] Generate code for insert/extract operations when using the N64 ABI and...Daniel Sanders2015-05-051-1/+5
* [mips][msa] Test basic operations for the N32 ABI too.Daniel Sanders2015-05-051-96/+192
* [mips][msa] Rename main check prefix to 'ALL' in basic operations tests. NFCDaniel Sanders2015-04-301-284/+284
* [mips][msa] Use CHECK-LABEL where missing, and remove checks matching the .si...Daniel Sanders2015-04-301-38/+5
* [mips] Add missing signext attributes to MSA basic operations tests. NFC.Daniel Sanders2015-04-301-28/+20
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-36/+36
* [mips][msa] Fix vector insertions where the index is variableDaniel Sanders2014-04-301-0/+123
* [mips][msa] Use CHECK-LABEL in basic_operations*.llDaniel Sanders2014-04-291-29/+29
* [mips][msa] Fix element extraction where the index is variable.Daniel Sanders2014-04-291-0/+193
* [mips] Prevent %lo relocation being used on MSA loads and stores.Daniel Sanders2014-03-031-10/+20
* [mips][msa] Merge basic_operations_little.ll into basic_operations.ll.Daniel Sanders2013-11-151-170/+184
* [mips][msa] Build all the tests in little and big endian modes and correct an...Daniel Sanders2013-11-151-2/+2
* [mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal e...Daniel Sanders2013-09-271-1/+1
* [mips][msa] Expand all truncstores and loadexts for MSA as well as DSPDaniel Sanders2013-09-271-0/+11
* [mips][msa] Non-constant BUILD_VECTOR's should be expanded to INSERT_VECTOR_E...Daniel Sanders2013-09-241-0/+110
* [mips][msa] Added support for matching insert and copy from normal IR (i.e. n...Daniel Sanders2013-09-231-0/+226
* [mips][msa] Implemented build_vector using ldi, fill, and custom SelectionDAG...Daniel Sanders2013-09-231-0/+120
OpenPOWER on IntegriCloud