aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2025-08-17Add test for spill failuredragan.mladjenovic1-0/+10
2025-08-17Testsuite: Use HAS_LDC instead of a specific ISAMatthew Fortune1-1/+1
2025-08-17Testsuite: Fix tests properly for compact-branchesAndrew Bennett4-20/+20
2025-08-17Testsuite: Adjust tests to cope with -mips16Jeff Law10-182/+183
2025-08-17Testsuite: Fix insn-*.c tests from trunkMatthew Fortune2-6/+6
2025-08-17regrename: treat writes as reads for fused instruction pairsArtemiy Volkov1-1/+9
2025-08-17[PR target/109324] H8/300: Fix genrecog warnings about operands missing modes.Jan Dubiec3-20/+20
2025-08-16ira: tie output allocnos for fused instruction pairsArtemiy Volkov3-2/+31
2025-08-16[PATCH] RISC-V: Fix block matching in arch-canonicalize [PR121538]Dimitar Dimitrov1-2/+20
2025-08-16x86: Add target("80387") function attributeH.J. Lu9-0/+78
2025-08-17Daily bump.GCC Administrator5-1/+55
2025-08-17c++: Implement P2115R0 linkage changes for unnamed unscoped enums [PR120503]Nathaniel Shead11-14/+109
2025-08-17RISC-V: Update the comments of vx combine [NFC]Pan Li1-0/+20
2025-08-17RISC-V: Add missed DONE for vx combine pattern [NFC]Pan Li1-0/+4
2025-08-16fortran: Set DECL_TLS_MODEL after processing a variableH.J. Lu3-10/+26
2025-08-16Daily bump.GCC Administrator7-1/+343
2025-08-15c++: Implement __builtin_structured_binding_size traitJakub Jelinek12-29/+255
2025-08-15c++: Add testcases for the defarg part of P1766R1 [PR121552]Jakub Jelinek6-0/+188
2025-08-15c++: Implement C++20 P1766R1 - Mitigating minor modules maladies [PR121552]Jakub Jelinek18-4/+223
2025-08-15c++: Fix default argument parsing in non-comma variadic methods [PR121539]Jakub Jelinek2-1/+84
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