aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-15i386: Add peephole2 patterns to improve add with carry or subtract with borro...Jakub Jelinek1-0/+289
2023-06-15middle-end: Move constant args folding of .UBSAN_CHECK_* and .*_OVERFLOW into...Jakub Jelinek2-16/+41
2023-06-15AArch64: New RTL for ABDOluwatamilore Adebayo14-2/+424
2023-06-15Missed opportunity to use [SU]ABDOluwatamilore Adebayo4-31/+217
2023-06-15LoongArch: Change the default value of LARCH_CALL_RATIO to 6.chenxiaolong1-1/+1
2023-06-15RISC-V: Use merge approach to optimize vector permutationJuzhe-Zhong15-0/+1417
2023-06-15RISC-V: Ensure vector args and return use function stack to pass [PR110119]Lehua Ding3-5/+64
2023-06-15RISC-V: Align the predictor style for define_insn_and_splitPan Li2-22/+22
2023-06-15RISC-V: Bugfix for vec_init repeating auto vectorization in RV32Pan Li1-4/+12
2023-06-15Daily bump.GCC Administrator8-1/+185
2023-06-14Remove MFWRAP_SPEC remnantJivan Hakobyan1-8/+0
2023-06-14MAINTAINERS: Add myself to write after approvalFilip Kastl1-0/+1
2023-06-14aarch64: Fix -Werror=sign-compare bootstrap failureKyrylo Tkachov1-3/+3
2023-06-14[contrib] validate_failures.py: Ignore stray filesystem paths in resultsMaxim Kuvyrkov1-0/+15
2023-06-14[contrib] validate_failures.py: Add "--expiry_date YYYYMMDD" optionMaxim Kuvyrkov1-2/+22
2023-06-14[contrib] validate_failures.py: Add new option --invert_matchMaxim Kuvyrkov1-2/+32
2023-06-14[contrib] validate_failures.py: Improve error outputThiago Bauermann1-1/+4
2023-06-14[contrib] validate_failures.py: Support "$tool:" prefix in exp namesChristophe Lyon1-3/+5
2023-06-14[contrib] validate_failures.py: Use exit code "2" to indicate regressionMaxim Kuvyrkov1-1/+1
2023-06-14[contrib] validate_failures.py: Be more stringent in parsing result linesMaxim Kuvyrkov1-4/+4
2023-06-14[contrib] validate_failures.py: Add more verbosity levelsMaxim Kuvyrkov1-36/+46
2023-06-14[contrib] validate_failures.py: Simplify GetManifestPath()Maxim Kuvyrkov1-8/+5
2023-06-14[contrib] validate_failures.py: Read in manifest when comparing build dirsMaxim Kuvyrkov1-3/+11
2023-06-14[contrib] validate_failures.py: Support expiry attributes in manifestsMaxim Kuvyrkov1-1/+9
2023-06-14[contrib] validate_failures.py: Avoid testsuite aliasingMaxim Kuvyrkov1-22/+115
2023-06-14c++: tweak c++17 ctor/conversion tiebreaker [DR2327]Jason Merrill3-36/+39
2023-06-14libstdc++: Clarify manual demangle docJonny Grant2-8/+4
2023-06-14Align a 'OMP_TARGET_OFFLOAD=mandatory' diagnostic with othersThomas Schwinge2-3/+3
2023-06-14driver: Forward '-lgfortran', '-lm' to offloading compilationThomas Schwinge9-10/+82
2023-06-14Add 'libgomp.{,oacc-}fortran/fortran-torture_execute_math.f90'Thomas Schwinge3-2/+31
2023-06-14Tighten 'dg-warning' alternatives in 'c-c++-common/Wfree-nonheap-object{,-2,-...Thomas Schwinge3-8/+8
2023-06-14Remove 'gcc/testsuite/g++.dg/warn/Wfree-nonheap-object.s'Thomas Schwinge1-0/+0
2023-06-14Fix typo in 'libgomp.c/target-51.c'Thomas Schwinge1-1/+1
2023-06-14Use x instead of v for alternative 2 (v, BH) in mov<mode>_internal.liuhongt2-1/+12
2023-06-14OpenMP: Set default-device-var with OMP_TARGET_OFFLOAD=mandatoryTobias Burnus12-4/+242
2023-06-14Daily bump.GCC Administrator11-1/+654
2023-06-13modula2 Fixes to the error format specificationsGaius Mulley4-30/+164
2023-06-13c/c++: use positive tone in missing header notes [PR84890]David Malcolm14-145/+145
2023-06-13c++: Fix templated convertion operator demanglingNathan Sidwell2-25/+30
2023-06-13Fortran: add DATA statement testcaseFrancois-Xavier Coudert1-0/+26
2023-06-13Fortran: fix passing of zero-sized array arguments to procedures [PR86277]Harald Anlauf3-1/+296
2023-06-13Remove a couple mudflap remnantsJeff Law1-2/+2
2023-06-13Remove sh5media divtab codeJeff Law1-203/+0
2023-06-13i386: Fix up whitespace in assemblyJakub Jelinek1-3/+3
2023-06-13Avoid duplicate vector initializations during RTL expansion.Roger Sayle1-2/+5
2023-06-13RISC-V: Remove duplicate `#include "riscv-vector-switch.def"`Lehua Ding1-1/+2
2023-06-13RISC-V: Add comments of some functionsJuzhe-Zhong1-0/+7
2023-06-13RISC-V: Add more SLP testsJuzhe-Zhong10-0/+393
2023-06-13RISC-V: Fix bug of VLA SLP auto-vectorizationJuzhe-Zhong3-4/+71
2023-06-13Fix memory leak in loop header copyingRichard Biener1-0/+1