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
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
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-10-10Implement dup IL instruction. Fixes #4513 (#4693)Jeremy Koritzinsky
2017-09-26Fix strings for WebAssembly (#4592)Morgan Brown
2017-09-22[ILVerify] Fix block re-verification possibly causing endless loop (#4575)Samuel Arzt
2017-09-15Fix build breaks after moving files to shared and misc cleanupJan Kotas
2017-09-15Fix LLVM NuGet binary placement and clean up changesMorgan Brown
2017-09-15Adds a WASM test and test infrastructure changes and fixes to support it.Morgan Brown
2017-09-15Enable multiple method compilation, calling void methods, loading floats and ...Morgan Brown
2017-09-15Fix a couple of bugs to ensure function call worksFaizur Rahman
2017-09-15Handle returns from pinvokesMorgan Brown
2017-09-15Implement ldargMorgan Brown
2017-09-15Avoid canonicalizing pointers. Fixes calling printfMorgan Brown
2017-09-15ImportCall return value handlingFaizur Rahman
2017-09-15Progress toward ldloca, conv.u, and stfldMorgan Brown
2017-09-15Simulate CIL evaluation stackMichal Strehovský
2017-09-15Support for LoadStr instructionDavid Wrighton
2017-09-15Load str in progress workDavid Wrighton
2017-09-15ObjectWriter doesn't generate invalid IRDavid Wrighton
2017-09-15Adds pinvoke handling (without marshaling and with the assumption that everyt...Morgan Brown
2017-09-15Progress toward importing raw pinvokesMorgan Brown
2017-09-15ImportCall - load argumentsFaizur Rahman
2017-09-15[WIP] Import CallFaizur Rahman
2017-09-15BranchingMichal Strehovský
2017-09-15ObjectWriter now actually runs to completion in some casesDavid Wrighton
2017-09-15Handle WebAssemblyMethodCodeNode symbols in writerDavid Wrighton
2017-09-15ObjectWriter initial workDavid Wrighton
2017-09-15Fix offsets for ldloc and stloc and allocate the stack. These changes are eno...Morgan Brown
2017-09-15Adds ldloc and stloc handlingMorgan Brown
2017-09-15Add a zero-initializing prolog to methodsMorgan Brown
2017-09-15Implement binary operationsMichal Strehovský
2017-09-15Add entrypoint in object emitter and handling for ldc instruction and tempora...Morgan Brown
2017-09-15Hopefully most of the changes needed to be able to emit a file.Morgan Brown