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-12Update RyuJIT (#4919)Michal Strehovský
2017-11-12Define CORERT for ProjectN buildsJan Kotas
2017-11-11Fix implementation of GCToOSInterface::VirtualCommit to ditch the pages (#4907)Jan Kotas
2017-11-10[ARM32/ObjWriter] Implementation thumb mode (#4899)Petr Bred
2017-11-08ObjWriter integration (#4891)Petr Bred
2017-11-08Fork original ObjectWriter from LLILC repo (#4888)Petr Bred
2017-11-08Remove workaround for #2601Michal Strehovský
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-04Merge pull request #4868 from dotnet/nmirrorJan Kotas
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-11-02Port https://github.com/dotnet/coreclr/pull/14822 (#4861)Jan Kotas
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-25Enable debug info in Release builds of the runtime (#4798)Jan 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-18[RyuJIT/ARM32] Support for CFI unwind info (#4755)sergey ignatov
2017-10-15Merge pull request #4728 from dotnet/nmirrorJan Kotas
2017-10-14RemoveFuncEvalTargetGlobal - the g_FuncEvalTarget is no longer used after my ...Andrew Au
2017-10-13Merge pull request #4719 from dotnet/nmirrorJan Kotas
2017-10-13FuncEvalInterfaceDispatch - Allow calling method defined on an interface thro...Andrew Au
2017-10-11Use default calling convention for jitinterface wrapper (#4700)Jan Kotas
2017-10-10Update RyuJIT (#4691)Michal Strehovský
2017-10-06FuncEvalVirtualDispatch - Enable doing real virtual function dispatch in Func...Andrew Au
2017-10-04Enable x86 support for UnixAdeel
2017-10-03Update RyuJIT (#4644)Jan Kotas
2017-09-30Add placeholder build option for WebAssembly (#4620)Phill
2017-09-29Fix build breaks on ProjectN x86 (#4633)Jan Kotas
2017-09-29Port CoreCLR#13736 fix to CoreRT (#4627)Sean Gillespie
2017-09-29Update JIT/EE interface (#4631)Jan Kotas
2017-09-26[tfs-changeset: 1676255]dotnet-bot
2017-09-24Enable x86 build (#4598)Adeel Mujahid
2017-09-22Enable Server GC (#4591)Sergiy Kuryata