summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/Mips/msa/basic_operations.ll
AgeCommit message (Expand)Author
2025-08-25Reland "[NVPTX] Legalize aext-load to zext-load to expose more DAG combines" ...Alex MacLean
2025-08-22Revert "[NVPTX] Legalize aext-load to zext-load to expose more DAG combines (...Joseph Huber
2025-08-21[NVPTX] Legalize aext-load to zext-load to expose more DAG combines (#154251)Alex MacLean
2025-01-24[MIPS] [MSA] Widen v2i8, v216 and v2i32 vectors (#123040)Cinhi Young
2024-12-10[test] Change llc -march=mips* to -mtriple=mips*Fangrui Song
2023-12-14[SelectionDAG] Use getVectorElementPointer in DAGCombiner::replaceStoreOfInse...Craig Topper
2023-12-04[NFC][asan] Replace AsanInited/ENSURE_ASAN_INITED with TryAsanInitFromRtl (#7...Vitaly Buka
2023-12-04[SelectionDAG] Use getVectorElementPointer in DAGCombiner::replaceStoreOfInse...Craig Topper
2023-06-28[DAGCombine] Fold (store (insert_elt (load p)) x p) -> (store x)Luke Lau
2022-12-19[Mips] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-10-15[CodeGen] Using ZExt for extractelement indices.Peter Rong
2021-07-20[MIPS][MSA] Regenerate basic operations test checksSimon Pilgrim
2018-10-03[mips] Remove -allow-deprecated-dag-overlap flag from tests. NFCSimon Atanasyan
2018-07-11[FileCheck] Add -allow-deprecated-dag-overlap to failing llvm testsJoel E. Denny
2017-03-10[mips][msa] Accept more values for constant splatsSimon Dardis
2016-07-19[mips] Correct label prefixes for N32 and N64.Daniel Sanders
2016-06-24[mips] Use --check-prefixes where appropriate. NFC.Daniel Sanders
2016-06-15[mips][msa] Fix register/register-class mismatches in emitINSERT_DF_VIDX().Daniel Sanders
2016-04-11[mips] Make Static a default relocation model for MIPS codegenPetar Jovanovic
2015-05-05[mips] Generate code for insert/extract operations when using the N64 ABI and...Daniel Sanders
2015-05-05[mips][msa] Test basic operations for the N32 ABI too.Daniel Sanders
2015-04-30[mips][msa] Rename main check prefix to 'ALL' in basic operations tests. NFCDaniel Sanders
2015-04-30[mips][msa] Use CHECK-LABEL where missing, and remove checks matching the .si...Daniel Sanders
2015-04-30[mips] Add missing signext attributes to MSA basic operations tests. NFC.Daniel Sanders
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
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-03[mips] Prevent %lo relocation being used on MSA loads and stores.Daniel Sanders
2013-11-15[mips][msa] Merge basic_operations_little.ll into basic_operations.ll.Daniel Sanders
2013-11-15[mips][msa] Build all the tests in little and big endian modes and correct an...Daniel Sanders
2013-09-27[mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal e...Daniel Sanders
2013-09-27[mips][msa] Expand all truncstores and loadexts for MSA as well as DSPDaniel Sanders
2013-09-24[mips][msa] Non-constant BUILD_VECTOR's should be expanded to INSERT_VECTOR_E...Daniel Sanders
2013-09-23[mips][msa] Added support for matching insert and copy from normal IR (i.e. n...Daniel Sanders
2013-09-23[mips][msa] Implemented build_vector using ldi, fill, and custom SelectionDAG...Daniel Sanders