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
2021-07-08JIT: Drop redundant static initializations from (Equality)Comparer<T>.Default...Egor Bogatov
2021-07-01Poison address-exposed user variables in debug (#54685)Jakob Botsch Nielsen
2021-06-08Add more iterators to JIT (#52515)Bruce Forstall
2021-05-12Introduce enum for BasicBlock and loop flags (#52410)Bruce Forstall
2021-04-24Don't recompute preds lists during loop cloning (#51757)Bruce Forstall
2021-04-15Simplify JIT label handling (#51208)Bruce Forstall
2021-04-13Delete `JitDoOldStructRetyping` artifacts. (#51092)Sergey Andreenko
2021-04-06JIT: move and revise fgExpandRunRarelyBlocks (#50765)Andy Ayers
2021-03-10JIT: Non-void ThrowHelpers (#48589)Egor Bogatov
2021-03-03JIT: profile updates for return merges and tail calls (#48773)Andy Ayers
2021-02-12[RyuJIT] Devirtualize Comparer<T>.Default (#48160)Egor Bogatov
2021-01-26JIT: split up some parts of flowgraph.cpp (#47072)Andy Ayers
2021-01-21Only pass the method context when tracking transitions. (#47238)Jeremy Koritzinsky
2021-01-20Remove extra UnmanagedCallersOnly overhead on x86 (#46238)Jeremy Koritzinsky
2021-01-15Fix uses of uninitialized data (#46965)Bruce Forstall
2021-01-14Phase 1 of refactoring pgo data pipeline (#46638)David Wrighton
2021-01-12Align inner loops (#44370)Kunal Pathak
2021-01-11JIT: suppress edge weight second computation pass (#46779)Andy Ayers
2021-01-07JIT: clear patchpoint flags during block split (#46637)Andy Ayers
2020-12-24JIT: ensure pred lists stay in increasing bbNum order (#46351)Andy Ayers
2020-12-15Enable non-blittable struct returns on UnmanagedCallersOnly (#45625)Jeremy Koritzinsky
2020-12-11JIT: implement return merging stress mode (#45917)Andy Ayers
2020-12-09JIT: remove early prop's type propagation (#45655)Andy Ayers
2020-12-08December infra rollout - remove duplicated 'src' from coreclr subrepo (src/co...Tomáš Rylek