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
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-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-07-17Rewamp DebugBreak handling (#1534)Jan Kotas
2016-06-20Cleanup RhExceptionHandling_ functionsJan Kotas
2016-06-06Fix issue 213921 - on ARM, we throw the wrong exception if we allocate an arr...Peter Sollich
2016-06-01Reduce assembly code in alloc helpersJan Kotas
2016-05-28Fix arm build breakJan 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-29Implement type casting cacheScott Mosier
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-03-26Fix C4067 warnings in ARM builds:Anton Lapounov
2016-02-27Fix build break on armJan Kotas
2016-02-19Use RhpGetThread helper in ExceptionHandling.asmJan Kotas
2016-02-19Enable C compilation for Arm/Arm64Manu
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
2016-01-09RhpUniversalTransition improvementsScott Mosier
2016-01-08Minor cleanupJan Kotas
2016-01-07Merge pull request #600 from manu-silicon/interlocked_armJan Kotas
2016-01-07Initial support for Interlocked on arm/arm64Manu
2016-01-07Native part of previous commitJan Kotas
2015-12-18Add helpers that perform memory copy and gc-write barrier as a single operationJan Kotas
2015-12-08Refactored AsmOffsets.hManu
2015-12-08Simplify exception handling in RhNewObject and RhNewArrayJan Kotas
2015-12-05Remove static_check.h, remove unused method on Module class.Scott Mosier
2015-12-01Fix a few small issuesScott Mosier
2015-11-25Reflected PR feedbackJan Vorlicek
2015-11-25Implement Unix AMD64 write barriersJan Vorlicek
2015-11-24Made the native code compile on ARM 32-bit.Manu
2015-11-20Changes required to integrate code back into ProjectN treeScott Mosier
2015-11-11Delete FEATURE_CLR_EH defineJan Kotas
2015-11-02Add platform-specific write barriers to the CMake buildJan Kotas
2015-10-31Initial population of platform-specific filesdotnet-bot