aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-06-15ada: Revert latest change to Find_Hook_ContextEric Botcazou1-10/+0
2023-06-15ada: Fix too small secondary stack allocation for returned aggregateEric Botcazou1-3/+14
2023-06-15ada: Remove dead code in Expand_Iterator_Loop_Over_ContainerEric Botcazou1-13/+4
2023-06-15ada: Add escape hatch to configurable run-timeRonan Desplanques2-0/+12
2023-06-15ada: Fix missing finalization for aggregates nested in conditional expressionsEric Botcazou2-1/+23
2023-06-15ada: Adjust QNX Ada priorities to match QNX system prioritiesJohannes Kliemann2-9/+7
2023-06-15ada: Adjust comments in targparm.adsRonan Desplanques1-20/+5
2023-06-15ada: Accept aspect Always_Terminates on packagesPiotr Trojanek2-2/+21
2023-06-15ada: Accept aspect Always_Terminates on entriesPiotr Trojanek1-0/+5
2023-06-15ada: Reject aspect Always_Terminates on functions and generic functionsPiotr Trojanek1-0/+13
2023-06-15ada: Fix missing error on function call returning incomplete viewEric Botcazou1-0/+6
2023-06-15ada: Fix minor issues in commentsRonan Desplanques1-3/+2
2023-06-15ada: Remove Ttypes.Max_Unaligned_FieldEric Botcazou6-28/+2
2023-06-15ada: Fix inverted implementation of RM 8.4(10) clause for operatorsEric Botcazou1-1/+1
2023-06-15ada: Accept aspect Always_Terminates without expressionPiotr Trojanek3-51/+53
2023-06-15ada: Crash on C++ constructor of private typeJavier Miranda1-2/+18
2023-06-15ada: Remove obsolete references for Build_Transient_Object_StatementsEric Botcazou1-3/+3
2023-06-15ada: Fix aspect Linker_Section ignored on subprogram bodyEric Botcazou1-12/+22
2023-06-15ada: Cleanup analysis of iterated component associationPiotr Trojanek1-7/+5
2023-06-15LoongArch: Set default alignment for functions and labels with -mtuneXi Ruoyao4-0/+27
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