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-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
2017-09-15Fix startup errors and start plumbing LLVM into the ILToWebAssemblyimporterMorgan Brown
2017-09-15Enable compilation with LLVMFaizur Rahman
2017-09-15Create and pass around an LLVMModuleRefDavid Wrighton
2017-09-15Make it possible to reference LLVMSharpMichal Strehovský
2017-09-15Add concept of EvaluationStackDavid Wrighton
2017-09-15Propagate NativeCodeGen=Wasm value to create WebAssemblyCodegenCompilationBui...Faizur Rahman
2017-09-15Replace CppWriter with empty version of ILImporterDavid Wrighton
2017-09-15Add stubbed out WebAssemblyObjectWriterDavid Wrighton
2017-09-15Renamed Stuff to WebAssembly from CppDavid Wrighton
2017-09-15Add ILCompiler.WebAssembly dll to buildDavid Wrighton