aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-07-05AArch64: lower 2 reg TBL permutes with one zero register to 1 reg TBL.Tamar Christina3-6/+94
2024-07-05AArch64: remove aarch64_simd_vec_unpack<su>_lo_Tamar Christina2-18/+5
2024-07-05middle-end: Add debug functions to dump dominator tree in dot formatAlex Coplan1-0/+30
2024-07-05i386: Refactor ssedoublemodeHu, Lin11-10/+9
2024-07-05MIPS: Support more cases with alien mode of SHF.DFYunQiang Su3-15/+170
2024-07-05Testsuite/MIPS: Fix msa.c: test7_v2f64, test7_v4f32, test43_v2i64YunQiang Su1-3/+3
2024-07-05MIPS/testsuite: Add -mfpxx to call-clobbered-1.cYunQiang Su1-1/+1
2024-07-05MIPS/testsuite: Fix umips-save-restore-1.cYunQiang Su1-4/+6
2024-07-05Support group size of three in SLP store permute loweringRichard Biener3-1/+97
2024-07-05Daily bump.GCC Administrator5-1/+155
2024-07-04analyzer: convert sm_context * to sm_context &David Malcolm12-427/+419
2024-07-04analyzer: handle <error.h> at -O0 [PR115724]David Malcolm2-0/+90
2024-07-04[committed][RISC-V] Fix test expectations after recent late-combine changesJeff Law1-3/+3
2024-07-04testsuite: Update test for PR115537 to use SVE .Tamar Christina1-1/+1
2024-07-04c++ frontend: check for missing condition for novector [PR115623]Tamar Christina2-1/+11
2024-07-04arm: Use LDMIA/STMIA for thumb1 DI/DF loads/storesSiarhei Volkau4-8/+58
2024-07-04Aarch64, bugfix: Fix NEON bigendian addp intrinsic [PR114890]Alfie Richards2-3/+1
2024-07-04Aarch64: Add test for non-commutative SIMD intrinsicAlfie Richards1-0/+371
2024-07-04middle-end/115426 - wrong gimplification of "rm" asm output operandRichard Biener2-0/+22
2024-07-04Use __builtin_cpu_support instead of __get_cpuid_count.liuhongt1-26/+20
2024-07-04i386: Add additional variant of bswaphisi2_lowpart peephole2.Roger Sayle2-0/+35
2024-07-03[committed] Fix newlib build failure with rx as well as several dozen testsui...Jeff Law1-3/+2
2024-07-04[APX PPX] Avoid generating unmatched pushp/popp in pro/epilogueHongyu Wang4-4/+34
2024-07-03c++: OVERLOAD in diagnosticsJason Merrill2-5/+3
2024-07-03c++: CTAD and trait built-insJason Merrill1-0/+5
2024-07-04vect: Fix ICE caused by missing check for TREE_CODE == SSA_NAMEHu, Lin14-1/+48
2024-07-04Daily bump.GCC Administrator6-1/+286
2024-07-03[committed] Fix previously latent bug in reorg affecting cris portJeff Law1-1/+2
2024-07-03Revert "Delete MALLOC_ABI_ALIGNMENT define from pa32-linux.h"John David Anglin1-0/+5
2024-07-03Fortran: fix associate with assumed-length character array [PR115700]Harald Anlauf2-4/+47
2024-07-03RISC-V: Describe -march behavior for dependent extensionsPalmer Dabbelt1-0/+4
2024-07-03RISC-V: Add support for Zabha extensionGianluca Guida30-8/+476
2024-07-03[PATCH] ARC: Update gcc.target/arc/pr9001184797.c testLuis Silva1-1/+3
2024-07-03RISC-V: Bugfix vfmv insn honor zvfhmin for FP16 SEW [PR115763]Pan Li7-26/+64
2024-07-03Match: Allow more types truncation for .SAT_TRUNCPan Li1-6/+6
2024-07-03Vect: Support IFN SAT_TRUNC for unsigned vector intPan Li1-0/+54
2024-07-03Remove redundant vector permute dumpRichard Biener1-10/+0
2024-07-03[PATCH] match.pd: Fold x/sqrt(x) to sqrt(x)Jennifer Schmitz2-0/+27
2024-07-03Deduplicate explicitly-sized typesAlexandre Oliva4-9/+120
2024-07-03[debug] Avoid dropping bits from num/den in fixed-point typesAlexandre Oliva2-21/+64
2024-07-03[i386] restore recompute to override opts after change [PR113719]Alexandre Oliva1-19/+40
2024-07-03aarch64: PR target/115475 Implement missing __ARM_FEATURE_SVE_BF16 macroKyrylo Tkachov2-0/+13
2024-07-03aarch64: PR target/115457 Implement missing __ARM_FEATURE_BF16 macroKyrylo Tkachov2-0/+12
2024-07-03Handle NULL stmt in SLP_TREE_SCALAR_STMTSRichard Biener3-39/+61
2024-07-03AVR: target/98762 - Handle partial clobber in movqi output.Georg-Johann Lay2-5/+41
2024-07-03ivopts: replace constant_multiple_of with aff_combination_constant_multiple_p...Tamar Christina1-58/+8
2024-07-03ivopts: fix wide_int_constant_multiple_p when VAL and DIV are 0. [PR114932]Tamar Christina1-5/+8
2024-07-03Give fast DCE a separate dirty flagRichard Sandiford4-30/+74
2024-07-03Move runtime check into a separate function and guard it with target ("no-avx")liuhongt1-1/+13
2024-07-03RISC-V: Fix asm check failure for truncated after SAT_SUBPan Li3-3/+3