aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-06-15Fix 'dg-warning' in 'c-c++-common/Wfree-nonheap-object-3.c' for C++Thomas Schwinge1-1/+1
2023-06-15middle-end, i386: Pattern recognize add/subtract with carry [PR79173]Jakub Jelinek20-6/+1118
2023-06-15i386: Add peephole2 patterns to improve subtract with borrow with memory dest...Jakub Jelinek1-3/+151
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 Administrator4-1/+59
2023-06-14Remove MFWRAP_SPEC remnantJivan Hakobyan1-8/+0
2023-06-14aarch64: Fix -Werror=sign-compare bootstrap failureKyrylo Tkachov1-3/+3
2023-06-14c++: tweak c++17 ctor/conversion tiebreaker [DR2327]Jason Merrill3-36/+39
2023-06-14driver: Forward '-lgfortran', '-lm' to offloading compilationThomas Schwinge4-3/+82
2023-06-14Add 'libgomp.{,oacc-}fortran/fortran-torture_execute_math.f90'Thomas Schwinge1-2/+22
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-14Use x instead of v for alternative 2 (v, BH) in mov<mode>_internal.liuhongt2-1/+12
2023-06-14Daily bump.GCC Administrator8-1/+638
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-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
2023-06-13c++: mutable temps in rodataJason Merrill2-0/+19
2023-06-13RISC-V: Add vector psabi checking.Yanzhang Wang26-19/+228
2023-06-13arm: Extend -mtp= argumentsKyrylo Tkachov12-12/+93
2023-06-13aarch64: Extend -mtp= argumentsKyrylo Tkachov9-8/+60
2023-06-13fix frange_nextafter odr violationAlexandre Oliva1-3/+3
2023-06-13middle-end/110232 - fix native interpret of vector <signed-boolean:1>Richard Biener2-7/+16
2023-06-13Fix disambiguation against .MASK_LOADRichard Biener1-1/+4
2023-06-13testsuite: Update powerpc test fold-vec-extract-int.p8.c“Ajit Kumar Agarwal”1-2/+2
2023-06-13testsuite: Check int128 effective target for pr109932-{1,2}.c [PR110230]Kewen Lin2-0/+2
2023-06-13ada: Fix decoration of iterated component association for GNATprovePiotr Trojanek1-8/+1
2023-06-13ada: Add missing ss_mark/ss_release in quantified expressionsBob Duff1-0/+26
2023-06-13ada: Recognize iterated_component_association as repeatedly evaluatedPiotr Trojanek1-1/+2
2023-06-13ada: Recognize iterated_component_association as potentially unevaluatedPiotr Trojanek1-4/+10
2023-06-13ada: Disable inlining in potentially unevaluated contextsPiotr Trojanek1-15/+6
2023-06-13ada: Implement new aspect Always_Terminates for SPARKPiotr Trojanek17-24/+295