aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-11-20Work in progress for refactoring simd intrinsicdevel/existing-fp8Saurabh Jha5-797/+330
2024-11-14aarch64: Add support for fp8fma instructionsSaurabh Jha9-4/+319
2024-11-14aarch64: Add support for fp8dot2 and fp8dot4Saurabh Jha10-15/+380
2024-11-14aarch64: Add support for fp8 convert and scaleSaurabh Jha8-49/+587
2024-11-14aarch64: Refactor infrastructure for advsimd intrinsicsVladimir Miloserdov2-19/+77
2024-11-14i386: Fix cstorebf4 fp comparison operand [PR117495]Hongyu Wang2-11/+33
2024-11-13[PATCH] RISC-V: Bugfix for unrecognizable insn for XTheadVectorJin Ma2-2/+16
2024-11-13aarch64: Relax add_overloaded_function assertRichard Sandiford4-18/+28
2024-11-13i386: Add -mveclibabi=aocl [PR56504]Filip Kastl7-16/+418
2024-11-13hppa: Remove inner `fix:SF/DF` from fixed-point patternsJohn David Anglin1-8/+8
2024-11-13diagnostics: avoid using global_dc in path-printingDavid Malcolm6-35/+53
2024-11-13Match: Fold pow calls to ldexp when possible [PR57492]Soumya AR3-0/+101
2024-11-13RISC-V: Add Multi-Versioning Test CasesYangyu Chen9-0/+458
2024-11-13RISC-V: Implement TARGET_GENERATE_VERSION_DISPATCHER_BODY and TARGET_GET_FUNC...Yangyu Chen1-0/+587
2024-11-13RISC-V: Implement TARGET_MANGLE_DECL_ASSEMBLER_NAMEYangyu Chen1-0/+39
2024-11-13RISC-V: Implement TARGET_COMPARE_VERSION_PRIORITY and TARGET_OPTION_FUNCTION_...Yangyu Chen1-0/+127
2024-11-13RISC-V: Implement TARGET_OPTION_VALID_VERSION_ATTRIBUTE_PYangyu Chen4-13/+115
2024-11-13RISC-V: Implement riscv_minimal_hwprobe_feature_bitsYangyu Chen4-0/+226
2024-11-13RISC-V: Implement Priority syntax parser for Function Multi-VersioningYangyu Chen2-0/+27
2024-11-13Introduce TARGET_CLONES_ATTR_SEPARATOR for RISC-VYangyu Chen7-15/+48
2024-11-13Fortran: Fix failing character pointer fcn assignment [PR105054]Paul Thomas2-0/+100
2024-11-13c: add Wzero-as-null-pointer-constant [PR117059]Martin Uecker4-4/+148
2024-11-13c: Handle C23 floating constant {d,D}{32,64,128} suffixes like {df,dd,dl}Jakub Jelinek5-1/+84
2024-11-13c: Implement C2Y N3298 - Introduce complex literals [PR117029]Jakub Jelinek23-1/+538
2024-11-13aarch64: Optimise calls to ldexp with SVE FSCALE instruction [PR111733]Soumya AR4-7/+72
2024-11-13RISC-V: Bugfix for max_sew_overlap_and_next_ratio_valid_for_prev_sew_p[pr117483]xuli2-2/+29
2024-11-12[RISC-V] Fix costing of LO_SUM expressionsXianmiao Qu1-1/+2
2024-11-12Reapply "[PATCH v2] RISC-V: zero_extend(not) -> xor optimization [PR112398]"Jeff Law2-0/+36
2024-11-13i386: Zero extend 32-bit address to 64-bit with option -mx32 -maddress-mode=l...Hu, Lin12-0/+36
2024-11-13Daily bump.GCC Administrator5-1/+1075
2024-11-12Revert "[PATCH v2] RISC-V: zero_extend(not) -> xor optimization [PR112398]"Jeff Law2-36/+0
2024-11-12RISC-V: Fix target-attr-norelax.c testcaseYangyu Chen1-3/+4
2024-11-13Revert "Match: Simplify branch form 3 of unsigned SAT_ADD into branchless"Pan Li5-67/+4
2024-11-12selftests: clear GCC_COLORS [PR117503]David Malcolm1-1/+1
2024-11-12hppa: Fix decrement_and_branch_until_zero constraintJohn David Anglin1-1/+1
2024-11-12RISC-V: testsuite: Remove deprecated compatibility headersEdwin Lu17-17/+0
2024-11-12Verify that empty std::vector is optimized awayJan Hubicka1-0/+60
2024-11-12testsuite: Adjust jump threading test expectationAndrew Carlotti1-1/+1
2024-11-12AArch64: Remove duplicated addr_cost tablesWilco Dijkstra7-115/+7
2024-11-12AArch64: Cleanup fusion definesWilco Dijkstra29-57/+46
2024-11-12RISC-V: Fix incorrect test macro for signed scalar SAT_ADD form 2 run testPan Li5-8/+10
2024-11-12RISC-V: Add norelax function attributeyulong2-16/+49
2024-11-12[RISC-V] Drop undesirable two instruction macc alternativesJeff Law1-170/+140
2024-11-12tree-optimization/116973 - SLP permute lower heuristic and single-lane SLPRichard Biener1-6/+11
2024-11-12libsanitizer: update testKito Cheng1-2/+2
2024-11-12[committed] Fix minor c6x backend bug exposed by CRC patchesJeff Law1-2/+4
2024-11-12ada: Typo fix in commentMarc Poulhiès1-1/+1
2024-11-12ada: Compile time crash on limited object in extended returnsquirek1-5/+17
2024-11-12ada: Fix spurious error on iterated component association with large index typeEric Botcazou1-12/+19
2024-11-12ada: Include design documentation within runtime sourcesPat Bernardi233-334/+1465