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-15[tfs-changeset: 1683889] (#5116)dotnet bot
2017-11-21ARM32: fix overflow bug in write barriers (#4974)Petr Bred
2017-10-30ARM32: Fix RhCommonStub and RhGetCurrentThunkContext (#4833)Petr Bred
2017-10-21[tfs-changeset: 1678781]dotnet-bot
2017-09-05Fixes for Linux ARM (#4441)Jan Kotas
2017-08-15Merge pull request #4323 from dotnet/nmirrorMichal Strehovský
2017-08-15Fix typos in ARM helpersMichal Strehovsky
2017-08-15Fix build break on Linux ARM (#4320)Jan Kotas
2017-08-14Speed up string allocations by 35%Michal Strehovsky
2017-08-04[armel tizen] Implemented StubDispatch.S stubs (#4265)sergey ignatov
2017-08-02[armel tizen] Implemented WriteBarriers.S stubs (#4235)sergey ignatov
2017-07-30[armel tizen] Implemented InteropThunksHelpers.S stubs (#4243)sergey ignatov
2017-07-26[armel tizen] Fixed asm stubs (#4227)sergey ignatov
2017-07-21[armel tizen] Implemented Interlocked.S stubs (#4187)sergey ignatov
2017-07-19[armel tizen] Implemented asm stub UniversalTransition (#4186)sergey ignatov
2017-07-19[arm linux] Provided asm stubs for ExceptionHandling.S & CallingConve… (#4170)sergey ignatov
2017-07-13[armel tizen] Fixed RhpNewArray (#4144)sergey ignatov
2017-07-10ARM: fix AllocFast (#4126)Petr Bred
2017-07-07(On behalf of Jan Vorlicek) Thread abort stage 1Andrew Au
2017-07-06[arm tizen] Implemented AllocFast.s stubs (#4068)sergey ignatov
2017-07-03Fix RhpPInvoke asm helper for arm (#4021)Petr Bred
2017-06-29Add calling convention converter helpers asm stubs for arm (#4016)Petr Bred
2017-06-29[arm tizen] first variant of RhpInvoke & RhpInvokeReturn (#3993)sergey ignatov
2017-06-27Use some helpers from portable version for ARM (#3989)Petr Bred
2017-06-22Add more informative logs for arm (#3949)Petr Bred
2017-06-15Various ARM fixes (#3893)mskvortsov
2017-06-13Unify StackFrameIterator behavior w.r.t. various special addresses within MRT...Tomas Rylek
2017-06-08[armel tizen] Provided some stubs for unimplemented asm functions (#3826)sergey ignatov
2017-04-23Enable CFG support in ProjectNYi Zhang
2017-04-19 Unify delegate marshalling runtime infrastructure between CoreRT and .NET Na...Faizur Rahman
2017-04-10Short-term fix for step into RhpUniversalTransition_DebugStepTailCallTomas Rylek
2017-04-06Some runtime support for debugging scenarioAndrew Au
2017-02-27[arm32 unix building] Passing target platform and os to IlcCompiler for cross...sergey ignatov
2017-02-23Delegate MarshallingFaizur Rahman
2017-02-14Fixes for cross building corert tests for arm architectures on Linux (#2682)sergey ignatov
2017-02-06Deleted unneeded fields pCurrentContextPointers&volatileCurrContextPointersSergey Ignatov
2017-02-06Fixes for compiling corert for arm architectureSergey Ignatov
2017-01-25Merge pull request #2578 from dotnet/nmirrorJan Kotas
2017-01-25Change stackwalking to always use unadjusted IPJan Kotas
2017-01-25Fix headers and unix breakfadimounir
2017-01-24Enabling the calling convention conversion functionality in the non-portable ...fadimounir
2016-12-14Fix performance of the interface resolving on ARM32Jan Vorlicek
2016-12-10This change fixes interface dispatch on ARM and x86 in case the RhpCastableOb...Jan Vorlicek
2016-12-09Rolling back the fix, I have a plan for a better oneJan Vorlicek
2016-12-08This change fixes interface dispatch on ARM and x86 in case the _RhpCastableO...Jan Vorlicek
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-19Refactoring for the ThunkPool APIs:Fadi Hanna
2016-10-15This change ensures that the m_pHackInvokeTunnel is not modified on ARM when ...Jan Vorlicek
2016-10-12This is a fix to the CastableObject support for methods used in a ldvirtftn o...Fadi Hanna