aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-05-04CRIS: peephole2 an "and" with a contiguous "one-sided" sequences of 1sHans-Peter Nilsson8-11/+146
2023-05-04CRIS-LRA: Define TARGET_SPILL_CLASSHans-Peter Nilsson1-0/+12
2023-05-04PR modula2/109675 implementation of writeAddress is non portableGaius Mulley92-1134/+1139
2023-05-04Daily bump.GCC Administrator4-1/+2480
2023-05-04CRIS-LRA: Fix uses of reload_in_progressHans-Peter Nilsson3-20/+20
2023-05-03c++: over-eager friend matching [PR109649]Jason Merrill4-1/+23
2023-05-03Add stats to simple_dce_from_worklistAndrew Pinski1-1/+11
2023-05-03Allow varying ranges of unknown types in irange::verify_range [PR109711]Aldy Hernandez3-0/+47
2023-05-03do not tailcall __sanitizer_cov_trace_pc [PR90746]Alexander Monakov2-1/+13
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-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 Administrator4-1/+194
2023-05-02c++: simplify member template substitutionJason Merrill1-28/+10
2023-05-02PHIOPT: small refactoring of match_simplify_replacement.Andrew Pinski1-33/+24