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-13Import `cgt.un(op, 0)` as `NE(op, 0)` (#54539)SingleAccretion
2021-07-13Do not eliminate casts from FP types (#53667)SingleAccretion
2021-07-13Fix bad folding (#54722)SingleAccretion
2021-07-13Enreg structs x86 windows. (#55535)Sergey Andreenko
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-12Use init rather than ms extension syntax (#55475)Adeel Mujahid
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-09Fix helloworld on x86 Linux (#55095)t-mustafin
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 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-07Disable folding of implementation-defined casts (#53782)SingleAccretion
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-02Delete `compQuirkForPPP`. (#55050)Sergey Andreenko
2021-07-01Poison address-exposed user variables in debug (#54685)Jakob Botsch Nielsen
2021-07-01Mark vars as do not enreg earlier in minopts. (#54998)Sergey Andreenko
2021-07-01[JIT] Improve inliner: new heuristics, rely on PGO data (#52708)Egor Bogatov
2021-06-30Print spillweight of RefPosition (#54933)Kunal Pathak
2021-06-29Remove some unneeded code from division morphing (#53464)SingleAccretion
2021-06-29Fix unreached during dump. (#54861)Sergey Andreenko
2021-06-29Fix lowering usage of an unset LSRA field. (#54731)Sergey Andreenko
2021-06-26Extract fgMorph(Init/Copy)Block into their own classes. (#53983)Sergey Andreenko
2021-06-25Fix CQ regression & correctness bug in morphing of long muls (#53566)SingleAccretion
2021-06-25Eliminate chained casts to small types (#52561)SingleAccretion
2021-06-25Optimize `CAST(int <- long)` on 32 bit targets (#53040)SingleAccretion
2021-06-25Disallow promotion of HVA structs when their fields of TYP_SIMD8 were promote...Egor Chesakov
2021-06-25defMAC construction up a scope to make it live long enough. (#54702)Jeremy Koritzinsky
2021-06-24Add args descriptions for VNF_MapStore and VNF_MapSelect (#54108)SingleAccretion
2021-06-24Fix instruction hex display (#54675)Jakob Botsch Nielsen
2021-06-23Keep obj node for ArrayIndex. (#54584)Sergey Andreenko
2021-06-19Fix AMD64 epilog ABI (#54357)Bruce Forstall
2021-06-18Fix Linux x86 build (#50836)Gleb Balykov
2021-06-17Improve live variable JitDump output (#54256)Bruce Forstall
2021-06-16lvDoNotEnregister is not set when we are calling this function. (#54199)Sergey Andreenko
2021-06-15Split 16-byte SIMD store around GC struct fields into two 8-byte SIMD stores ...Egor Chesakov
2021-06-14Do not mark op2 as delayRegFree if op1==op2 (#53964)Kunal Pathak
2021-06-14Ensure Vector.Sum uses SSE3, rather than SSSE3, for floating-point (#54123)Tanner Gooding
2021-06-13Port IsRedundantMov to xarch (#54075)Tanner Gooding