index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
CodeGen
/
WebAssembly
/
simd-arith.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TargetLowering] SimplifyDemandedBits - call SimplifyMultipleUseDemandedBits ...
Simon Pilgrim
2020-01-04
1
-56
/
+56
*
[WebAssembly] Add avgr_u intrinsics and require nuw in patterns
Thomas Lively
2019-12-18
1
-0
/
+24
*
[WebAssembly] Implement SIMD {i8x16,i16x8}.avgr_u instructions
Thomas Lively
2019-12-17
1
-0
/
+26
*
[WebAssembly] Replace SIMD int min/max builtins with patterns
Thomas Lively
2019-12-16
1
-0
/
+132
*
[WebAssembly] v128.andnot
Thomas Lively
2019-09-27
1
-0
/
+63
*
Revert r368276 "[TargetLowering] SimplifyDemandedBits - call SimplifyMultiple...
Hans Wennborg
2019-08-13
1
-56
/
+56
*
[TargetLowering] SimplifyDemandedBits - call SimplifyMultipleUseDemandedBits ...
Simon Pilgrim
2019-08-08
1
-56
/
+56
*
[SelectionDAG] Do minnum->minimum at legalization time instead of building time
Benjamin Kramer
2019-07-01
1
-0
/
+22
*
[WebAssembly] Omit wrap on i64x2.{shl,shr*} ISel when possible
Thomas Lively
2019-06-26
1
-9
/
+48
*
[WebAssembly] Expand SIMD shifts while V8's implementation disagrees
Thomas Lively
2019-01-15
1
-6
/
+30
*
[WebAssembly] Add unimplemented-simd128 subtarget feature
Thomas Lively
2019-01-10
1
-36
/
+20
*
Revert "[WebAssembly] Add simd128-unimplemented subtarget feature"
Thomas Lively
2019-01-10
1
-20
/
+36
*
[WebAssembly] Add simd128-unimplemented subtarget feature
Thomas Lively
2019-01-10
1
-36
/
+20
*
Revert "[WebAssembly] Add unimplemented-simd128 subtarget feature"
Thomas Lively
2019-01-10
1
-20
/
+36
*
[WebAssembly] Add unimplemented-simd128 subtarget feature
Thomas Lively
2019-01-09
1
-36
/
+20
*
[WebAssembly] Massive instruction renaming
Thomas Lively
2019-01-08
1
-3
/
+3
*
[WebAssembly] Fix invalid machine instrs in -O0, verify in tests
Thomas Lively
2018-12-21
1
-6
/
+6
*
[WebAssembly] Gate unimplemented SIMD ops on flag
Thomas Lively
2018-12-20
1
-8
/
+10
*
[WebAssembly] replaced .param/.result by .functype
Wouter van Oortmerssen
2018-11-19
1
-192
/
+98
*
[WebAssembly] General vector shift lowering
Thomas Lively
2018-11-02
1
-0
/
+241
*
[SelectionDAG] DAG combiner for fminnan and fmaxnan
Thomas Lively
2018-10-24
1
-4
/
+60
*
[WebAssembly] Custom lower i64x2 constant shifts to avoid wrap
Thomas Lively
2018-10-20
1
-3
/
+26
*
[WebAssembly] SIMD min and max
Thomas Lively
2018-10-13
1
-0
/
+168
*
[WebAssembly] Fix fneg lowering
Thomas Lively
2018-10-10
1
-2
/
+4
*
[WebAssembly] Handle V128 register class in explicit locals pass
Thomas Lively
2018-10-09
1
-0
/
+4
*
[WebAssembly] Saturating arithmetic intrinsics
Thomas Lively
2018-10-05
1
-4
/
+4
*
[WebAssembly] Bitselect intrinsic and instruction
Thomas Lively
2018-10-03
1
-7
/
+87
*
[WebAssembly] SIMD sqrt
Thomas Lively
2018-09-25
1
-0
/
+24
*
[WebAssembly][NFC] Fix hardcoded stack indices in tests
Thomas Lively
2018-09-24
1
-4
/
+4
*
[WebAssembly] v4f32.abs and v2f64.abs
Thomas Lively
2018-09-18
1
-0
/
+25
*
[WebAssembly][NFC] Generalize operand numbers in SIMD tests
Thomas Lively
2018-09-15
1
-106
/
+106
*
[WebAssembly] SIMD shifts
Thomas Lively
2018-09-15
1
-0
/
+265
*
[WebAssembly] SIMD neg
Thomas Lively
2018-09-14
1
-0
/
+69
*
[WebAssembly][NFC] Move SIMD encoding tests to dedicated file
Thomas Lively
2018-09-14
1
-186
/
+186
*
[WebAssembly][NFC] Fix up SIMD bitwise tests
Thomas Lively
2018-08-28
1
-12
/
+15
*
[WebAssembly] v128.not
Thomas Lively
2018-08-28
1
-0
/
+49
*
[WebAssembly] Added default stack-only instruction mode for MC.
Wouter van Oortmerssen
2018-08-27
1
-6
/
+6
*
[WebAssembly] SIMD Bitwise binary arithmetic
Thomas Lively
2018-08-23
1
-0
/
+132
*
[WebAssembly] Arbitrary BUILD_VECTOR and remove i64x2.mul
Thomas Lively
2018-08-22
1
-4
/
+4
*
[WebAssembly] SIMD encoding tests
Heejin Ahn
2018-08-14
1
-46
/
+46
*
Revert "[WebAssembly] Added default stack-only instruction mode for MC."
Wouter van Oortmerssen
2018-08-13
1
-6
/
+6
*
[WebAssembly] Added default stack-only instruction mode for MC.
Wouter van Oortmerssen
2018-08-10
1
-6
/
+6
*
[WebAssembly] Gate i64x2 and f64x2 on -wasm-enable-unimplemented
Heejin Ahn
2018-08-09
1
-2
/
+11
*
[WebAssembly] Update SIMD binary arithmetic
Derek Schuff
2018-08-07
1
-4
/
+93
*
Revert "[WebAssembly] Added default stack-only instruction mode for MC."
Wouter van Oortmerssen
2018-07-27
1
-4
/
+4
*
[WebAssembly] Added default stack-only instruction mode for MC.
Wouter van Oortmerssen
2018-07-27
1
-4
/
+4
*
[WebAsembly] Update default triple in test files to wasm32-unknown-unkown.
Sam Clegg
2018-05-10
1
-1
/
+1
*
[WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...
Dan Gohman
2017-02-28
1
-5
/
+5
*
[WebAssembly] Initial SIMD128 support.
Derek Schuff
2016-08-02
1
-0
/
+158