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-03JIT: Enable phi-based jump threading when SSA updates aren't needed (#77748)Andy Ayers
2022-11-02JIT: Support profiles with only histograms (#77721)Jakob Botsch Nielsen
2022-11-01JIT: introduce some SSA accounting and checking (#77055)Andy Ayers
2022-10-20Remove more swprintf_s uses (#77228)Aaron Robinson
2022-10-02Process primitives in local morph (#76155)SingleAccretion
2022-09-30Removing short name column from compphases.h (#76030)Brian Bohe
2022-09-15Adjust the lpParent of "adopted" child loops (#75218)Kunal Pathak
2022-09-12JIT: Quiet NaNs on x86 hosts (#75338)Jakob Botsch Nielsen
2022-09-04JIT: Simplify JitDisasm matching behavior (#74430)Jakob Botsch Nielsen
2022-08-04Delete NGen flavor of JIT configs (#73383)Jan Kotas
2022-07-24Fix typos (#72709)Adeel Mujahid
2022-07-05Optimize multi-dimensional array access (#70271)Bruce Forstall
2022-06-28JIT: strengthen checking of the loop table (#71184)Andy Ayers
2022-06-08JIT: add ability to order blocks in dump by bbNum or bbID (#70399)Andy Ayers
2022-05-11JIT: fix issue with assert seen in OSR+PGO tests (#69067)Andy Ayers
2022-05-03Remove GTF_GLOB_REF on a few more addressing nodes (#68741)Jakob Botsch Nielsen
2022-04-28Delete `CLS_VAR` (#68524)SingleAccretion
2022-04-23Remove GT_ARGPLACE nodes (#68140)Jakob Botsch Nielsen
2022-04-23Cleaning up write barrier code (#68124)SingleAccretion
2022-04-15JIT: Refactor call argument representation (#67238)Jakob Botsch Nielsen
2022-04-15Fix issues with JitDumpFg (#68006)Bruce Forstall
2022-04-01Use a simpler representation for array addresses after morph (#64581)SingleAccretion
2022-03-21Cloning improvements (#66257)Bruce Forstall
2022-02-20Faster Math.Max/Min on arm64 (#65584)Egor Bogatov
2022-01-27Add additional loop table asserts (#64126)Bruce Forstall
2022-01-19JIT: yet another OSR stress mode (#62980)Andy Ayers
2022-01-18Introduce `BasicBlock::KindIs()` for checking bbJumpKind (#63203)Bruce Forstall
2022-01-11[TODO-List-Cleanup] Refactor `fgDebugCheckFlags` (#62948)SingleAccretion
2022-01-11JIT: rework logic for when OSR imports method entry (#63406)Andy Ayers
2021-12-14Generalize loop pre-header creation and loop hoisting (#62560)Bruce Forstall
2021-12-09Improve loop JitDump output (#62556)Bruce Forstall
2021-11-27Fix miscellaneous typos (#62062)Adeel Mujahid
2021-11-20Make intrinsic nodes multi op (aka delete `GT_LIST`) (#59912)SingleAccretion
2021-11-16Loop refactoring and commenting improvements (#61496)Bruce Forstall
2021-11-06use GenTreeFlags for better debugging (#61272)Sergey Andreenko
2021-10-19Make bounds check nodes ordinary binary opers (#59963)SingleAccretion
2021-10-06JIT: better support for patchpoints in try regions (#59784)Andy Ayers
2021-09-13Add `JitEnregStats` complus. (#58776)Sergey Andreenko
2021-09-08Switch weights to doubles to mitigate rounding inaccuracies and use epsilon w...Jakob Botsch Nielsen
2021-07-19Add an assert concerning branch to BBJ_CALLFINALLY blocks (#55858)Bruce Forstall
2021-07-15Support cloning loops with array of struct indexing expressions (#55612)Bruce Forstall
2021-06-26Extract fgMorph(Init/Copy)Block into their own classes. (#53983)Sergey Andreenko
2021-06-08Add more iterators to JIT (#52515)Bruce Forstall
2021-05-19JIT: peel off dominant switch case under PGO (#52827)Andy Ayers
2021-05-15Improve flow graph DOT dumps (#52787)Bruce Forstall
2021-05-13Replacing `BOOL` with `bool` (#52585)WhiteBlackGoose
2021-05-12Introduce enum for BasicBlock and loop flags (#52410)Bruce Forstall
2021-05-08Improve flow graph DOT dump: conditional display, block ID (#52489)Bruce Forstall
2021-05-06Improve DOT flow graph dumping (#52329)Bruce Forstall
2021-04-24Don't recompute preds lists during loop cloning (#51757)Bruce Forstall