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-10-04Enable x86 support for UnixAdeel
2017-09-24Enable x86 build (#4598)Adeel Mujahid
2017-08-14Speed up string allocations by 35%Michal Strehovsky
2017-07-07(On behalf of Jan Vorlicek) Thread abort stage 1Andrew Au
2017-06-13Unify StackFrameIterator behavior w.r.t. various special addresses within MRT...Tomas Rylek
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-23Delegate MarshallingFaizur Rahman
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-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
2016-10-07This change fixes an issue with invocation of exception filters. We were not ...Jan Vorlicek
2016-10-04Add support for interface dispatch to have a codepath that supports resolutio...David Wrighton
2016-10-01Reduce amount of assembly code for CastableObjectSupportJan Kotas
2016-09-30This change implements CastableObject support. The work was done by David Wri...Jan Vorlicek
2016-09-15Cleanup CORERT ifdefs, and some cases pinning via m_pEETypeJan Kotas
2016-09-14Ports dotnet/coreclr PR#6764 (https://github.com/dotnet/coreclr/pull/6764) to...dotnet-bot
2016-08-12This fixes debugger step-in in the interface dispatch changesJan Vorlicek
2016-07-17Rewamp DebugBreak handling (#1534)Jan Kotas
2016-06-20Cleanup RhExceptionHandling_ functionsJan Kotas
2016-06-17Revert "Cleanup RhExceptionHandling_ functions"Jan Kotas
2016-06-15Cleanup RhExceptionHandling_ functionsJan Kotas
2016-06-01Reduce assembly code in alloc helpersJan Kotas
2016-05-27Reimplement RhGetCurrentThreadStackTrace without asm codeJan Kotas
2016-05-17Reduce assembly code in PInvoke helpersJan Kotas
2016-05-09Pass return address explicitly to RhpReversePInvokeBadTransitionJan Kotas
2016-04-29Use SECREL relocs for TLS offset in asm codeJan Kotas
2016-04-19Remove shutdown finalizationJan Kotas
2016-04-16MRT changes for portability (#1152)dotnet bot
2016-04-14 Improve Reverse PInvoke performance in ProjectN (#1138)dotnet bot
2016-02-19Use RhpGetThread helper in ExceptionHandling.asmJan Kotas
2016-02-18Add exception handling helpers to Windows buildJan Kotas
2016-02-08Fix RhpLoopHijack to stop trashing important registersScott Mosier
2016-02-06Add RhpCopyAnyWithWriteBarrier helperdotnet-bot
2016-02-05Delete obsoleted codeJan Kotas
2016-01-28Update licensing headersdotnet-bot
2016-01-26MRT StackFrameIterator improvementsChris Ahna
2016-01-20Add GS cookie offset to GC info format.Anton Lapounov