aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-16match: Optimize `max(a,b) == 0` to `(a|b) == 0` for unsigned [PR115275]Andrew Pinski4-0/+83
2024-11-16MATCH: Simplify `min(a, b) op max(a, b)` to `a op b` [PR109401]Eikansh Gupta3-0/+103
2024-11-16libiberity: ANSIfy test-demangle.cAndrew Pinski1-11/+4
2024-11-16AVR: target/116781 - Fix ICE due to (clobber (match_dup)) in tablejump.Georg-Johann Lay2-24/+35
2024-11-16AVR: target/117500 - Use output_operand_lossage in avr_print_operand.Georg-Johann Lay1-40/+64
2024-11-16AVR: Add an RTL peephole to tweak lower_reg:QI o= cst.Georg-Johann Lay1-0/+31
2024-11-16[committed] RISC-V testsuite adjustments for c23Jeff Law33-40/+38
2024-11-16[committed] Adjust ARC tests after c23 changesJeff Law1-1/+1
2024-11-16libgcc: Fix a warning/error in libgcc2.c [PR117624]Jakub Jelinek1-0/+1
2024-11-16Fortran: Fix segmentation fault in defined assignment [PR109066]Paul Thomas2-0/+66
2024-11-16doc: Streamline hppa*-hp-hpux11 installation instructionsGerald Pfeifer1-24/+0
2024-11-16Fix various sh tests to work with c23Jeff Law7-83/+83
2024-11-16Document that SELECT CASE works for unsigned.Thomas Koenig1-0/+2
2024-11-16[committed] Fix compilation of testglue wrapper after c23 changesJeff Law1-1/+1
2024-11-16testsuite: pru: Fix pr64366.c for new -std=gnu23 defaultDimitar Dimitrov1-1/+1
2024-11-16Handle unsigned constants for module I/O.Thomas Koenig2-0/+13
2024-11-16Flip vectorization to forced SLPRichard Biener1-1/+1
2024-11-16tree-optimization/117606 - SLP and single element interleavingRichard Biener1-2/+25
2024-11-16tree-optimization/117605 - SLP with large negative single-element interleavingRichard Biener1-1/+2
2024-11-16tree-optimization/117558 - peeling for gaps and VL vectorsRichard Biener3-6/+35
2024-11-16Ignore conditions guarding __builtin_unreachable in inliner metricsJan Hubicka2-1/+189
2024-11-16c++: adjust some tests for modulesJason Merrill4-7/+7
2024-11-16c: fix ICE when forming composite type for two structures / unions [PR117548]Martin Uecker3-15/+38
2024-11-16testsuite: i386: adapt to -std=gnu23 default changeSam James1-1/+1
2024-11-16testsuite: graphite: adapt to -std=gnu23 default changeSam James3-2/+3
2024-11-16PR modula2/117555: Add missing return statement after raiseGaius Mulley6-11/+23
2024-11-16libstdc++: Use -C option to run recursive make in sub-directoriesJonathan Wakely2-4/+4
2024-11-16RISC-V: Remove unnecessary option for scalar SAT_SUB testcasePan Li100-200/+100
2024-11-16Daily bump.GCC Administrator8-1/+1179
2024-11-15c: Default to -std=gnu23Joseph Myers18-40/+30
2024-11-15PR modula2/117371: type incompatibility between INTEGER and CARDINALGaius Mulley16-179/+330
2024-11-15modula2: Add dependencies for generated sourcesGaius Mulley1-0/+60
2024-11-15match.pd: Fold vec_perm with view_convertJennifer Schmitz2-5/+25
2024-11-15hppa: Fix typos in 32-bit SFmode peephole2 patternsJohn David Anglin1-2/+2
2024-11-15Fix type of malloc parameter in trans-expr.ccJan Hubicka1-0/+1
2024-11-15tree-nested: Do not inline or clone functions with nested functions with VM r...Joseph Myers6-2/+91
2024-11-15Remove unused vcond{,u,eq} expander infrastructureRichard Biener5-87/+3
2024-11-15testsuite: Fix tail_call and musttail effective targets [PR116080]Christophe Lyon1-2/+2
2024-11-15Remove dead code related to VEC_COND_EXPR expansion from ISELRichard Biener1-115/+8
2024-11-15Streamline vector lowering of VEC_COND_EXPR and vector comparisonsRichard Biener1-168/+56
2024-11-15Regenerate gcc/c-family/c.opt.urlsFlorian Weimer1-0/+3
2024-11-15RISC-V: Rearrange the test files for scalar SAT_SUB [NFC]Pan Li164-0/+0
2024-11-15c: Introduce -Wmissing-parameter-nameFlorian Weimer8-12/+64
2024-11-15Report the section name in case of section type conflictsFlorian Weimer1-5/+8
2024-11-15RISC-V: Remove unnecessary option for scalar SAT_ADD testcasePan Li123-186/+123
2024-11-15testsuite: Change 3 tests from c++14 to c++11Jakub Jelinek3-3/+3
2024-11-15c: Add _Decimal64x supportJakub Jelinek24-14/+285
2024-11-15testsuite: fix g++.dg/tree-ssa/pr58483.CMarek Polacek1-2/+1
2024-11-15RISC-V: Move scalar SAT_ADD test cases to a isolated folderPan Li188-1/+1041
2024-11-15rs6000: Rework vector integer comparison in rs6000_emit_vector_compare - p5Kewen Lin1-24/+44