1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

add GCC match.pd contribution and sciezka project

Assisted by Claude Code

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2026-05-04 18:05:37 +05:30
parent f5e739494a
commit 4f942563c1
3 changed files with 19 additions and 8 deletions
+12
View File
@@ -23,6 +23,18 @@
"status": "merged",
"description": "Migrated panasonic-vvx10f034n00 panel to multi-style functions for improved error handling and removed redundant error printout"
},
{
"project": "GCC",
"projectUrl": "https://gcc.gnu.org/",
"platform": "sourceware",
"type": "code",
"kind": "patch",
"title": "match.pd: Optimize A > B ? ABS(A) : B to MAX(A, B) when B >= 0 [PR116700]",
"url": "https://gitlab.com/gnutools/gcc/-/commit/e0c4c4cb02382b37a41da098aab3a2446d3cdf3e",
"date": "2026-05-03",
"status": "merged",
"description": "Added pattern to simplify conditional ABS to MAX when the else branch is non-negative, fixing a missed optimization at -O1"
},
{
"project": "GCC",
"projectUrl": "https://gcc.gnu.org/",