aboutsummaryrefslogtreecommitdiff
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-13libstdc++: Refactor std::hash specializationsJonathan Wakely12-63/+344
2024-11-13libstdc++: Add _Hashtable::_M_locate(const key_type&)Jonathan Wakely1-188/+145
2024-11-13libstdc++: Simplify _Hashtable merge functionsJonathan Wakely7-28/+626
2024-11-13libstdc++: Remove _Hashtable_base::_S_equalsJonathan Wakely1-24/+24
2024-11-13libstdc++: Remove _Equality base class from _HashtableJonathan Wakely2-164/+94
2024-11-13libstdc++: Remove _Insert base class from _HashtableJonathan Wakely2-215/+144
2024-11-13libstdc++: Use RAII in _HashtableJonathan Wakely1-44/+55
2024-11-13libstdc++: Replace _Hashtable::__fwd_value_for with castJonathan Wakely1-9/+5
2024-11-13libstdc++: Add _Hashtable::_M_assign for the common caseJonathan Wakely2-16/+19
2024-11-13libstdc++: Refactor Hashtable erasureJonathan Wakely1-74/+39
2024-11-13libstdc++: Refactor Hashtable insertion [PR115285]Jonathan Wakely4-322/+177
2024-11-13libstdc++: Allow unordered_set assignment to assign to existing nodesJonathan Wakely3-17/+35
2024-11-13libstdc++: Refactor _Hashtable::operator=(initializer_list<value_type>)Jonathan Wakely1-3/+32
2024-11-13libstdc++: Fix calculation of system time in performance testsJonathan Wakely1-1/+4
2024-11-13libstdc++: Write timestamp to libstdc++-performance.sum fileJonathan Wakely1-0/+3
2024-11-13libstdc++: Use __is_single_threaded() in performance testsJonathan Wakely1-6/+3
2024-11-13libstdc++: Stop using std::unary_function in perf testsJonathan Wakely2-2/+8
2024-11-13libstdc++: Fix nodiscard warnings in perf test for memory poolsJonathan Wakely1-3/+12
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 Jelinek6-5/+99
2024-11-13c: Implement C2Y N3298 - Introduce complex literals [PR117029]Jakub Jelinek26-35/+594
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