aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-03-10Merge commit 'ea1cd66f2200839d46a8b4dc140d18c00b849c82^' into HEADThomas Schwinge344-4323/+12743
2024-03-10Merge commit 'bc45e18d433f879a02e369d027829f90f9e85724' into HEADThomas Schwinge3-15/+2
2024-03-10Merge commit 'bc45e18d433f879a02e369d027829f90f9e85724^' into HEADThomas Schwinge3569-50796/+116181
2024-03-10Merge commit '0a85544e1aaeca41133ecfc438cda913dbc0f122' into HEADThomas Schwinge3-22/+89
2024-03-10Merge commit '0a85544e1aaeca41133ecfc438cda913dbc0f122^' into HEADThomas Schwinge1014-65079/+93114
2024-03-09AVR: Fix typos in comment, indentation glitches in avr.md.Georg-Johann Lay1-44/+43
2024-03-09fwprop: Restore previous behavior for forward propagation of RTL with MEMs [P...Jakub Jelinek1-0/+1
2024-03-09LoongArch: Emit R_LARCH_RELAX for TLS IE with non-extreme code model to allow...Xi Ruoyao5-2/+36
2024-03-09AVR: Add cost computation for some insn combine patterns.Georg-Johann Lay2-11/+49
2024-03-09i386: Regenerate i386.opt.urlsJakub Jelinek1-0/+3
2024-03-09LoongArch: testsuite: Add compilation options to the regname-fp-s9.c.Lulu Cheng1-0/+1
2024-03-09LoongArch: Fixed an issue with the implementation of the template atomic_comp...Lulu Cheng2-11/+67
2024-03-09Daily bump.GCC Administrator7-1/+199
2024-03-09ipa: Avoid excessive removing of SSAs (PR 113757)Martin Jambor2-12/+16
2024-03-08[PR113790][LRA]: Fixing LRA ICE on riscv64Vladimir N. Makarov1-7/+13
2024-03-08bpf: add size threshold for inlining mem builtinsDavid Faust5-2/+65
2024-03-08arm: testsuite: tweak bics_3.c [PR113542]Richard Earnshaw1-11/+8
2024-03-08bpf: testsuite: fix unresolved test in memset-1.cDavid Faust2-8/+22
2024-03-08ARM: Fix builtin-bswap-1.c test [PR113915]Wilco Dijkstra1-4/+4
2024-03-08testsuite: Fix up pr113617 test for darwin [PR113617]Jakub Jelinek2-1/+40
2024-03-08tree-optimization/114269 - 434.zeusmp regression after SCEV analysis fixRichard Biener1-0/+48
2024-03-08modula2: Rebuild bootstrap tools with faster dynamic arraysGaius Mulley11-257/+540
2024-03-08AVR: Add an insn combine pattern for offset computation.Georg-Johann Lay2-0/+44
2024-03-08bb-reorder: Fix assertionJakub Jelinek1-1/+2
2024-03-08i386: Guard noreturn no-callee-saved-registers optimization with -mnoreturn-n...Jakub Jelinek11-10/+26
2024-03-08c-family, c++: Fix up handling of types which may have padding in __atomic_{c...Jakub Jelinek3-6/+66
2024-03-08dwarf2out: Emit DW_AT_export_symbols on anon unions/structs [PR113918]Jakub Jelinek6-0/+76
2024-03-08c++: Fix up parameter pack diagnostics on xobj vs. varargs functions [PR113802]Jakub Jelinek2-30/+69
2024-03-08testsuite/108355 - make gcc.dg/tree-ssa/ssa-fre-104.c properly XFAILRichard Biener1-1/+1
2024-03-08modula2: Add constant aggregate testsGaius Mulley4-0/+132
2024-03-08RISC-V: Fix ICE in riscv vector costsdemin.han2-0/+17
2024-03-08fwprop: Avoid volatile rtx to be propagatedHaochen Gui2-0/+17
2024-03-08Daily bump.GCC Administrator7-1/+277
2024-03-08c++: Redetermine whether to write vtables on stream-in [PR114229]Nathaniel Shead7-4/+42
2024-03-07c++/modules: member alias tmpl partial inst [PR103994]Patrick Palka7-124/+77
2024-03-07AArch64: memcpy/memset expansions should not emit LDP/STP [PR113618]Wilco Dijkstra2-47/+57
2024-03-07c++/modules: inline namespace abi_tag streaming [PR110730]Patrick Palka5-0/+66
2024-03-07testsuite, darwin: improve check for -shared supportFrancois-Xavier Coudert1-1/+1
2024-03-07vect: Do not peel epilogue for partial vectors.Robin Dapp3-23/+45
2024-03-07PR modula2/109969 Linking large project causes an ICEGaius Mulley6-471/+451
2024-03-07c++: ICE with variable template and [[deprecated]] [PR110031]Marek Polacek2-1/+33
2024-03-07doc: Fix docs for -dD regarding predefined macrosJonathan Wakely1-2/+1
2024-03-07rs6000: Don't ICE when compiling the __builtin_vsx_splat_2di [PR113950]Jeevitha2-2/+26
2024-03-07Fix bogus error on allocator for array type with Dynamic_PredicateEric Botcazou2-2/+19
2024-03-07Include safe-ctype.h after C++ standard headers, to avoid over-poisoningFrancois-Xavier Coudert1-21/+18
2024-03-07analyzer: Fix up some -Wformat* warningsJakub Jelinek5-1/+5
2024-03-07c++: Fix ICE diagnosing incomplete type of overloaded function set [PR98356]Nathaniel Shead2-6/+14
2024-03-07c++: Stream DECL_CONTEXT for template template parms [PR98881]Nathaniel Shead5-31/+47
2024-03-07bb-reorder: Fix -freorder-blocks-and-partition ICEs on aarch64 with asm goto ...Jakub Jelinek2-1/+45
2024-03-07expand: Fix UB in choose_mult_variant [PR105533]Jakub Jelinek2-5/+18