aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2025-04-24cobol: Repair some exception processing logic.Robert Dubner3-589/+295
2025-04-24Fix i386 vectorizer cost of COND_EXPR and MIN_MAX with one of parameters 0 or -1Jan Hubicka2-8/+48
2025-04-24Fix ICE building deepsjeng with -fprofile-useJan Hubicka1-4/+4
2025-04-24c++: attribute duplication [PR116954]Jason Merrill1-0/+3
2025-04-24aarch64: Fix CFA offsets in non-initial stack probes [PR119610]Richard Sandiford3-26/+78
2025-04-24c: Allow $@` in GNU23/GNU2Y raw string delimiters [PR110343]Jakub Jelinek1-0/+25
2025-04-24opts.cc: Use opts rather than opts_set for validating -fipa-reorder-for-localityKyrylo Tkachov1-4/+5
2025-04-24opts.cc Simplify handling of explicit -flto-partition= and -fipa-reorder-for-...Kyrylo Tkachov4-14/+6
2025-04-24PR modula2/119915: Sprintf1 repeats the entire format string if it starts wit...Gaius Mulley2-2/+65
2025-04-24dwarf2out: Decrease dw_loc_descr_node and dw_attr_struct struct sizes [PR119711]Jakub Jelinek2-25/+50
2025-04-23target: [PR103750] Also handle avx512 kmask & immediate 15 or 3 when VF is 4/2.liuhongt16-39/+187
2025-04-24PR modula2/119914 No error message generated when passing a Ztype to an unbou...Gaius Mulley6-20/+217
2025-04-23Regenerate gcc.potJoseph Myers1-6357/+6609
2025-04-23testsuite: Require fstack_protector for no-stack-protector-attr-3.CDimitar Dimitrov1-0/+1
2025-04-23Enable ip-cp cloning over non-hot edgesJan Hubicka7-150/+192
2025-04-23Cost truth_value exprs in i386 vectorizer costs.Jan Hubicka1-0/+18
2025-04-23Update gcc sv.poJoseph Myers1-230/+162
2025-04-23testsuite: aarch64: arm: Enable vld1x?.c and vst1x?.c on arm [PR71233]Christophe Lyon6-46/+90
2025-04-23testsuite: Skip g++.dg/eh/pr119507.C on Solaris/SPARC with asRainer Orth1-0/+2
2025-04-23Fortran: Use correct location in check of coarray functions [PR119200]Andre Vehreschild1-6/+12
2025-04-23testsuite: AMDGCN test for vect-early-break_38.c as well to consistent archit...Tamar Christina1-0/+1
2025-04-22Accept allones or 0 operand for vcond_mask op1.liuhongt6-7/+55
2025-04-23Daily bump.GCC Administrator5-1/+425
2025-04-22Fix vectorizer costs of COND_EXPR, MIN_EXPR, MAX_EXPR, ABS_EXPR, ABSU_EXPRJan Hubicka2-11/+92
2025-04-22rs6000: Ignore OPTION_MASK_SAVE_TOC_INDIRECT differences in inlining decision...Jakub Jelinek2-4/+23
2025-04-22aarch64: Define __ARM_FEATURE_FAMINMAXRichard Sandiford2-0/+16
2025-04-22Induction vectorizer: prevent ICE for scalable typesSpencer Abson1-9/+30
2025-04-22AArch64: Emit half-precision FCMP/FCMPESpencer Abson3-13/+77
2025-04-22AArch64: Define the spaceship optab [PR117013]Spencer Abson6-0/+390
2025-04-22aarch64: Update FP8 dependencies for -mcpu=olympusKyrylo Tkachov1-1/+1
2025-04-22Fortran: Various fixes on F2018 teams.Andre Vehreschild9-10/+137
2025-04-22Fortran: Add teams support in image_index and num_images for F2018Andre Vehreschild18-172/+168
2025-04-22Fortran: Add team-support to this_image [PR87326]Andre Vehreschild16-121/+283
2025-04-22Fortran: Update get_team, team_number and image_status to F2018 [PR88154, PR8...Andre Vehreschild17-77/+329
2025-04-22Fortran: Improve F2018 TEAM handling [PR87326, PR87556, PR88254, PR103896]Andre Vehreschild22-190/+942
2025-04-22Fortran: Unify handling of STAT= and ERRMSG= optional arguments [PR87939]Andre Vehreschild17-124/+528
2025-04-22[PATCH] [RISC-V]Support -mcpu for Xuantie cpuYixuan Chen8-2/+325
2025-04-22testsuite: Add support for GCOV_UNDER_TESTChristophe Lyon4-16/+44
2025-04-22Document locality partitioning params in invoke.texiKyrylo Tkachov1-0/+13
2025-04-22testsuite: Use sigsetjmp in gcc.misc-tests/gcov-31.cRainer Orth1-1/+1
2025-04-22c++/modules: Remove unnecessary lazy_load_pendingsNathaniel Shead1-2/+0
2025-04-22c++/modules: Find non-exported reachable decls when instantiating friend clas...Nathaniel Shead4-20/+67
2025-04-21Skip g++.dg/eh/pr119507.C on arm eabiAndrew Pinski1-0/+2
2025-04-21[testsuite] [ppc] require ifunc for target_clones testAlexandre Oliva1-0/+1
2025-04-21[riscv] vec_dup immediate constants in pred_broadcast expand [PR118182]Alexandre Oliva1-2/+20
2025-04-22Daily bump.GCC Administrator4-1/+76
2025-04-21c++: reorder constexpr checksJason Merrill1-16/+21
2025-04-21c++: new size folding [PR118775]Jason Merrill3-8/+10
2025-04-21c++: static constexpr strictness [PR99456]Jason Merrill1-3/+13
2025-04-21Fix cost of vectorized double->float conversionJan Hubicka1-29/+22