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
2018-01-07Update RyuJIT (#5221)Jan Kotas
2018-01-03Normalize types and methods to fully canonical forms (#5169)Michal Strehovský
2017-12-21Make sure CORINFO_FLG_FINAL is reported on delegate invoke methods (#5144)Michal Strehovský
2017-12-17Update RyuJIT (#5121)Michal Strehovský
2017-12-15[tfs-changeset: 1683889] (#5116)dotnet bot
2017-12-13Adding Unsafe APIs that are used by System.Memory - CoreRT specific partJan Kotas
2017-12-10Update RyuJIT (#5089)Michal Strehovský
2017-12-08Merge pull request #5050 from MichalStrehovsky/devirtMgrMichal Strehovský
2017-12-07Fix todo in initClass (#5074)Michal Strehovský
2017-12-05Rewrite method bodies for `catch (T)` (#5066)Michal Strehovský
2017-12-01Do not track RuntimeDeterminedMethod dependencies from canonical methods (#5040)Michal Strehovský
2017-12-01Drive devirtualization using scanner's resultsMichal Strehovský
2017-11-27NativeCallable methods can only be called from unmanaged code (#5015)Toni Solarin-Sodara
2017-11-16Implement efficient/correct Comparer.get_Default and EqualityComparer.get_Def...Michal Strehovský
2017-11-14Fix getHelperFtn issue (#4928)Petr Bred
2017-11-12Update RyuJIT (#4919)Michal Strehovský
2017-10-23Search/replace Debug.Assert(false, => Debug.Fail( (#4782)Jan Kotas
2017-10-20Update RyuJIT (#4765)Jan Kotas
2017-10-19Implement Jit intrinsics (#4756)Michal Strehovský
2017-10-18Do not attempt to devirtualize methods on value types (#4742)Michal Strehovský
2017-10-11Use default calling convention for jitinterface wrapper (#4700)Jan Kotas
2017-10-10Update RyuJIT (#4691)Michal Strehovský
2017-10-03Update RyuJIT (#4644)Jan Kotas
2017-09-29Update JIT/EE interface (#4631)Jan Kotas
2017-09-20Fix PInvokeTransitionFrame size for ARMEL (#4577)Petr Bred
2017-09-14Update RyuJIT (#4493)Jan Kotas
2017-09-05Fixes for Linux ARM (#4441)Jan Kotas
2017-08-26Add custom attribute type name formatter (#4367)Michal Strehovský
2017-08-23Fix debugger stepping into Main method (#4364)Michal Strehovský
2017-08-22Emit IsByRefLike flag on generic definitions (#4346)Michal Strehovský
2017-08-14Update RyuJIT (#4314)Michal Strehovský
2017-08-07[armel tizen] Fixed issue #4146 (#4276)sergey ignatov
2017-07-27Inline generic dictionary lookup (#4121)Michal Strehovský
2017-07-13Merge pull request #4142 from dotnet/nmirrorMichal Strehovský
2017-07-12Overhaul exception throwing from the type systemMichal Strehovsky
2017-07-11[arm armel] Added arm-reloc type to getRelocTypeHint (#4134)sergey ignatov
2017-07-10Update RyuJIT (#4117)Michal Strehovský
2017-07-06Make EETypePtrOf a MustExpand intrinsic (#4084)Michal Strehovský
2017-07-04Revert "(armel tizen) Implemented getAddresOfPInvokeFixup (#3879)" (#4061)Jan Kotas
2017-07-01Update RyuJIT (#4047)Michal Strehovský
2017-06-30Add support for obscure features in ILScanner (#4020)Michal Strehovský
2017-06-28Make embedGenericHandle produce fewer constructed EETypes (#3995)Michal Strehovský
2017-06-23Additional debug data (#3932)David Wrighton
2017-06-20Fix interface handling in CorInfoImpl.resolveVirtualMethod (#3922)Sergiy Kuryata
2017-06-18Generate more dispatch cells (#3887)Michal Strehovský
2017-06-15Various ARM fixes (#3893)mskvortsov
2017-06-14(armel tizen) Implemented getAddresOfPInvokeFixup (#3879)sergey ignatov
2017-06-14Arbitrary relocs should be processed on arm (armel tizen) issue https://githu...sergey ignatov
2017-06-13Cleanups after enabling virtual method inlining (#3867)Michal Strehovský
2017-06-13Enable inlining of virtual method calls (#3773)Michal Strehovský