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-12-30Cleanup ifdefs (#5156)Jan Kotas
2017-09-26[tfs-changeset: 1676255]dotnet-bot
2017-09-15Implemented portable pinvoke infrastructure for CppCodeGen (#4503)Jeff Greene
2017-08-15Fix CppCodegen and UnixMichal Strehovský
2017-08-14Speed up string allocations by 35%Michal Strehovsky
2017-07-10Enable return address hijacking for thread suspension on Windows x64 (#4106)Sergiy Kuryata
2017-07-06[arm tizen] Implemented AllocFast.s stubs (#4068)sergey ignatov
2017-06-27Use some helpers from portable version for ARM (#3989)Petr Bred
2017-04-23Enable CFG support in ProjectNYi Zhang
2017-04-19Fix unix build break: Rename RhpGetCommonStubAddress to RhGetCommonStubAddres...Faizur Rahman
2017-02-24Addressed more feedbacks: Moved TryGetMarshallerForDelegate from TypeLoader t...Faizur Rahman
2017-02-23Delegate MarshallingFaizur Rahman
2017-02-14Fixes for cross building corert tests for arm architectures on Linux (#2682)sergey ignatov
2017-01-24Enabling the calling convention conversion functionality in the non-portable ...fadimounir
2016-11-15Thunk pool implementation for CoreRT. In CoreRT, the thunk mappings are alloc...Fadi Hanna
2016-11-03The number of thunk blocks per mapping in CoreRT will be more dynamic. Removi...Fadi Hanna
2016-10-19Fix CoreRT build breaksJan Kotas
2016-10-19Refactoring for the ThunkPool APIs:Fadi Hanna
2016-10-12Fix Unix build breaksJan Kotas
2016-10-05Fix CoreRT build breaksJan Kotas
2016-10-01Fix CppCodeGen build breaksJan Kotas
2016-09-30Workaround link errors in CppCodeGenJan Kotas
2016-09-14Ports dotnet/coreclr PR#6764 (https://github.com/dotnet/coreclr/pull/6764) to...dotnet-bot
2016-08-16Implement transition thunk for Unix amd64 (#1653)Jan Kotas
2016-08-12This fixes debugger step-in in the interface dispatch changesJan Vorlicek
2016-06-06Update RyuJIT package to latest version (#1370)Jan Kotas
2016-06-05Implement alloc helpers for Unix (#1360)Jan Kotas
2016-06-01Reduce assembly code in alloc helpersJan Kotas
2016-05-26Implement PInvoke Unix asm helpersJan Kotas
2016-05-24Change CORERT TODO ifdefs to USE_PORTABLE_HELPERS as appropriateJan Kotas
2016-05-17Fix Unix build breakJan Kotas
2016-05-17Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2016-05-17Reduce assembly code in PInvoke helpersJan Kotas
2016-05-16Add support for PInvoke helpers to the IL compiler. (#1274)Jan Kotas
2016-05-02Work on enabling GC on Windows (#1221)Jan Kotas
2016-04-28Add exported native callable methods as compilation roots (#1211)Jan Kotas
2016-04-16Fix build break in portable runtime flavor (#1154)Jan Kotas
2016-03-24Support for compiling to and linking multiple object filesSimon Nattress
2016-03-23Rename runtime\assert.h to runtime\rhassert.hJan Kotas
2016-02-26Fix .NET Native for UWP build breaksJan Kotas
2016-02-19Fixed typo causing a C compilation error on 32-bit.Manu
2016-02-10Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2016-02-08Fix RhpLoopHijack to stop trashing important registersScott Mosier
2016-02-01Fix inconsistent WIN32 define usesJan Kotas
2016-01-28Merge pull request #746 from jkotas/nmirror_mergeJan Kotas
2016-01-28Merge branch 'nmirror' into nmirror_mergeJan Kotas
2016-01-28Update licensing headersdotnet-bot
2016-01-27Correct allocation size for stringsJan Kotas
2016-01-21Interface dispatch for Linux and OSXSimon Nattress
2016-01-14Interface dispatch supportSimon Nattress