aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-10-12Daily bump.GCC Administrator5-1/+311
2024-10-11Introduce GFC_STD_UNSIGNED.Thomas Koenig3-10/+16
2024-10-12gcc.target/i386: Replace long with long longH.J. Lu5-8/+9
2024-10-12g++.target/i386/pr105953.C: Skip for x32H.J. Lu1-1/+1
2024-10-12gcc.target/i386/pr115407.c: Only run for lp64H.J. Lu1-1/+1
2024-10-11Fix thinko in previous changeEric Botcazou1-1/+1
2024-10-11PR target/117048 aarch64: Use more canonical and optimization-friendly repres...Kyrylo Tkachov2-4/+63
2024-10-11PR 117048: simplify-rtx: Extend (x << C1) | (X >> C2) --> ROTATE transformati...Kyrylo Tkachov1-6/+10
2024-10-11Fortran: Dead-function removal in error.cc (shrinking by 40%)Tobias Burnus1-717/+0
2024-10-11match.pd: Fold logarithmic identities.Jennifer Schmitz2-0/+81
2024-10-11tree-optimization/117080 - Add SLP_TREE_MEMORY_ACCESS_TYPERichard Biener4-50/+91
2024-10-11aarch64: Add codegen support for SVE2 faminmaxSaurabh Jha4-0/+147
2024-10-11aarch64: Add SVE2 faminmax intrinsicsSaurabh Jha11-1/+2615
2024-10-11middle-end/117086 - fixup vec_cond simplificationsRichard Biener2-21/+36
2024-10-11RISC-V: Add testcases for form 8 of scalar signed SAT_TRUNCPan Li13-0/+271
2024-10-11RISC-V: Add testcases for form 7 of scalar signed SAT_TRUNCPan Li13-0/+271
2024-10-11RISC-V: Add testcases for form 6 of scalar signed SAT_TRUNCPan Li13-0/+271
2024-10-11RISC-V: Add testcases for form 5 of scalar signed SAT_TRUNCPan Li13-0/+271
2024-10-11RISC-V: Add testcases for form 4 of scalar signed SAT_TRUNCPan Li13-0/+271
2024-10-11Match: Support form 4 for scalar signed integer SAT_TRUNCPan Li1-0/+1
2024-10-11RISC-V: Add testcases for form 3 of scalar signed SAT_TRUNCPan Li13-0/+271
2024-10-11Match: Support form 3 for scalar signed integer SAT_TRUNCPan Li1-0/+3
2024-10-11RISC-V: Add testcases for form 2 of scalar signed SAT_TRUNCPan Li13-0/+271
2024-10-11Match: Support form 2 for scalar signed integer SAT_TRUNCPan Li1-8/+13
2024-10-11i386: Fix up spaceship expanders for -mtune=i[45]86 [PR117053]Jakub Jelinek2-38/+113
2024-10-11tree-optimization/117050 - fix ICE with non-grouped .MASK_LOAD SLPRichard Biener2-1/+20
2024-10-11Fix possible wrong-code with masked store-lanesRichard Biener1-10/+20
2024-10-11i386: Fix some patterns's mem attribute.Hu, Lin11-10/+12
2024-10-11Daily bump.GCC Administrator3-1/+142
2024-10-10aarch64: Alter pr116258.c test to correct for big endian.Richard Ball1-1/+2
2024-10-10Fix PR116650: check all regs in regrename targetsMichael Matz1-6/+19
2024-10-10phiopt: Remove candorest variable return insteadAndrew Pinski1-6/+1
2024-10-10RISC-V:Bugfix for C++ code compilation failure with rv32imafc_zve32f[pr116883]Li Xu2-1/+21
2024-10-10vect: Avoid divide by zero for permutes of extern VLA vectorsRichard Sandiford1-3/+12
2024-10-10tree-optimization/117060 - fix oversight in vect_build_slp_tree_1Richard Biener2-2/+24
2024-10-10match.pd: Check trunc_mod vector obtap before folding.Jennifer Schmitz2-2/+17
2024-10-10Allow SLP store of mixed external and constantRichard Biener4-21/+26
2024-10-10Add a new tune avx256_avoid_vec_perm for SRF.liuhongt4-2/+43
2024-10-10Add new microarchitecture tune for SRF/GRR/CWF.liuhongt4-12/+34
2024-10-10x86: Implement Fast-Math Float Truncation to BF16 via PSRLD InstructionLevy Hsu3-7/+83
2024-10-09diagnostics: move text output member functions to correct fileDavid Malcolm3-87/+71
2024-10-09diagnostics: mark the JSON output format as deprecatedDavid Malcolm1-264/+2
2024-10-09lto: reimplement print_lto_docs_link [PR116613]David Malcolm1-13/+4
2024-10-10Daily bump.GCC Administrator5-1/+233
2024-10-10Adjust testcase after relax O2 vectorization.liuhongt21-37/+23
2024-10-10Enable vectorization for unknown tripcount in very cheap cost model but disab...liuhongt2-10/+7
2024-10-09RISC-V: Optimize branches with shifted immediate operandsJovan Vukic4-3/+63
2024-10-09Revert "RISC-V: Add implication for M extension."Jeff Law1-2/+0
2024-10-09Revert "RISC-V: Enable builtin __riscv_mul with Zmmul extension."Jeff Law1-1/+1
2024-10-09Fix LTO bootstrap failure with -Werror=lto-type-mismatchEric Botcazou4-14/+12