summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/simd-arith.ll
Commit message (Expand)AuthorAgeFilesLines
* [TargetLowering] SimplifyDemandedBits - call SimplifyMultipleUseDemandedBits ...Simon Pilgrim2020-01-041-56/+56
* [WebAssembly] Add avgr_u intrinsics and require nuw in patternsThomas Lively2019-12-181-0/+24
* [WebAssembly] Implement SIMD {i8x16,i16x8}.avgr_u instructionsThomas Lively2019-12-171-0/+26
* [WebAssembly] Replace SIMD int min/max builtins with patternsThomas Lively2019-12-161-0/+132
* [WebAssembly] v128.andnotThomas Lively2019-09-271-0/+63
* Revert r368276 "[TargetLowering] SimplifyDemandedBits - call SimplifyMultiple...Hans Wennborg2019-08-131-56/+56
* [TargetLowering] SimplifyDemandedBits - call SimplifyMultipleUseDemandedBits ...Simon Pilgrim2019-08-081-56/+56
* [SelectionDAG] Do minnum->minimum at legalization time instead of building timeBenjamin Kramer2019-07-011-0/+22
* [WebAssembly] Omit wrap on i64x2.{shl,shr*} ISel when possibleThomas Lively2019-06-261-9/+48
* [WebAssembly] Expand SIMD shifts while V8's implementation disagreesThomas Lively2019-01-151-6/+30
* [WebAssembly] Add unimplemented-simd128 subtarget featureThomas Lively2019-01-101-36/+20
* Revert "[WebAssembly] Add simd128-unimplemented subtarget feature"Thomas Lively2019-01-101-20/+36
* [WebAssembly] Add simd128-unimplemented subtarget featureThomas Lively2019-01-101-36/+20
* Revert "[WebAssembly] Add unimplemented-simd128 subtarget feature"Thomas Lively2019-01-101-20/+36
* [WebAssembly] Add unimplemented-simd128 subtarget featureThomas Lively2019-01-091-36/+20
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-081-3/+3
* [WebAssembly] Fix invalid machine instrs in -O0, verify in testsThomas Lively2018-12-211-6/+6
* [WebAssembly] Gate unimplemented SIMD ops on flagThomas Lively2018-12-201-8/+10
* [WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen2018-11-191-192/+98
* [WebAssembly] General vector shift loweringThomas Lively2018-11-021-0/+241
* [SelectionDAG] DAG combiner for fminnan and fmaxnanThomas Lively2018-10-241-4/+60
* [WebAssembly] Custom lower i64x2 constant shifts to avoid wrapThomas Lively2018-10-201-3/+26
* [WebAssembly] SIMD min and maxThomas Lively2018-10-131-0/+168
* [WebAssembly] Fix fneg loweringThomas Lively2018-10-101-2/+4
* [WebAssembly] Handle V128 register class in explicit locals passThomas Lively2018-10-091-0/+4
* [WebAssembly] Saturating arithmetic intrinsicsThomas Lively2018-10-051-4/+4
* [WebAssembly] Bitselect intrinsic and instructionThomas Lively2018-10-031-7/+87
* [WebAssembly] SIMD sqrtThomas Lively2018-09-251-0/+24
* [WebAssembly][NFC] Fix hardcoded stack indices in testsThomas Lively2018-09-241-4/+4
* [WebAssembly] v4f32.abs and v2f64.absThomas Lively2018-09-181-0/+25
* [WebAssembly][NFC] Generalize operand numbers in SIMD testsThomas Lively2018-09-151-106/+106
* [WebAssembly] SIMD shiftsThomas Lively2018-09-151-0/+265
* [WebAssembly] SIMD negThomas Lively2018-09-141-0/+69
* [WebAssembly][NFC] Move SIMD encoding tests to dedicated fileThomas Lively2018-09-141-186/+186
* [WebAssembly][NFC] Fix up SIMD bitwise testsThomas Lively2018-08-281-12/+15
* [WebAssembly] v128.notThomas Lively2018-08-281-0/+49
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-271-6/+6
* [WebAssembly] SIMD Bitwise binary arithmeticThomas Lively2018-08-231-0/+132
* [WebAssembly] Arbitrary BUILD_VECTOR and remove i64x2.mulThomas Lively2018-08-221-4/+4
* [WebAssembly] SIMD encoding testsHeejin Ahn2018-08-141-46/+46
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-08-131-6/+6
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-101-6/+6
* [WebAssembly] Gate i64x2 and f64x2 on -wasm-enable-unimplementedHeejin Ahn2018-08-091-2/+11
* [WebAssembly] Update SIMD binary arithmeticDerek Schuff2018-08-071-4/+93
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-07-271-4/+4
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-07-271-4/+4
* [WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg2018-05-101-1/+1
* [WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...Dan Gohman2017-02-281-5/+5
* [WebAssembly] Initial SIMD128 support.Derek Schuff2016-08-021-0/+158
OpenPOWER on IntegriCloud