aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-03aarch64: Fix ABI handling of aligned enums [PR109661]Richard Sandiford6-5/+1061
2023-05-03aarch64: Rename abi_break parameters [PR109661]Richard Sandiford1-34/+36
2023-05-03arm: [MVE intrinsics] rework vhaddq vhsubq vmulhq vqaddq vqsubq vqdmulhq vrha...Christophe Lyon4-3203/+51
2023-05-03arm: [MVE intrinsics] factorize several binary operationsChristophe Lyon3-188/+51
2023-05-03arm: [MVE intrinsics] factorize several binary _m_n operationsChristophe Lyon2-191/+48
2023-05-03arm: [MVE intrinsics] factorize several binary _n operationsChristophe Lyon2-79/+26
2023-05-03arm: [MVE intrinsics] factorize several binary_m operationsChristophe Lyon2-395/+92
2023-05-03arm: [MVE intrinsics] rework vcreateqChristophe Lyon4-80/+13
2023-05-03arm: [MVE intrinsics] factorize vcreateqChristophe Lyon2-3/+8
2023-05-03arm: [MVE intrinsics] add create shapeChristophe Lyon2-0/+23
2023-05-03arm: [MVE intrinsics] add unspec_mve_function_exact_insnChristophe Lyon1-0/+151
2023-05-03arm: [MVE intrinsics] rework vorrqChristophe Lyon5-559/+15
2023-05-03arm: [MVE intrinsics] add binary_orrq shapeChristophe Lyon4-1/+66
2023-05-03arm: [MVE intrinsics] rework vandq veorqChristophe Lyon4-862/+16
2023-05-03arm: [MVE intrinsics] factorize vandq veorq vorrq vbicqChristophe Lyon2-148/+57
2023-05-03arm: [MVE intrinsics] add binary shapeChristophe Lyon2-0/+28
2023-05-03arm: [MVE intrinsics] rework vaddq vmulq vsubqChristophe Lyon6-2531/+20
2023-05-03arm: [MVE intrinsics] factorize vadd vsubq vmulqChristophe Lyon2-283/+107
2023-05-03arm: [MVE intrinsics] add unspec_based_mve_function_exact_insnChristophe Lyon1-0/+186
2023-05-03arm: [MVE intrinsics] add binary_opt_n shapeChristophe Lyon2-0/+33
2023-05-03arm: [MVE intrinsics] Rework vuninitializedChristophe Lyon7-170/+112
2023-05-03arm: [MVE intrinsics] Rework vreinterpretqChristophe Lyon15-1563/+238
2023-05-03arm: [MVE intrinsics] Add new frameworkChristophe Lyon18-25/+3290
2023-05-03arm: move builtin function codes into general numberspaceChristophe Lyon2-77/+165
2023-05-03riscv: fix error: control reaches end of non-void functionMartin Liska1-0/+2
2023-05-03More last_stmt removalRichard Biener5-55/+41
2023-05-03libstdc++: Set _M_string_length before calling _M_dispose() [PR109703]Kefu Chai1-1/+1
2023-05-03riscv/linux: Don't add -latomic with -pthreadAndreas Schwab1-10/+0
2023-05-03RISC-V: Support segment intrinsicsJu-Zhe Zhong12-118/+1325
2023-05-03RISC-V: Add tuple type vget/vset intrinsicsJu-Zhe Zhong7-321/+688
2023-05-03RISC-V: Add tuple types supportJu-Zhe Zhong56-19/+6548
2023-05-03Speedup cse_insnRichard Biener1-24/+27
2023-05-03Improve RTL CSE hash table hash usageRichard Biener1-14/+23
2023-05-03aarch64: PR target/99195 annotate HADDSUB patterns for vec-concat with zeroKyrylo Tkachov2-7/+11
2023-05-03aarch64: PR target/99195 annotate simple floating-point patterns for vec-conc...Kyrylo Tkachov3-9/+92
2023-05-03Docs: Add vector register constarint for asm operandsKito Cheng1-0/+9
2023-05-03clang warning: warning: private field 'm_gc' is not used [-Wunused-private-fi...Martin Liska2-2/+0
2023-05-03c++: Fix up VEC_INIT_EXPR gimplification after r12-7069Jakub Jelinek1-9/+9
2023-05-03c++: fix TTP level reduction cacheJason Merrill2-2/+8
2023-05-03Daily bump.GCC Administrator6-1/+216
2023-05-02c++: simplify member template substitutionJason Merrill1-28/+10
2023-05-02PHIOPT: small refactoring of match_simplify_replacement.Andrew Pinski1-33/+24
2023-05-02MATCH: Port CLRSB part of builtin_zero_patternAndrew Pinski1-0/+8
2023-05-02tree-optimization: [PR109702] MATCH: Fix a ? func(a) : N patternsAndrew Pinski2-8/+78
2023-05-02target: [PR109657] (a ? -1 : 0) | b could be optimized better for aarch64Andrew Pinski2-0/+47
2023-05-02c++: less invalidate_class_lookup_cacheJason Merrill1-3/+0
2023-05-02c++: look for empty base at specific offset [PR109678]Jason Merrill3-5/+25
2023-05-02c++: std::variant slow to compile [PR109678]Jason Merrill2-10/+60
2023-05-02RISC-V: Table A.6 conformance testsPatrick O'Neill28-0/+360
2023-05-02RISC-V: Weaken atomic loadsPatrick O'Neill1-2/+26