aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-26rename make_eh_edges to make_eh_edgeAlexandre Oliva6-9/+9
2023-10-26Daily bump.GCC Administrator12-1/+415
2023-10-25Darwin: Handle the fPIE option specially.Iain Sandoe1-2/+13
2023-10-25config, aarch64: Use a more compatible sed invocation.Iain Sandoe1-6/+6
2023-10-25tree: update address_space commentJason Merrill1-2/+3
2023-10-25AArch64: Improve immediate generationWilco Dijkstra4-11/+207
2023-10-25c++: improve commentJason Merrill2-8/+16
2023-10-25i386: Narrow test instructions with immediate operands [PR111698]Uros Bizjak4-0/+80
2023-10-25Faster irange union for appending ranges.Andrew MacLeod2-1/+45
2023-10-25LoongArch: Fix vfrint-releated comments in lsxintrin.h and lasxintrin.hChenghui Pan2-16/+16
2023-10-25LoongArch: Implement __builtin_thread_pointer for TLS.chenxiaolong3-0/+22
2023-10-25c++: add fixed testcase [PR99804]Patrick Palka1-0/+12
2023-10-25jit: dump string literal initializers correctlyVibhav Pant1-1/+1
2023-10-25libstdc++: Build libstdc++_libbacktrace.a as PIC [PR111936]Jonathan Wakely2-5/+10
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