aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-25PR modula2/111955 introduce isnan support to Builtins.defGaius Mulley7-5/+152
2023-10-25rtl-ssa: Add new helper functionsRichard Sandiford5-0/+149
2023-10-25rtl-ssa: Extend make_uses_availableRichard Sandiford2-2/+39
2023-10-25rtl-ssa: Use frequency-weighted insn costsRichard Sandiford1-4/+24
2023-10-25rtl-ssa: Handle call clobbers in more placesRichard Sandiford6-19/+60
2023-10-25rtl-ssa: Calculate dominance frontiers for the exit blockRichard Sandiford2-15/+30
2023-10-25rtl-ssa: Handle artifical uses of deleted defsRichard Sandiford2-2/+34
2023-10-25rtl-ssa: Fix ICE when deleting memory clobbersRichard Sandiford1-2/+12
2023-10-25rtl-ssa: Create REG_UNUSED notes after all pending changesRichard Sandiford1-3/+6
2023-10-25rtl-ssa: Ensure global registers are live on exitRichard Sandiford1-3/+16
2023-10-25Handle OpenACC 'self' clause for compute constructs in OpenACC 'kernels' deco...Thomas Schwinge6-30/+39
2023-10-25Extend test suite coverage for OpenACC 'self' clause for compute constructsThomas Schwinge12-5/+1094
2023-10-25Consistently order 'OMP_CLAUSE_SELF' right after 'OMP_CLAUSE_IF'Thomas Schwinge4-13/+14
2023-10-25RISC-V: Export some functions from riscv-vsetvl to riscv-v[NFC]Juzhe-Zhong3-70/+91
2023-10-25Disentangle handling of OpenACC 'host', 'self' pragma tokensThomas Schwinge3-56/+48
2023-10-25Enable 'c-c++-common/goacc/{if,self}-clause-1.c' for C++Thomas Schwinge2-6/+14
2023-10-25OpenACC 2.7: Implement self clause for compute constructsChung-Lin Tang22-12/+1306
2023-10-25OpenMP/Fortran: Group handling of 'if' clause without and with modifierThomas Schwinge4-26/+26
2023-10-25RISC-V: Change MD attribute avl_type into avl_type_idx[NFC]Juzhe-Zhong4-88/+92
2023-10-24c++: error with bit-fields and scoped enums [PR111895]Marek Polacek2-0/+15
2023-10-25Daily bump.GCC Administrator7-1/+208
2023-10-24modula2: tidyup M2Dependent.modGaius Mulley1-5/+16
2023-10-24c++: non-dep array new-expr size [PR111929]Patrick Palka2-4/+11
2023-10-24c++: cp_stabilize_reference and non-dep exprs [PR111919]Patrick Palka2-0/+12
2023-10-24libstdc++: Include cstdarg in freestandingPaul M. Bendixen2-6/+6
2023-10-24modula2: gcc/m2/gm2-libs/M2Dependent.mod initialize all record fields.Gaius Mulley1-0/+3
2023-10-24recog/reload: Remove old UNARY_P operand supportRichard Sandiford2-21/+0
2023-10-24gcc: fix typo in comment in gcov-io.hJose E. Marchesi1-1/+1
2023-10-24i386: Fine tune STV register conversion costs for -Os.Roger Sayle1-5/+27
2023-10-24ARC: Improved SImode shifts and rotates on !TARGET_BARREL_SHIFTER.Roger Sayle4-293/+324
2023-10-24testsuite: Fix gcc.target/arm/mve/mve_vadcq_vsbcq_fpscr_overwrite.cChristophe Lyon1-17/+17
2023-10-24arc: Remove mpy_dest_reg_operand predicateClaudiu Zissulescu2-10/+3
2023-10-24Improve factor_out_conditional_operation for conversions and constantsAndrew Pinski2-3/+56
2023-10-24match: Fix the `popcnt(a&b) + popcnt(a|b)` pattern for types [PR111913]Andrew Pinski3-1/+47
2023-10-24rtl-ssa: Avoid creating duplicated phisRichard Sandiford1-0/+5
2023-10-24rtl-ssa: Don't insert after insns that can throwRichard Sandiford2-1/+3
2023-10-24rtl-ssa: Fix handling of deleted insnsRichard Sandiford1-1/+4
2023-10-24rtl-ssa: Fix null deref in first_any_insn_useRichard Sandiford1-1/+1
2023-10-24i386: Avoid paradoxical subreg dests in vector zero_extendRichard Sandiford1-4/+5
2023-10-24i386: Fix unprotected REGNO in aeswidekl_operationRichard Sandiford1-0/+1
2023-10-24aarch64: Define TARGET_INSN_COSTRichard Sandiford1-0/+25
2023-10-24aarch64: Avoid bogus atomics matchRichard Sandiford1-1/+1
2023-10-24RISC-V: Fix ICE of RVV vget/vset intrinsic[PR111935]xuli2-0/+30
2023-10-24libgcc: make heap-based trampolines conditional on libc presenceSergei Trofimovich2-0/+10
2023-10-24Remove obsolete debugging formats from names listMark Harmstone1-2/+2
2023-10-24RISC-V: Fix ICE of RTL CHECK on VSETVL PASS[PR111947]Juzhe-Zhong2-6/+22
2023-10-24Daily bump.GCC Administrator8-1/+538
2023-10-23libcpp: Improve the diagnostic for poisoned identifiers [PR36887]Lewis Hyatt13-27/+134
2023-10-23compiler: move Selector_expression up in fileIan Lance Taylor2-282/+282
2023-10-23compiler: make xx_constant_value methods non-constIan Lance Taylor3-67/+37