aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2025-04-21[PATCH 21/61] Testsuite: Modify the gcc.dg/memcpy-4.c testAndrew Bennett2-6/+13
2025-04-21[PATCH 08/61] Testsuite: Accept jrc for clear cache intrinsicMatthew Fortune1-1/+1
2025-04-21[PATCH 30/61] MSA: Make MSA and microMIPS R5 unsupportedMatthew Fortune1-0/+3
2025-04-21[PATCH 43/61] Disable ssa-dom-cse-2.c for MIPS lp64Matthew Fortune1-1/+1
2025-04-21except: Don't use the cached value of the gcc_except_table section for comdat...Andrew Pinski2-1/+25
2025-04-21Add assert to array_slice::begin/endAndrew Pinski1-4/+4
2025-04-20Generate 2 FMA instructions in ix86_expand_swdivsf.hongtao.liu2-12/+44
2025-04-21Daily bump.GCC Administrator2-1/+7
2025-04-20x86: Add tests for PR target/117863H.J. Lu2-0/+145
2025-04-20Daily bump.GCC Administrator5-1/+101
2025-04-19Disable parallel testing for 'rust/compile/nr2/compile.exp' [PR119508]Thomas Schwinge1-0/+11
2025-04-19[RISC-V][PR target/119865] Don't free ggc allocated memoryJeff Law1-3/+0
2025-04-19[RISC-V][PR target/118410] Improve code generation for some logical opsJeff Law3-0/+56
2025-04-19Add tables for SSE fp conversion costsJan Hubicka3-13/+178
2025-04-19Fix pr118947-1.c and pr78408-3.c on targets where 32 bytes memcpy uses a vectorAndrew Pinski2-4/+4
2025-04-19combine: Better split point for `(and (not X))` [PR111949]Andrew Pinski2-0/+46
2025-04-19[PATCH v2] sh: Correct NaN signalling bit and propagation rules [PR111814]Jiaxun Yang2-0/+13
2025-04-19c++: minor EXPR_STMT cleanupJason Merrill2-21/+8
2025-04-19Alpha: Fix base block alignment calculation regressionMaciej W. Rozycki3-13/+150
2025-04-18Fortran: Fix checking for IMPURE in DO CONCURRENT.Steven G. Kargl6-11/+139
2025-04-19Daily bump.GCC Administrator3-1/+137
2025-04-19Fix time zone for 'cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob' [PR119818]Thomas Schwinge1-0/+1
2025-04-18[RISC-V] Fix missed bext discoveryJeff Law2-0/+92
2025-04-18ref-temp1.C: Enable some tests for PE targetsJonathan Yong2-4/+19
2025-04-18DSE: Trim stores of 0 like triming stores of {} [PR87901]Andrew Pinski3-4/+61
2025-04-18DSE: Support triming of some more memset [PR87901]Andrew Pinski2-0/+32
2025-04-18gimple: Canonical order for invariants [PR118902]Andrew Pinski2-0/+27
2025-04-18gimple-fold: Improve optimize_memcpy_to_memset by walking back until aliasing...Andrew Pinski2-11/+43
2025-04-18gimple-fold: Improve optimize_memcpy_to_memset to handle STRING_CST [PR78408]Andrew Pinski2-0/+31
2025-04-18[PATCH] c6x: Fix EHTYPE relocationsRichard Braun1-4/+2
2025-04-18testsuite: Use int size instead of alignment for pr116357.cDimitar Dimitrov1-3/+3
2025-04-18tree-optimization/119858 - type mismatch with POINTER_PLUSRichard Biener1-2/+6
2025-04-18[PATCH] riscv: Add support for riscv*-gnu (GNU/Hurd on RISC-V)Hakan Candar2-0/+73
2025-04-18[PATCH] [RISC-V] Tune for removal unnecessary sext in builtin overflows [PR10...Alexey Merzlyakov2-8/+53
2025-04-18avoid-store-forwarding: Fix reg init on load-elimination [PR119160]kelefth2-3/+34
2025-04-18doc: Clarify REG_EH_REGION note usagekelefth1-4/+6
2025-04-18LoongArch: Change {dg-do-what-default} save and restore logical.Xing Li1-2/+4
2025-04-18Daily bump.GCC Administrator6-1/+132
2025-04-17[PATCH] RISC-V: Do not free a riscv_arch_string when handling target-arch att...翁愷邑1-5/+1
2025-04-17c++: constexpr virtual base diagnosticJason Merrill3-3/+10
2025-04-17Document peculiarities of BOOLEAN_TYPEEric Botcazou1-1/+5
2025-04-17c++: constexpr new diagnostic locationJason Merrill8-21/+31
2025-04-17c++: vec_safe_reserve usage tweaksJason Merrill2-13/+4
2025-04-17c++: improve pack index diagnosticsJason Merrill4-9/+19
2025-04-17c++: add assert to cp_make_fname_declJason Merrill1-0/+2
2025-04-17c++: 'requires' diagnostic before C++20Jason Merrill1-0/+3
2025-04-17doc: say "compatible types" for -fstrict-aliasingSam James1-6/+8
2025-04-17ada: bump Library_Version to 16.Jakub Jelinek1-1/+1
2025-04-17Bump BASE-VER.basepoints/gcc-16Jakub Jelinek1-1/+1
2025-04-17middle-end: fix masking for partial vectors and early break [PR119351]Tamar Christina3-24/+99