aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-28resource.cc (mark_target_live_regs): Don't look past target insn, PR115182Hans-Peter Nilsson1-235/+0
2024-05-28i386: Improve access to _Atomic DImode location via XMM regs for SSE4.1 x86_3...Uros Bizjak1-8/+28
2024-05-28diagnostics: consolidate global state in diagnostic-color.ccDavid Malcolm3-63/+216
2024-05-28libcpp: move label_text to its own headerDavid Malcolm3-78/+105
2024-05-28selftests: split out make_fndecl from selftest.h to its own headerDavid Malcolm4-7/+43
2024-05-28regenerate-opt-urls.py: fix transposed values for "vax" and "v850"David Malcolm3-33/+73
2024-05-28c++: extend -Wself-move for mem-init-list [PR109396]Marek Polacek4-16/+59
2024-05-28Do not invoke SCEV if it will use a different range query.Andrew MacLeod2-1/+34
2024-05-28Strlen pass should set current range query.Andrew MacLeod2-6/+6
2024-05-28c++: mark TARGET_EXPRs for function arguments eliding [PR114707]Marek Polacek2-16/+8
2024-05-28testsuite/*/gomp: Remove 'dg-prune-output "not supported yet"'Tobias Burnus11-20/+0
2024-05-28diagnostics: disable localization of events in selftest paths [PR115203]David Malcolm3-4/+10
2024-05-28Fix bootstrap on AIX by adding c-family/c-type-mismatch.cc [PR115167]David Malcolm12-198/+262
2024-05-28[to-be-committed] [RISC-V] Some basic patterns for zbkb code generationLyut Nersisyan8-3/+139
2024-05-28vect: Use vect representative statement instead of original in patch recog [P...Feng Xue1-3/+3
2024-05-28target/115254 - fix gcc.dg/vect/vect-gather-4.c dump scanningRichard Biener1-1/+4
2024-05-28tree-optimization/115236 - more points-to *ANYTHING = x fixesRichard Biener2-6/+26
2024-05-28Avoid pessimistic constraints for asm memory constraintsRichard Biener1-2/+10
2024-05-28tree-optimization/115254 - don't account single-lane SLP against discovery limitRichard Biener3-15/+20
2024-05-28Fix SLP reduction neutral op value for pointer reductionsRichard Biener1-1/+8
2024-05-28Fix predicate mismatch between vfcmaddcph's define_insn and define_expand.liuhongt1-5/+5
2024-05-28LoongArch: Guard REGNO with REG_P in loongarch_expand_conditional_move [PR115...Xi Ruoyao1-5/+12
2024-05-27Fix bitops-9.c for -m32 and other targets that don't have vector modesAndrew Pinski1-4/+6
2024-05-28Daily bump.GCC Administrator3-1/+119
2024-05-27match: Use uniform_integer_cst_p in bitwise_inverted_equal_p [PR115238]Andrew Pinski3-4/+23
2024-05-27modula2: simplify xref usage in documentation, remove external ref to gm2.Gaius Mulley1-13/+13
2024-05-27Fix points-to SCC collapsing bugRichard Biener1-1/+3
2024-05-27tree-optimization/115220 - fix store sinking virtual operand constraintsRichard Biener3-3/+38
2024-05-27Define which threading model is in use on WindowsTheShermanTanker1-5/+8
2024-05-27tree-optimization/115232 - demangle failure during -WaccessRichard Biener2-1/+26