Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-28Implement intrinsic call to RuntimeHelpers.InitializeArray for WASM (#5377)Blealtan
2018-02-07Implement break opcode as llvm.debugtrap (#5344)Blealtan
2018-02-04Fixed ldind failure and properly zext unsigned types that are smaller than 32...Jeff Greene
2018-02-04Add support for building wasm on OSX and Ubuntu 16 (#5297)Christian Scheuer
2018-02-03Implement castclass & isinst for WebAssembly (#5325)Blealtan
2018-01-31Implement localloc for WebAssembly (#5298)Morgan Brown
2018-01-29Implemented Array instructions for WebAssembly (#5172)Jeff Greene
2018-01-13Implement WebAssembly delegates (#5143)Morgan Brown
2017-12-31Implement cpobj opcode for wasm (#5151)Wayde Reitsma
2017-12-27Link WebAssembly runtime (#5141)Morgan Brown
2017-12-08Added real support for Unbox stubs to WebAssembly (#5052)Jeff Greene
2017-11-30enabled thread static fields in WebAssembly (#4999)Jeff Greene
2017-11-17Added support for calling methods via virtual slots in WASM (#4931)Jeff Greene
2017-11-06added support for box/unbox/unbox_any for WASM using malloc (#4731)Jeff Greene
2017-11-05implement newobj for WASM using malloc (#4872)Jeff Greene
2017-11-03Revert "implemented newobj for WASM using malloc (#4808)" (#4864)Morgan Brown
2017-11-01implemented newobj for WASM using malloc (#4808)Jeff Greene
2017-10-23Emit switch in wasm (#4769)Juan Antonio Cano
2017-10-21Added support for ldsfld/stsfld/ldsflda/ldflda including general value type s...Jeff Greene
2017-10-17WebAssembly instance method support (#4695)Morgan Brown
2017-10-15Implement Shift Opcodes for WebAssembly (#4721)Jeremy Koritzinsky
2017-10-15Implement neg (float/integer) and not IL instructions. Fixes #4524 and #4525 ...Juan Antonio Cano
2017-10-11implemented ldobj/stobj in terms of ldind/stind (#4709)Jeff Greene
2017-10-11added support for stind in WASM (#4702)Jeff Greene
2017-09-26Fix strings for WebAssembly (#4592)Morgan Brown
2017-09-15Adds a WASM test and test infrastructure changes and fixes to support it.Morgan Brown