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-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ý
2017-06-11Move the code that throws for varargs out of the parser (#3861)Michal Strehovský
2017-06-08Update CoreCLR.issues.targets (#3837)Michal Strehovský
2017-06-08Enable SIMD tests (#3835)Michal Strehovský
2017-06-07Implement Activator.CreateInstance<T> intrinsic (#3821)Michal Strehovský
2017-06-07Implement EETypePtrOf intrinsic (#3814)Michal Strehovský
2017-06-07RyuJIT update (#3808)Jan Kotas
2017-06-06Update RyuJIT (#3796)Jan Kotas
2017-06-02Fix JIT interface thunk generator mapping for BOOL (#3780)Jan Kotas
2017-06-02Fix bitness dependent types (#3768)Petr Bred
2017-06-01Report SIMD intrinsics to RyuJIT (#3678)Michal Strehovský
2017-05-29Fix bit-ness independent in struct CORINFO_LOOKUP (#3731)Petr Bred
2017-05-27Implement delegates to generic virtual methods (#3712)Michal Strehovský