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-09-13Restore JIT prototype (#6327)Michal Strehovský
2018-07-09Disable PInvoke inlining (#6064)Jan Kotas
2018-07-02Enable PInvoke calli stubsJan Kotas
2018-06-20Update RyuJIT (#5969)Jan Kotas
2018-04-19Use fully canonical method in ready to run helpers (#5726)Michal Strehovský
2018-04-18Return NULL from getTailCallCopyArgsThunk instead of throwing (#5712)Jan Kotas
2018-04-17Fix struct marshaling bugs (#5707)Jan Kotas
2018-04-13[ARM/X86] Fix calling conventions (#5684)Petr Bred
2018-03-28Report IsIntrinsic on InstantiatedType (#5633)Michal Strehovský
2018-03-28Fix SIMD intrinsic detectionJan Kotas
2018-03-16[Linux] Implement generation dwarf debuginfo for types and vars (#5542)Konstantin Baladurin
2018-03-12Update dependencies (#5528)Michal Strehovský
2018-03-02Sealed VTables implementation for CoreRT/ProjectX (tested on both). Changes i...Fadi Hanna
2018-02-23Generate a constructed EEType for constrained tokens (#5437)Michal Strehovský
2018-01-19Revert "Normalize types and methods to fully canonical forms (#5169)"Michal Strehovský
2018-01-19Revert " Normalize reflectable methods to slot defining methods (#5228)"Michal Strehovský
2018-01-17Fix build breaks for shared CoreLib updateJan Kotas
2018-01-08 Normalize reflectable methods to slot defining methods (#5228)Michal Strehovský
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-10Update RyuJIT (#4691)Michal Strehovský
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-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