summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WebAssembly/simd.ll
AgeCommit message (Expand)Author
2025-01-21DAG: Fix vector_shuffle -> splat fold defining undef lanes (#123596)Matt Arsenault
2024-04-04[DAG] Preserve NUW when reassociating (#87621)Piotr Sobczak
2023-01-26[NFC][WebAssembly] Updated testsSamuel Parker
2022-09-13[WebAssembly] Improve codegen for shuffles with undefined lane indicesFanchen Kong
2021-07-14[WebAssembly] Remove datalayout strings from llc testsThomas Lively
2021-03-18[WebAssembly] Remove unimplemented-simd target featureThomas Lively
2020-12-22[WebAssembly][SIMD] Rename shuffle, swizzle, and load_splatsThomas Lively
2020-07-10[WebAssembly] Prefer v128.const for constant splatsThomas Lively
2020-02-25[WebAssembly] Simplify extract_vector loweringThomas Lively
2020-02-04[WebAssembly] Enable recently implemented SIMD operationsThomas Lively
2019-10-27[SDAG] fold insert_vector_elt with undef indexSanjay Patel
2019-10-25[SDAG] fold extract_vector_elt with undef indexSanjay Patel
2019-02-23[WebAssembly] Update CodeGen test expectations after rL354697. NFCSam Clegg
2019-01-10[WebAssembly] Add unimplemented-simd128 subtarget featureThomas Lively
2019-01-10Revert "[WebAssembly] Add simd128-unimplemented subtarget feature"Thomas Lively
2019-01-10[WebAssembly] Add simd128-unimplemented subtarget featureThomas Lively
2019-01-10Revert "[WebAssembly] Add unimplemented-simd128 subtarget feature"Thomas Lively
2019-01-09[WebAssembly] Add unimplemented-simd128 subtarget featureThomas Lively
2019-01-08[WebAssembly] Massive instruction renamingThomas Lively
2018-12-21[WebAssembly] Fix invalid machine instrs in -O0, verify in testsThomas Lively
2018-12-20[WebAssembly] Gate unimplemented SIMD ops on flagThomas Lively
2018-11-19[WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen
2018-11-02[WebAssembly] Expand inserts and extracts with variable indicesThomas Lively
2018-10-19[WebAssembly] Handle undefined lane indices in SIMD patternsThomas Lively
2018-09-15[WebAssembly][NFC] Generalize operand numbers in SIMD testsThomas Lively
2018-09-14[WebAssembly][NFC] Move SIMD encoding tests to dedicated fileThomas Lively
2018-09-07[WebAssembly] v8x16.shuffleThomas Lively
2018-09-04[WebAssembly][NFC] Add colon to label in testThomas Lively
2018-09-04[WebAssembly][NFC] Fix formatting and testsThomas Lively
2018-08-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-08-23[WebAssembly] Prioritize splats over v128.constsThomas Lively
2018-08-22[WebAssembly] Arbitrary BUILD_VECTOR and remove i64x2.mulThomas Lively
2018-08-21[WebAssembly] v128.constThomas Lively
2018-08-15[WebAssembly] SIMD replace_laneDerek Schuff
2018-08-15[WebAssembly] SIMD SplatsDerek Schuff
2018-08-14[WebAssembly] SIMD encoding testsHeejin Ahn
2018-08-14[WebAssembly] SIMD extract_laneHeejin Ahn