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-05-24Change CORERT TODO ifdefs to USE_PORTABLE_HELPERS as appropriateJan Kotas
2016-05-17Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2016-05-17Reduce assembly code in PInvoke helpersJan Kotas
2016-05-16Add support for PInvoke helpers to the IL compiler. (#1274)Jan Kotas
2016-05-10Merge pull request #1266 from dotnet/nmirrorJan Kotas
2016-05-10Use LOCAL_LABEL macros for local labelsJan Kotas
2016-05-09Pass return address explicitly to RhpReversePInvokeBadTransitionJan Kotas
2016-05-09Merge pull request #1259 from dotnet/nmirrorJan Kotas
2016-05-06 Fix two small issues in the runtimeScott Mosier
2016-05-05Implement Unix AMD64 EH assembler helpersJan Vorlicek
2016-05-04Modify context related data structures for Unix AMD64 (#1228)Jan Vorlicek
2016-04-30Merge pull request #1215 from dotnet/nmirrorJan Kotas
2016-04-29Use SECREL relocs for TLS offset in asm codeJan Kotas
2016-04-29Implement type casting cacheScott Mosier
2016-04-21Fix funclet arguments (#1181)Jan 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-24Make RhpByRefAssignRef usable for stack destinationsMichal Strehovský
2016-02-19Use RhpGetThread helper in ExceptionHandling.asmJan Kotas
2016-02-18Add exception handling helpers to Windows buildJan Kotas
2016-02-17Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2016-02-17Write the correct INVALIDGCVALUE marker on amd64Chris Ahna
2016-02-10Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2016-02-08Fix RhpLoopHijack to stop trashing important registersScott Mosier
2016-02-06Merge branch 'nmirror' into nmirror-mergeJan Kotas
2016-02-06Add RhpCopyAnyWithWriteBarrier helperdotnet-bot
2016-02-05Delete obsoleted codeJan Kotas
2016-01-28Update licensing headersJan Kotas
2016-01-28Merge branch 'nmirror' into nmirror_mergeJan Kotas
2016-01-28Update licensing headersdotnet-bot
2016-01-26Merge pull request #732 from dotnet/nmirrorJan Kotas
2016-01-26MRT StackFrameIterator improvementsChris Ahna
2016-01-21Interface dispatch for Linux and OSXSimon Nattress
2016-01-09RhpUniversalTransition improvementsScott Mosier
2016-01-07Native part of previous commitJan Kotas
2015-12-30Compile with -fvisibility=hiddenJan Kotas
2015-12-30Implement most RyuJIT intrinsicsJan 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-20Changes required to integrate code back into ProjectN treeScott Mosier
2015-11-11Delete FEATURE_CLR_EH defineJan Kotas
2015-11-11Changes to make demo work on Linux with RyuJit code generatorJan Vorlicek
2015-11-05Some more Linux Hello World fixesMichal Strehovský
2015-11-02Implement ByRefWriteBarrier helperJan Kotas