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-09-30Remove GT_ADDEX and replace with more generalized containment handling (#76273)Tanner Gooding
2022-08-10Add lowering support for conditional nodes (#71705)Alan Hayward
2022-07-05Optimize multi-dimensional array access (#70271)Bruce Forstall
2022-07-05Add Conditional nodes and Arm64 code generation (#71616)Alan Hayward
2022-06-17ARM64 - Optimize `i % 2` (#70599)Will Smith
2022-06-07Delete `GT_INDEX` (#69917)SingleAccretion
2022-06-07Do not use `LEA`s in HIR (#69992)SingleAccretion
2022-06-01Adding support for vector constants via GenTreeVecCon (#68874)Tanner Gooding
2022-05-12ARM64 - Consolidate 'msub' and 'madd' logic (#68363)Will Smith
2022-05-09Remove GT_PUTARG_TYPE (#68748)Jakob Botsch Nielsen
2022-04-28Delete `CLS_VAR` (#68524)SingleAccretion
2022-04-23Remove GT_ARGPLACE nodes (#68140)Jakob Botsch Nielsen
2022-04-20Make BSWAP16 nodes normalize upper 16 bits (#67903)Jakob Botsch Nielsen
2022-04-13ARM64 - Optimizing a % b operations part 2 (#66407)Will Smith
2022-04-12ARM64 - Emitting `msub` instruction (#66621)Will Smith
2022-04-01Use a simpler representation for array addresses after morph (#64581)SingleAccretion
2022-02-11Introduce `GenTreeDebugOperKind` (#64498)SingleAccretion
2022-01-22Delete `GT_DYN_BLK` (#63026)SingleAccretion
2022-01-16Compress operand kinds array and optimize `OperIsLocal` (#63253)SingleAccretion
2021-12-16Delete `GT_SIMD_CHK` and `GT_HW_INTRINSIC_CHK` (#62088)SingleAccretion
2021-12-09Convert some old style intrinsics to NamedIntrinsic (#62271)Adeel Mujahid
2021-12-02[arm64] JIT: Add with sign/zero extend (#61549)Egor Bogatov
2021-11-20Make intrinsic nodes multi op (aka delete `GT_LIST`) (#59912)SingleAccretion
2021-11-11Some more precise debug info improvements (#61419)Jakob Botsch Nielsen
2021-11-06Implement `GT_AND_NOT` for ARM/ARM64 (#59881)SingleAccretion
2021-11-04Fix Assertion failed 'ins == INS_add' for madd/msub (#61171)Egor Bogatov
2021-11-04[arm64] JIT: Recognize sbfiz/ubfiz idioms (#61045)Egor Bogatov
2021-10-19Make bounds check nodes ordinary binary opers (#59963)SingleAccretion
2021-10-07Make field nodes unary (#60105)SingleAccretion
2021-10-05Implement `GT_MUL_LONG` for ARM64 (#57926)SingleAccretion
2021-10-01Expose cross-platform helpers for Vector64, Vector128, and Vector256 (#53450)Tanner Gooding
2021-05-18Faster unsigned division by constants (#52893)Pent Ploompuu
2021-05-18Revert "Faster unsigned division by constants (#49585)" (#52885)Aaron Robinson
2021-05-18Faster unsigned division by constants (#49585)Pent Ploompuu
2021-02-10[RyuJIT] Implement Interlocked.And and Interlocked.Or for arm64-v8.1 (#46253)Egor Bogatov
2020-12-08December infra rollout - remove duplicated 'src' from coreclr subrepo (src/co...Tomáš Rylek