История коммитов

Автор SHA1 Сообщение Дата
  Taylor Woll bdf3216cce Merge unreleased/rs3 to release/1.6 8 лет назад
  Paul Leathers 2500e1cdc1 17-08 ChakraCore servicing release 8 лет назад
  Louis Lafreniere 6e39312394 Initialize locals 8 лет назад
  Sandeep Agarwal 00fc551d9d Remove Simd.js code from ChakraCore - Part 1 (ifdef out) 8 лет назад
  Michael Ferris 7cde2e366b Add config flag to trace memory writes in wasm 8 лет назад
  Michael Ferris 3adb1df769 On windows, do not emit TrapIfChecks for div/rem instead, catch the win32 exception and throw a WebAssembly exception instead 8 лет назад
  Michael Ferris 60f22b0f7c rename Unreachable_Void to ThrowRuntimeError 8 лет назад
  Michael Ferris 56c0f5e427 Do not trap if min/-1 for divU int64 8 лет назад
  Michael Ferris be5f95f0ed Do not deadstore trunc instructions has it is needed to trap on invalid conversions. 8 лет назад
  Michael Ferris 79c6ff2551 wasm: Lower trap if zero regardless of if div/rem is still present 8 лет назад
  Michael Ferris fd52e589f1 Make sure we create loop body slot opnd as signed int. 8 лет назад
  Michael Ferris 3cc5c2ba8e [MERGE #3019 @Cellule] WASM/AsmJs: Fix bad cse between signed/unsigned div&rem 8 лет назад
  Michael Ferris bb1aef46cc Change WasmSignature to use Js::ArgSlot for param size/count. 8 лет назад
  Michael Holman 82adb94f9d remove asm.js changeheap 8 лет назад
  Michael Ferris 327de58a7c Rename Div/Rem _Check_ to _Trap_ and name int64 div/rem with _Trap_ 8 лет назад
  Michael Ferris 9d68f5cbe2 Create DivU_I4 and RemU_I4 to differentiate between signed and unsigned div/rem. 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 936b209d40 Fixed a bunch of bugs regarding int64 const prop 8 лет назад
  Michael Ferris 09d7a4e0f5 Remove jit support for AsmJsFunctionEntry trace 9 лет назад
  Michael Holman afb61a697f [2.0>master] [1.4>2.0] [MERGE #2697 @MikeHolman] 17-03 ChakraCore servicing release 9 лет назад
  Michael Holman e5d41078cb [1.4>2.0] [MERGE #2697 @MikeHolman] 17-03 ChakraCore servicing release 9 лет назад
  Derek Morris bf4ef6cfb0 Check for post-lower opcodes earlier than normal. 9 лет назад
  Michael Holman 3122e34112 address review comments 9 лет назад
  Michael Holman e5b7395703 use [reg+reg+offset] addressing mode for wasm memory indexes 9 лет назад
  Michael Ferris b48bb48086 Rebase + self code review 9 лет назад
  Michael Ferris 437a31f832 Place WebAssembly fast array under a flag 9 лет назад
  Michael Ferris 2d3bb58142 Implement fast array support for WebAssembly heap access 9 лет назад
  Oguz Bastemur d1b867bce9 xplat: do not inline class function in source file 9 лет назад
  Michael Ferris e923a536ec [MERGE #1976 @MikeHolman] Implement WebAssembly grow_memory operator 9 лет назад
  Michael Ferris db05592c1c CR Fixes 9 лет назад