aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-31RISC-V: Use widening shift for scatter/gather if applicable.Robin Dapp5-18/+193
2024-05-31RISC-V: Add vwsll combine helpers.Robin Dapp5-3/+251
2024-05-31RISC-V: Split vwadd.wx and vwsub.wx and add helpers.Robin Dapp4-32/+128
2024-05-31RISC-V: Do not allow v0 as dest when merging [PR115068].Robin Dapp3-10/+67
2024-05-31aarch64: testsuite: Explicitly add -mlittle-endian to vget_low_2.cPengxuan Zheng1-1/+1
2024-05-31MAINTAINERS: Add myself to Write After Approval and DCOPengxuan Zheng1-0/+2
2024-05-31Add the 6th argument to .ACCESS_WITH_SIZEQing Zhao4-9/+66
2024-05-31Use the .ACCESS_WITH_SIZE in bound sanitizer.Qing Zhao5-0/+201
2024-05-31Use the .ACCESS_WITH_SIZE in builtin object size.Qing Zhao5-0/+360
2024-05-31Convert references with "counted_by" attributes to/from .ACCESS_WITH_SIZE.Qing Zhao8-7/+328
2024-05-31Provide counted_by attribute to flexible array member fieldQing Zhao10-21/+444
2024-05-31alpha: Fix invalid RTX in divmodsi insn patterns [PR115297]Uros Bizjak3-10/+26
2024-05-31nvptx target: Global constructor, destructor support, via nvptx-tools 'ld'Thomas Schwinge6-5/+109
2024-05-31tree-optimization/115278 - fix DSE in if-conversion wrt volatilesRichard Biener2-1/+41
2024-05-31fix: valid compiler optimization may fail the testMarc Poulhiès1-0/+12
2024-05-31build: Include minor version in config.gcc unsupported messageRainer Orth1-2/+2
2024-05-31Fix some opindex for some options [PR115022]Andrew Pinski13-16/+33
2024-05-31testsuite: Adjust several dg-additional-files-options calls [PR115294]Rainer Orth5-5/+5
2024-05-30xtensa: Use epilogue_completed rather than cfun->machine->epilogue_doneTakayuki 'January June' Suwa3-16/+4
2024-05-30xtensa: Use REG_P(), MEM_P(), etc. instead of comparing GET_CODE()Takayuki 'January June' Suwa3-53/+51
2024-05-31C23: allow aliasing for types derived from structs with variable sizeMartin Uecker4-9/+59
2024-05-31C: allow aliasing of compatible types derived from enumeral types [PR115157]Martin Uecker8-14/+112
2024-05-31Rename double_u with __double_u to avoid pulluting the namespace.liuhongt2-8/+8
2024-05-31Daily bump.GCC Administrator6-1/+423
2024-05-31i386: Rewrite bswaphi2 handling [PR115102]Uros Bizjak2-27/+60
2024-05-30ira: Fix go_through_subreg offset calculation [PR115281]Richard Sandiford2-1/+41
2024-05-30aarch64, middle-end: Move pair_fusion pass from aarch64 to middle-endAjit Kumar Agarwal5-3149/+3216
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