aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2025-03-31c++: lambda in function template signature [PR119401]Jason Merrill3-0/+39
2025-03-31tree-optimization/119532 - ICE with fixed-point tail recursionRichard Biener2-0/+18
2025-03-31arm: testsuite: fix vect-fmaxmin.c testRichard Earnshaw2-9/+15
2025-03-31OpenMP: modify_call_for_omp_dispatch - fix invalid memory access after 'error...Tobias Burnus1-1/+2
2025-03-31PR middle-end/119442: expr.cc: Fix vec_duplicate into vector boolean modesKyrylo Tkachov2-3/+23
2025-03-31target/119010 - add mode attribute to *vmovv16si_constm1_pternlog_false_depRichard Biener1-1/+5
2025-03-31target/119010 - Zen4/Zen5 reservations for movlhps loadsRichard Biener1-2/+2
2025-03-31target/119010 - reservations for Zen4/Zen5 movhlps to memoryRichard Biener1-0/+14
2025-03-31target/119010 - fixup Zen4/Zen5 fp<->int convert reservationsRichard Biener1-3/+10
2025-03-31target/119010 - handle DFmode in SSE divide reservations for Zen4/Zen5Richard Biener1-3/+3
2025-03-31target/119010 - add reservations for integer vector compares to zen4/zen5Richard Biener1-6/+6
2025-03-31target/119010 - missing reservations for Zen4/5 and SSE comparesRichard Biener1-3/+2
2025-03-31target/119010 - fixup zn4zn5 reservation for move from const_vectorRichard Biener1-1/+8
2025-03-31c++: Honor noipa attribute for FE nothrow discovery [PR119518]Jakub Jelinek2-1/+22
2025-03-31Daily bump.GCC Administrator6-1/+201
2025-03-30Docs: make regenerate-opt-urlsSandra Loosemore3-4/+4
2025-03-30Optimize string constructorJan Hubicka2-0/+23
2025-03-30Doc: Clean up New/Delete Builtins manual sectionSandra Loosemore1-12/+29
2025-03-30Doc: Move Integer Overflow Builtins section [PR42270]Sandra Loosemore1-150/+153
2025-03-30Doc: Organize atomic memory builtins documentation [PR42270]Sandra Loosemore1-175/+196
2025-03-30Doc: Break up and rearrange the "other builtins" section [PR42270]Sandra Loosemore2-1285/+1333
2025-03-30Doc: Move builtin documentation to a new chapter [PR42270]Sandra Loosemore2-15/+37
2025-03-30Doc: Add a container section to consolidate attribute documentation [PR42270]Sandra Loosemore1-73/+101
2025-03-30Doc: Remove separate "Target Format Checks" section [PR42270]Sandra Loosemore1-56/+39
2025-03-30testsuite: Fix up atomic-inst-ldlogic.cJakub Jelinek1-35/+35
2025-03-30aarch64: Changed CRC test.Mariam Arutunian1-2/+2
2025-03-30Alpha: Add option to avoid data races for partial writes [PR117759]Maciej W. Rozycki24-51/+837
2025-03-30Alpha: Add option to avoid data races for sub-longword memory stores [PR117759]Maciej W. Rozycki19-6/+558
2025-03-30IRA+LRA: Let the backend request to split basic blocksMaciej W. Rozycki3-4/+11
2025-03-30Alpha: Export `emit_unlikely_jump' for a subsequent change to useMaciej W. Rozycki2-9/+11
2025-03-30gcc/testsuite/g++.dg/gomp/append-args-8.C: Fix scan-dump-treeTobias Burnus1-1/+1
2025-03-30gcc/mingw: Align `.refptr.` to 8-byte boundaries for 64-bit targetsLIU Hao1-0/+1
2025-03-30Daily bump.GCC Administrator5-1/+78
2025-03-29testsuite: arm: fixup more dg-final syntaxSam James1-5/+5
2025-03-29c++/modules: unexported friend templateJason Merrill4-11/+40
2025-03-29libiberty, gcc: Add memrchr to libiberty and use it [PR119283].Iain Sandoe3-2/+8
2025-03-29jit, Darwin: Update exports with ABI 28 throught 34.Iain Sandoe1-0/+21
2025-03-29c++: optimize push_to_top_level [PR64500]Jason Merrill1-8/+12
2025-03-29c++: Fix comment typoJakub Jelinek1-2/+2
2025-03-29c++/modules: Fix modules and LTO with header units [PR118961]Nathaniel Shead12-9/+104
2025-03-29LoongArch: doc: Add same-address constraint to the description of '-mld-seq-sa'.Lulu Cheng1-2/+2
2025-03-29LoongArch: Set default alignment for functions jumps loops and labels.Lulu Cheng3-3/+13
2025-03-29Daily bump.GCC Administrator7-1/+181
2025-03-29testsuite: Fix up musttail2.C testJakub Jelinek1-1/+6
2025-03-29cobol: Fix up cobol/{charmaps,valconv}.cc rulesJakub Jelinek1-21/+4
2025-03-28Fortran: fix spelling of flag -fallow-invalid-bozHarald Anlauf1-1/+1
2025-03-28testsuite: Don't cycle through option list for gfortran.dg and libgomp.fortra...Jakub Jelinek2-4/+8
2025-03-28Regenerate common.opt.urlsJakub Jelinek1-0/+9
2025-03-28cobol: Confine all __int128/_Float128 references to libgcobol.Bob Dubner7-41/+12
2025-03-28PR modula2/119504: ICE when attempting to access an element of a constant stringGaius Mulley4-10/+120