Michael Ferris
|
cf71a962c1
Merge 1809 October Update changes
|
7 年之前 |
Michael Ferris
|
2f4fcc8879
Rename more CurrentMemory to MemorySize and fix unittest
|
7 年之前 |
Michael Holman
|
15b6ca2b98
add nontrapping float-to-int conversions
|
8 年之前 |
Michael Ferris
|
0664caeed1
Add Interpreter implementation for atomic loads
|
8 年之前 |
Michael Ferris
|
88155df9e6
Remove Simd.js related code
|
8 年之前 |
Michael Ferris
|
a7aa47c018
Fix build of when wasm is enabled, but wasm.simd is disabled.
|
8 年之前 |
Arun Purushan (Intel Americas Inc)
|
eebff837b0
Merge branch 'master' into wasm.simd
|
8 年之前 |
Michael Ferris
|
0e036aa586
Do not pass info through WorkItem. Instead embed the necessary info on the loopstart bytecode layout.
|
8 年之前 |
Nikolay Korovaiko
|
e12dac38de
truncation & conversion ops for 64x2 types
|
8 年之前 |
Arun Purushan (Intel Americas Inc)
|
647fc621e6
Merge from Master to wasm.simd
|
8 年之前 |
Sandeep Agarwal
|
42bf8be0df
[1.7>master] [MERGE #3917 @agarwal-sandeep] 17-10 Security Update that addresses the following issues in ChakraCore
|
8 年之前 |
Michael Ferris
|
8069020cc9
[CVE-2017-11812] Asm.js: Check if the heap is detached after coercing the return value of a foreign import call.
|
8 年之前 |
Nikolay Korovaiko
|
becd54adb1
float64x2
|
8 年之前 |
Nikolay Korovaiko
|
4a7149b032
refactor & cleanup for bitselect & shuffle
|
8 年之前 |
Michael Ferris
|
18c55b732e
[MERGE #3741 @Cellule] WASM: Implement new Sign Extend operators
|
8 年之前 |
Nikolay Korovaiko
|
7c3ca9ce8f
bitselect
|
8 年之前 |
Nikolay Korovaiko
|
bf8d8e7291
Merge remote-tracking branch 'msft/master' into wasm.simd
|
8 年之前 |
Michael Ferris
|
1113e933a9
Implement new sign extend operators in interpreter
|
8 年之前 |
Michael Holman
|
1a24313bba
add inlining support for asm.js/wasm
|
8 年之前 |
Nikolay Korovaiko
|
25d29a0511
int64x2 infra
|
8 年之前 |
Nikolay Korovaiko
|
bc130b82b3
merge
|
8 年之前 |
Nikolay Korovaiko
|
cff6be77b7
interpreter fix for non-canonical bool values
|
8 年之前 |
Nikolay Korovaiko
|
a6fed1aab5
simd const operators
|
8 年之前 |
Michael Ferris
|
b1ff34f6b1
Handle overflow for signed rem in interpreter
|
8 年之前 |
Michael Ferris
|
327de58a7c
Rename Div/Rem _Check_ to _Trap_ and name int64 div/rem with _Trap_
|
8 年之前 |
Michael Ferris
|
587f8fb161
Cleanup Div/Rem implementations for Asm.js and Wasm.
|
8 年之前 |
Michael Ferris
|
d9903ea887
Remove Mul_UInt in asm.js as it is unused and there is no difference signed/unsigned multiplication
|
8 年之前 |
Michael Ferris
|
869ce0ae6a
Implement WebAssembly call tracing (arg in/out) to help find where 2 runs diverge.
|
9 年之前 |
Nikolay Korovaiko
|
55640418ea
initial switch to m128
|
9 年之前 |
Arun
|
2ea6c86820
Adding WASM-SIMD feature flag
|
9 年之前 |