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-14Inliner: Extend IL limit for profiled call-sites, allow inlining for switches...Egor Bogatov
2021-07-14Disable generic math (#55540)Tanner Gooding
2021-07-14Do PGO restore as part of PGO path lookup. (#55584)Jeremy Koritzinsky
2021-07-14Open types can exist as entries in interface map (#55372)David Wrighton
2021-07-14Avoid declaring an object cannot fit in a segment if we already have committe...Andrew Au
2021-07-13Fix Tizen ARMEL Build Failure (#55545)Dong-Heon Jung
2021-07-13Import `cgt.un(op, 0)` as `NE(op, 0)` (#54539)SingleAccretion
2021-07-13Update spin-wait pause/yield normalization (#55295)Koundinya Veluri
2021-07-13Do not eliminate casts from FP types (#53667)SingleAccretion
2021-07-13Fix UMThunkMarshInfo delete (#55559)Jan Vorlicek
2021-07-13Fix bad folding (#54722)SingleAccretion
2021-07-13Enreg structs x86 windows. (#55535)Sergey Andreenko
2021-07-13switch to using CSTRMarshaller instead of AnsiBSTR (#55032)Manish Godse
2021-07-13Move the "do not zero-extend setcc" optimization to lower (#53778)SingleAccretion
2021-07-13Fix more alloc-dealloc mismatches and use-after-scopes (#55420)Jeremy Koritzinsky
2021-07-13Look up the ICustomMarshaler implementation methods based on runtime type (#5...Jeremy Koritzinsky
2021-07-12Prevent AV in processinfo2 while suspended (#55379)John Salem
2021-07-12Add crash report to createdump for Linux Watson (#55438)Mike McLaughlin
2021-07-12Use init rather than ms extension syntax (#55475)Adeel Mujahid
2021-07-11W^X support (#54954)Jan Vorlicek
2021-07-11Support filtering ObjectAllocated callback for pinned object heap allocation ...Yauk
2021-07-10Improve loop cloning, with debugging improvements (#55299)Bruce Forstall
2021-07-10Handle a missing case in zero-extend peephole (#55129)Jakob Botsch Nielsen
2021-07-10Spill single-def variable at definition to avoid further spilling (#54345)Kunal Pathak
2021-07-10[Mono] Add Mono Profiler events into EventPipe. (#55264)Johan Lorensson
2021-07-09Fix helloworld on x86 Linux (#55095)t-mustafin
2021-07-09Remove some left-over debug code (#55408)Jakob Botsch Nielsen
2021-07-09Fix GCMemoryInfo.TotalAvailableMemoryBytes under Wow (#55387)Jan Kotas
2021-07-09Enregister structs on win x64. (#55045)Sergey Andreenko
2021-07-09Loop alignment: Handle blocks added in loop as part of split edges of LSRA (#...Kunal Pathak
2021-07-09Don't use GT_ARR_ELEM as a location/value (#54780)SingleAccretion
2021-07-09Print indices of assertions instead of raw bitsets (#54928)SingleAccretion
2021-07-08JIT: Set default value for JitExtDefaultPolicyProfTrust 0 (#55229)Egor Bogatov
2021-07-08Do not setup both an inlined call frame and perform a reverse pinvoke in the ...David Wrighton
2021-07-08Fix race condition caused by updating interface map with exact target (#55308)David Wrighton
2021-07-08Add missing extra jit flag dump entries (#55280)Andy Ayers
2021-07-08fix formatting errors (#55320)Kunal Pathak
2021-07-08JIT: Drop redundant static initializations from (Equality)Comparer<T>.Default...Egor Bogatov
2021-07-08Fix perf regressions with a recent change. (#55300)Sergey Andreenko
2021-07-08Use correct assignedInterval for SPILL_COST calculation (#55247)Kunal Pathak
2021-07-08Add crash report file for VS4Mac Watson (#54934)Mike McLaughlin
2021-07-07Disable folding of implementation-defined casts (#53782)SingleAccretion
2021-07-06compile composite with avx2 on x64 (#55057)Manish Godse
2021-07-06Add missing startup flags in runtime/start event (#55151)Sung Yoon Whang
2021-07-06Fix a couple missing SupportedOSPlatform attributes on ThreadPool (#55148)Stephen Toub
2021-07-06Revive #48505 (#54914)Viktor Hofer
2021-07-05JIT: don't report profile for methods with insufficient samples during prejit...Egor Bogatov
2021-07-05Fix morph negation transforms (#55145)SingleAccretion
2021-07-05Allow implicit widenings when tailcalling (#54864)Jakob Botsch Nielsen
2021-07-03Expose and implement generic math interfaces on core types (#54650)Tanner Gooding