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-08-23Add wasm debug info (#6186)Morgan Brown
2018-08-07Optimize WASM arguments and returns (#6181)Morgan Brown
2018-08-06Fix calling sealed virtual methods now that sealed vtables are always enabled...Morgan Brown
2018-08-02WASM: Multidimensional array instantiation fix (#6096)Blealtan
2018-07-18Refactoring the ISortableSymbolNode into ISortableNode and ISymbolNode, to se...Fadi Hanna
2018-05-23Fixes emitting end offsets for R2R header regions by: (#5844)Morgan Brown
2018-05-20Optimize WebAssembly value types (#5738)Morgan Brown
2018-05-17Double/Float casting and comparisons, push floats as 64bit to stack (#5813)yowl
2018-05-15improved llvm generated variable names (#5794)Jeff Greene
2018-05-11fix dup instruction result to no longer reference the original memory in WASM...Jeff Greene
2018-04-26Enable Interface dispatch for WASM (#5748)Jeff Greene
2018-04-25Fix issues related to WebAssembly interface dispatch: (#5735)Morgan Brown
2018-04-07Initialize modules and run StartupCodeMain in wasm (#5621)Morgan Brown
2018-03-28Use a shared DynamicInvoke for delegates and reflection (#5615)Michal Strehovský
2018-03-06Static constructors for WebAssembly (#5425)Morgan Brown
2018-03-02Sealed VTables implementation for CoreRT/ProjectX (tested on both). Changes i...Fadi Hanna
2018-02-28Implement intrinsic call to RuntimeHelpers.InitializeArray for WASM (#5377)Blealtan
2018-02-22Fix binplacing of libLLVM during VS build (#5427)Jan Kotas
2018-02-22Fix F5 debugging of ILCompiler project (#5422)Jan Kotas
2018-02-07Implement break opcode as llvm.debugtrap (#5344)Blealtan
2018-02-06Cleanup NuGet rids (#5353)Jan Kotas
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-21force alignment for all stack allocations in WebAssembly (#5207)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-17[ILVerify] Implement tail-ret and invalid method end verification (#5122)Samuel Arzt
2017-12-08Added real support for Unbox stubs to WebAssembly (#5052)Jeff Greene
2017-12-01Drive devirtualization using scanner's resultsMichal Strehovský
2017-11-30enabled thread static fields in WebAssembly (#4999)Jeff Greene
2017-11-30Ordinal Multifile supportDavid Wrighton
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-30Stabilize object file images (#4818)Simon Nattress
2017-10-23Emit switch in wasm (#4769)Juan Antonio Cano
2017-10-23Search/replace Debug.Assert(false, => Debug.Fail( (#4782)Jan Kotas
2017-10-23Emit donothing on nop. Fix #4529 (#4776)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-17Fix too verbose logging in CppCodeGen (#4738)Jan Kotas
2017-10-17Throw opcode with trap. (#4736)Juan Antonio Cano
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