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-08Find unwind info ourselves rather than initializing unwind cursors each time.Aditya Mandaleeka
2017-12-05Build runtime and libraries for WebAssembly (#4876)Morgan Brown
2017-12-01Fix to a GC hole caused by hijacking 'finally' blocks.Fadi Hanna
2017-11-30Ordinal Multifile supportDavid Wrighton
2017-11-21Allow creating static or shared native library (#4718)Toni Solarin-Sodara
2017-11-21ARM32: fix overflow bug in write barriers (#4974)Petr Bred
2017-11-16Add back full StartupCodeHelpers.cs to ProjectN buildJan Kotas
2017-11-16Decouple BCL module list from MRTTomas Rylek
2017-11-14Compile "Module" code manager for ProjectN only (#4924)Jan Kotas
2017-11-12Define CORERT for ProjectN buildsJan Kotas
2017-11-11Fix implementation of GCToOSInterface::VirtualCommit to ditch the pages (#4907)Jan Kotas
2017-11-07[armel] fixed PC passing to unwindSergey Ignatov
2017-11-07Implement RegDisplayToUnwindCursor for ARM.Aditya Mandaleeka
2017-11-04Remove ARM workaround used for nongnu libunwind.Aditya Mandaleeka
2017-11-04Improve unwinder initialization perf.Aditya Mandaleeka
2017-11-04Merge pull request #4869 from adityamandaleeka/dedicated_getunwindprocinfoAditya Mandaleeka
2017-11-04Add comment about indexing into unw_context_t.Aditya Mandaleeka
2017-11-03Use libunwind more efficiently to speed up finding method info.Aditya Mandaleeka
2017-11-03ProjectX: New GetOsModuleHandle API to ICodeManagerdotnet-bot
2017-10-31Build native code for WebAssembly target (#4624)Phill
2017-10-30ARM32: Fix RhCommonStub and RhGetCurrentThunkContext (#4833)Petr Bred
2017-10-27CR feedbackJan Kotas
2017-10-26Push proper RBP frame in PUSH_COOP_PINVOKE_FRAMEJan Kotas
2017-10-21[tfs-changeset: 1678781]dotnet-bot
2017-10-19Changing reloc types in method associated data nodes to be more compatible wi...Fadi Hanna
2017-10-14RemoveFuncEvalTargetGlobal - the g_FuncEvalTarget is no longer used after my ...Andrew Au
2017-10-13FuncEvalInterfaceDispatch - Allow calling method defined on an interface thro...Andrew Au
2017-10-06FuncEvalVirtualDispatch - Enable doing real virtual function dispatch in Func...Andrew Au
2017-10-04Enable x86 support for UnixAdeel
2017-09-26[tfs-changeset: 1676255]dotnet-bot
2017-09-24Enable x86 build (#4598)Adeel Mujahid
2017-09-22Enable Server GC (#4591)Sergiy Kuryata
2017-09-21Fix incorrect arm ifdef (#4585)Jan Vorlicek
2017-09-21Cleanup portable PInvokeTransitionFrame - fixes ARM build break (#4584)Jan Kotas
2017-09-18Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2017-09-18Fix PInvokeTransitionFrame build break (#4559)Jan Vorlicek
2017-09-18Jan Vorlicek's fix for ARM build breakTomas Rylek
2017-09-15Implemented portable pinvoke infrastructure for CppCodeGen (#4503)Jeff Greene
2017-09-13Fix for CI build breaksFadi Hanna
2017-09-13These changes provide a way for ProjectX/CoreRT to get the target of custom i...Fadi Hanna
2017-09-07Delete unused definitionsJan Kotas
2017-09-05Fixes for Linux ARM (#4441)Jan Kotas
2017-08-31Include missing header in cpp fileFadi Hanna
2017-08-30Fixing CI break caused by previous checkin of the unboxing stubs region to en...Fadi Hanna
2017-08-28Merge pull request #4400 from dotnet/masterJan Kotas
2017-08-26Fixing a bug in the GCStress implementation where RhpGcStressProbe trashes th...dotnet-bot
2017-08-25Fix compilation with Xcode 9 (#4383)William Kent
2017-08-24Delete unused code (#4375)Jan Kotas
2017-08-24CoreRT implementation for the GetCodeTarget API, to decode unboxing stubsFadi Hanna
2017-08-21This fixes the stresslog issue with the chk version of mrt150.dll that Sergiy...Peter Sollich