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 (Collapse)Author
2017-12-09Fix ProjectN build breaks (#5086)Jan Kotas
2017-12-08Find unwind info ourselves rather than initializing unwind cursors each time.Aditya Mandaleeka
2017-12-05Build runtime and libraries for WebAssembly (#4876)Morgan Brown
* Fix issues building the runtime, corelib and type loader for WebAssembly * Fix test infrastructure to allow running with the wasm flavor
2017-02-06Deleted unneeded fields pCurrentContextPointers&volatileCurrContextPointersSergey Ignatov
2017-02-06Fixes for compiling corert for arm architectureSergey Ignatov
2016-05-04Modify context related data structures for Unix AMD64 (#1228)Jan Vorlicek
This change modifies PAL_LIMITED_CONTEXT, StackFrameIterator and REGDISPLAY structs and also all related code accessing registers that are not present for Unix.
2016-01-28Update licensing headersdotnet-bot
2015-12-04Enabled native compilation on ARM64Manu
Enabled enough code to have a clean compilation on ARM64. Currently nothing is really implemented and we either use the PORTABILITY_ASSERT macro or a @TODO comment places that still need work.
2015-12-02Uniformization of preprocessor macros for targetsManu
See issue #440. Replaced TARGET_ARM by _TARGET_ARM_.
2015-12-02Uniformization of preprocessor macros for targetsManu
See issue #440. Replaced TARGET_X86 by _TARGET_X86_.
2015-12-02Uniformization of preprocessor macros for targetsManu
See issue #440. Replaced TARGET_AMD64 by _TARGET_AMD64_.
2015-10-24Enable compilation of the runtime on LinuxJan Vorlicek
This change enables compilation of the runtime excluding the PAL layer on Linux. Most of the changes are just to make it build with clang that's more strict w.r.t. the C++11 standard. In addition to that, I have removed our implementation of the new / delete operators and replaced all calls to new in the runtime by new (nothrow).
2015-10-01Initial population of CoreRT Runtime files.dotnet-bot