Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-11Introduce `FIELD_ADDR` and use it for TLS statics and instance class fields (...SingleAccretion
2022-11-11Don't consider `lvSpillAtSingleDef` in `WritesAnyLocation` (#78181)Tanner Gooding
2022-11-10[NativeAOT] Enable software writewatch and card bundles on Windows. (#77934)Vladimir Sadov
2022-11-10Optimize some SIMD comparisons with Max/Min trick (#78027)Egor Bogatov
2022-11-10Return NULL for mmap fail case on Unix (#78069)ws77.cho
2022-11-10Delete `AppDomainIterator` (#78078)Elinor Fung
2022-11-10Restrict named mutex files permissions (#78106)Jan Vorlicek
2022-11-09Split and simplify `fgMorphOneAsgBlockOp` (#76793)SingleAccretion
2022-11-09JIT: fix gc hole in peephole optimizations (#78074)Andy Ayers
2022-11-09Sync linker to NativeAOT (#77894)Vitek Karas
2022-11-09Upgrade dotnet version needed to build benchmarks in superpmi (#78088)Kunal Pathak
2022-11-09Pass NodeFactory to ObjectData's Section (#77967)Michal Strehovský
2022-11-09Update USEASG in the GS transformation (#78028)SingleAccretion
2022-11-09Exclude unnecessary functions/fields when FEATURE_METADATA_EMIT_IN_DEBUGGER (...Elinor Fung
2022-11-09[release/7.0] Disable NativeAOT subset for source-build. (#76206) (#78060)Chris Rummel
2022-11-09Fix an issue with Vector<T>.Multiply (#78021)Tanner Gooding
2022-11-08Fix the build with BACKGROUND_GC turned off (#77328)Andrew Au
2022-11-08Enable IDE0060 (Remove unused parameter) analyzer (#72667)Marek Safar
2022-11-08JIT: Fix GenTreeCall::Equals for virtual vs static calls (#77981)Jakob Botsch Nielsen
2022-11-08Add AVX-512 testing pipeline (#77930)Bruce Forstall
2022-11-07Allow deleting any kind of nodes after address mode formation (#77872)Bruce Forstall
2022-11-07Add and use a MakeSrcRegOptional that validates IsSafeToContainMem was called...Tanner Gooding
2022-11-07check the right return value for mmap (#77952)Manish Godse
2022-11-06Include dependently promoted fields in SSA (#77238)SingleAccretion
2022-11-05Switch custom attribute hash from using CClosedHashEx to SHash (#77933)Elinor Fung
2022-11-05[JIT] X64 - More replacement sequences for integer multiplication by a consta...Will Smith
2022-11-05Disable Microsoft.NETCore.Runtime.JIT.Tools for source build (#77928)Jan Kotas
2022-11-05Adding EVEX encoding logic for RR/AM pathways (#77419)DeepakRajendrakumaran
2022-11-05Remove nonexistent tests from PAL test run files (#77917)Aaron Robinson
2022-11-05Work around invalid IR with field morphing temps (#77848)SingleAccretion
2022-11-04If conversion should not convert PHI nodes (#77886) (#77888)Alan Hayward
2022-11-04Improve JIT bit sets (#77876)Bruce Forstall
2022-11-04JIT: Propagate only BBF_COPY_PROPAGATE flags during inliner substitution (#77...Jakob Botsch Nielsen
2022-11-04Remove `palrt` from JIT and remove `memcpy` from PAL (#77556)Aaron Robinson
2022-11-04Remove "wprintf" from PAL (#77852)Aaron Robinson
2022-11-03Update superpmi-collect queues (#77825)Jakob Botsch Nielsen
2022-11-03Do not add null checks for boxed statics (#77796)SingleAccretion
2022-11-03Fix ThunkGenerator build break (#77816)Jan Kotas
2022-11-03JIT: Enable phi-based jump threading when SSA updates aren't needed (#77748)Andy Ayers
2022-11-03Remove empty BEGIN/END_ENTRYPOINT_* macros (#77810)Elinor Fung
2022-11-02Avoid reporting empty debug info ranges to the vm (#77289)Brian Bohe
2022-11-02Mark and expose additional Vector functions as Intrinsic (#77562)Tanner Gooding
2022-11-02JIT: Support profiles with only histograms (#77721)Jakob Botsch Nielsen
2022-11-02JIT: increase edge weight slop tolerance some more (#77747)Andy Ayers
2022-11-02Migrate docker containers to latest tags (#76630)Michelle McDaniel
2022-11-01Fixing VarLocInfo on JITDUMP (#77700)Brian Bohe
2022-11-01Update mask for lookup of `this` in CCW `ComWrappers` scenario (#77302)Aaron Robinson
2022-11-01Run dotnet-format for ThunkGenerator (#77715)Egor Bogatov
2022-11-01Arm64: Add If conversion pass (#73472)Alan Hayward
2022-11-01Delete a bit of dead code (#77655)SingleAccretion