aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-30ggc: Reduce GGC_QUIRE_SIZE on Solaris/SPARC [PR115031]Rainer Orth1-0/+3
2024-05-30analyzer: fix a -Wunused-parameterDavid Malcolm1-1/+1
2024-05-30Add new text_art::tree_widget and use it in analyzerDavid Malcolm57-33/+2071
2024-05-30libgomp.texi: Impl. update for USM and missing 5.2 itemTobias Burnus1-2/+4
2024-05-30[testsuite] [powerpc] adjust -m32 counts for fold-vec-extract*Alexandre Oliva7-16/+9
2024-05-30[testsuite] conditionalize dg-additional-sources on target and typeAlexandre Oliva0-0/+0
2024-05-30[libstdc++-v3] [rtems] enable filesystem supportAlexandre Oliva2-0/+14
2024-05-30Support vcond_mask_qiqi and friends.liuhongt2-0/+30
2024-05-30Don't reduce estimated unrolled size for innermost loop.liuhongt2-22/+86
2024-05-30[testsuite] conditionalize dg-additional-sources on target and typeAlexandre Oliva11-15/+46
2024-05-30tree-ssa-pre.c/115214(ICE in find_or_generate_expression, at tree-ssa-pre.c:2...Jiawei2-3/+59
2024-05-30Revert "resource.cc: Replace calls to find_basic_block with cfgrtl BLOCK_FOR_...Hans-Peter Nilsson1-10/+56
2024-05-30Revert "resource.cc (mark_target_live_regs): Remove check for bb not found"Hans-Peter Nilsson1-132/+138
2024-05-30Revert "resource.cc: Remove redundant conditionals"Hans-Peter Nilsson1-52/+71
2024-05-30Daily bump.GCC Administrator13-1/+1216
2024-05-29C23: fix aliasing for structures/unions with incomplete typesMartin Uecker2-3/+76
2024-05-30MIPS16: Mark $2/$3 as clobbered if GP is usedYunQiang Su1-1/+10
2024-05-30MIPS/testsuite: Fix bseli.b fail in msa-builtins.cYunQiang Su1-1/+1
2024-05-29PR modula2/115276 bugfix libgm2 wraptime.InitTM returns NILGaius Mulley5-3/+59
2024-05-29match: Add support for `a ^ CST` to bitwise_inverted_equal_p [PR115224]Andrew Pinski4-0/+42
2024-05-29Match: Add maybe_bit_not instead of plain matchingAndrew Pinski1-4/+10
2024-05-29aarch64: Split aarch64_combinev16qi before RA [PR115258]Richard Sandiford3-16/+34
2024-05-29libstdc++: Use RAII to replace try/catch blocksFrançois Dumont2-100/+55
2024-05-29Delete a file due to push errorFeng Xue1-0/+0
2024-05-29vect: Unify bbs in loop_vec_info and bb_vec_infoFeng Xue6-128/+74
2024-05-29c++: pragma target and static init [PR109753]Jason Merrill3-0/+15
2024-05-29[to-be-committed] [RISC-V] Use pack to handle repeating constantsJeff Law3-1/+52
2024-05-29c++: add module extensionsJason Merrill6-25/+30
2024-05-29libgomp: Enable USM for AMD APUs and MI200 devicesTobias Burnus4-4/+28
2024-05-29libgomp: Enable USM for some nvptx devicesTobias Burnus4-4/+45
2024-05-29c-family: add hints for strerrorOskari Pirhonen3-0/+11
2024-05-29tree-optimization/115252 - enhance peeling for gaps avoidanceRichard Biener2-30/+46
2024-05-29tree-optimization/114435 - pcom left around copies confusing SLPRichard Biener2-0/+40
2024-05-29Fix link failure of GNAT tools on 32-bit SPARC/LinuxEric Botcazou1-3/+10
2024-05-29i386: Fix ix86_option override after change [PR 113719]Hongyu Wang1-5/+5
2024-05-29c++: canonicity of fn types w/ instantiated eh specs [PR115223]Patrick Palka2-0/+15
2024-05-29Fix memory leak.Andre Vehreschild2-3/+92
2024-05-29libstdc++: Build libbacktrace and 19_diagnostics/stacktrace with -funwind-tab...Rainer Orth7-7/+7
2024-05-29libstdc++: Avoid MMX return types from __builtin_shufflevectorMatthias Kretz1-11/+28
2024-05-29Align tight&hot loop without considering max skipping bytes.liuhongt2-5/+153
2024-05-29Adjust generic loop alignment from 16:11:8 to 16 for Intel processorsHaochen Jiang1-1/+1
2024-05-28testsuite, rs6000: Replace powerpc_vsx_ok with powerpc_vsx [PR114842]Kewen Lin882-1000/+1050
2024-05-28Gori_on_edge tweaks.Andrew MacLeod3-19/+9
2024-05-28rs6000: Don't clobber return value when eh_return called [PR114846]Kewen Lin3-4/+38
2024-05-29Daily bump.GCC Administrator8-1/+315
2024-05-29Reduce cost of MEM (A + imm).liuhongt2-1/+24
2024-05-28More tweaks from gimple_outgoing_range changes.Andrew MacLeod3-5/+47
2024-05-28resource.cc: Remove redundant conditionalsHans-Peter Nilsson1-71/+52
2024-05-28resource.cc (mark_target_live_regs): Remove check for bb not foundHans-Peter Nilsson1-138/+132
2024-05-28resource.cc: Replace calls to find_basic_block with cfgrtl BLOCK_FOR_INSNHans-Peter Nilsson1-56/+10