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-11-12Define CORERT for ProjectN buildsJan Kotas
2017-08-15Fix CppCodegen and UnixMichal Strehovský
2017-08-14Speed up string allocations by 35%Michal Strehovsky
2017-08-08ProjectX: Loop Hijack for GC polldotnet-bot
2017-07-10Enable return address hijacking for thread suspension on Windows x64 (#4106)Sergiy Kuryata
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-07Fixing the build errorsAndrew Au
2017-04-06Some runtime support for debugging scenarioAndrew Au
2017-03-21Fix thread state corruption in EH leading to GC issues on Unix (#3039)Sergiy Kuryata
2017-03-01Preserve scratch register r10 in RhpCommonStub (#2850)Faizur Rahman
2017-02-28Enable delegate marshalling in non-windows (#2825)Faizur Rahman
2017-02-24Addressed more feedbacks: Moved TryGetMarshallerForDelegate from TypeLoader t...Faizur Rahman
2017-02-23Delegate MarshallingFaizur Rahman
2017-02-23Fix line endings in CallDescrWorker.SSimon Nattress
2017-01-25Merge pull request #2578 from dotnet/nmirrorJan Kotas
2017-01-25Change stackwalking to always use unadjusted IPJan Kotas
2017-01-25Fix line endingsfadimounir
2017-01-25Fix headers and unix breakfadimounir
2017-01-24Enabling the calling convention conversion functionality in the non-portable ...fadimounir
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-12This is a fix to the CastableObject support for methods used in a ldvirtftn o...Fadi Hanna
2016-10-08Fix simple exception test crash on UnixJan Kotas
2016-10-08Fix Unix build breakJan Kotas
2016-10-07This change fixes an issue with invocation of exception filters. We were not ...Jan Vorlicek
2016-10-05Fix Unix CoreRT build breaksJan Kotas
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-21Fix Unix hardware exception handling (#1889)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-24Fix wrong register in Unix array allocation helperJan Kotas
2016-06-24Workaround issue in Intel assemblerJan Kotas
2016-06-22Implement Linux hardware and software exception handling (#1417)Jan Vorlicek
2016-06-20Cleanup RhExceptionHandling_ functionsJan Kotas
2016-06-05Implement alloc helpers for Unix (#1360)Jan Kotas
2016-06-01Fix MacOS build breakJan Kotas
2016-06-01Reduce assembly code in alloc helpersJan Kotas
2016-05-28Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2016-05-27Reimplement RhGetCurrentThreadStackTrace without asm codeJan Kotas
2016-05-26Implement PInvoke Unix asm helpersJan Kotas
2016-05-26Fix Unix StubDispatch assembly (#1322)Jan Kotas