aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2025-08-15c++: Warn on #undef/#define of remaining cpp.predefined macros [PR120778]Jakub Jelinek6-42/+298
2025-08-15cobol: Eliminate a run-time structure type that is no longer used.Robert Dubner3-28/+0
2025-08-15real: Eliminate access to uninitialized memory.Robert Dubner1-0/+5
2025-08-15RISC-V: fix __builtin_round clobbering FP exceptions flags [PR121534]Vineet Gupta2-2/+14
2025-08-15Generate a call to a .ACCESS_WITH_SIZE for a FAM with counted_by attribute on...Qing Zhao4-37/+21
2025-08-15Use the counted_by attribute of pointers in array bound checker.Qing Zhao7-16/+545
2025-08-15Use the counted_by attribute of pointers in builtinin-object-size. No need to...Qing Zhao9-0/+302
2025-08-15Extend "counted_by" attribute to pointer fields of structures. Convert a poin...Qing Zhao13-75/+659
2025-08-15RISC-V: MIPS prefetch extensions for MIPS RV64 P8700 and can be enabled with ...Umesh Kalappa10-5/+131
2025-08-15testsuite: Add a test for [PR119156]Richard Sandiford1-0/+15
2025-08-15RISC-V: Allow errors to be suppressed when parsing architecturesRichard Sandiford5-134/+170
2025-08-15Use gimple_call_fntype rather than gimple_call_fndecl in pass_return_slot::ex...Kito Cheng1-1/+1
2025-08-15LoongArch: Fix ICE caused by function add_stmt_cost[PR121542].Lulu Cheng2-0/+55
2025-08-15Daily bump.GCC Administrator4-1/+105
2025-08-14c++: Fix up build_cplus_array_type [PR121524]Jakub Jelinek2-1/+14
2025-08-14[PR target/119275][RISC-V] Avoid calling gen_lowpart in cases where it would ICEJeff Law2-1/+28
2025-08-14fix cris-elf build with binutils-2.45Mikael Pettersson1-1/+1
2025-08-14powerpc: Add missing modes to P9 if_then_elses [PR121501]Richard Sandiford1-20/+20
2025-08-14forwprop: Limit alias walk in some cases [PR121474]Andrew Pinski2-16/+34
2025-08-14forwprop: Copy prop aggregates into argsAndrew Pinski2-55/+137
2025-08-14s390: Fix zero extend patterns using vlgvStefan Schulze Frielinghaus4-70/+98
2025-08-14testsuite: Fix asm-hard-reg-error-3.c for arm [PR121511]Stefan Schulze Frielinghaus1-1/+1
2025-08-13x86: Disallow MMX and 80387 in no_caller_saved_registers functionH.J. Lu10-7/+27
2025-08-14Daily bump.GCC Administrator8-1/+450
2025-08-13[RISC-V][PR target/121531] Cover missing insn types in p400 and p600 schedule...Jeff Law3-0/+32
2025-08-13c++: P2036R3 - Change scope of lambda trailing-return-type [PR102610]Marek Polacek20-37/+750
2025-08-13diagnostics/output-spec.cc: simplify implementationDavid Malcolm1-40/+13
2025-08-13c++: Implement C++26 P1306R5 - Expansion statements [PR120776]Jakub Jelinek37-164/+2952
2025-08-13Mark epiphany and rl78 as obsolete targetsAndrew Pinski1-1/+1
2025-08-13x86-64: Remove redundant TLS callsH.J. Lu24-154/+1153
2025-08-13Darwin: Handle linker '-no_deduplicate' option.Iain Sandoe4-7/+60
2025-08-13Darwin: Handle string constants specially when asan is enabled.Iain Sandoe4-14/+48
2025-08-13[RISC-V][PR target/121160] Avoid bogus force_reg callJeff Law2-2/+62
2025-08-13forwprop: Move check of limit first [PR121474]Andrew Pinski1-3/+3
2025-08-13cobol: Implement and use faster __gg__packed_to_binary() routine.Robert Dubner1-42/+18
2025-08-13c++: fix typo in commentBenjamin Wu1-1/+1
2025-08-13Introduce SLP_TREE_PERMUTE_PRichard Biener4-35/+32
2025-08-13Remove use of STMT_VINFO_DEF_TYPE in vect_analyze_stmtRichard Biener1-1/+1
2025-08-13Fold GATHER_SCATTER_*_P into vect_memory_access_typeRichard Biener5-48/+49
2025-08-13Simplify vect_supportable_dr_alignment APIRichard Biener3-4/+3
2025-08-13Fortran: Use associated TBP subroutine not found [PR89092]Paul Thomas2-1/+50
2025-08-13LoongArch: Define hook TARGET_COMPUTE_PRESSURE_CLASSES[PR120476].Lulu Cheng1-0/+15
2025-08-13LoongArch: Add support for _BitInt [PR117599]Yang Yujie5-3/+235
2025-08-12[RISC-V][PR target/121113] Handle HFmode in various insn reservationsJeff Law4-4/+15
2025-08-12cobol: Implement faster zoned decimal to binary conversion.Robert Dubner1-205/+51
2025-08-12testsuite: fix jit.dg/test-error-impossible-must-tail-call.c [PR119783]David Malcolm1-2/+4
2025-08-12jit: don't use &vect[0] in libgccjit++.h [PR121516]David Malcolm1-9/+9
2025-08-12x86: Convert integer constant to mode of moveH.J. Lu2-0/+20
2025-08-13Daily bump.GCC Administrator5-1/+178
2025-08-13RISC-V: RISC-V: Add test for vec_duplicate + vmerge.vvm combine with GR2VR co...Pan Li18-0/+398