aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2025-08-20tree-optimization/114480 - speedup IDF computeRichard Biener1-19/+25
2025-08-20AVR: target/121608 - Don't add --relax when linking with -r.Georg-Johann Lay1-1/+1
2025-08-20Thread the remains of vect_analyze_slp_instanceRichard Biener1-146/+345
2025-08-20Enable gather/scatter for epilogues of vector epiloguesRichard Biener1-7/+0
2025-08-20Remove most of the epilogue vinfo fixupRichard Biener1-89/+5
2025-08-20Record get_load_store_info results from analysisRichard Biener3-138/+182
2025-08-19cobol: Eliminate errors that cause valgrind messages.Robert Dubner3-2/+15
2025-08-19Fortran: Clean up and fix some refs.Jerry DeLisle1-51/+51
2025-08-19x86: Place the TLS call before all register setting BBsH.J. Lu5-106/+332
2025-08-20Daily bump.GCC Administrator4-1/+128
2025-08-19c++: testcase tweak for -fimplicit-constexprJason Merrill1-1/+1
2025-08-19c++: Fix ICE on mangling invalid compound requirement [PR120618]Ben Wu3-4/+20
2025-08-19middle-end: Fix malloc like functions when calling with void "return" [PR120024]Andrew Pinski3-13/+28
2025-08-19c++: constrained corresponding using from partial spec [PR121351]Patrick Palka2-4/+27
2025-08-19Remove reduction chain detection from parloopsRichard Biener1-177/+0
2025-08-19A few missing SLP node passings to vector costingRichard Biener2-5/+6
2025-08-19tree-optimization/121592 - failed reduction SLP discoveryRichard Biener1-0/+5
2025-08-19Fix riscv build, no longer works with python2Richard Biener1-1/+1
2025-08-19tree-optimization/121527 - wrong SRA with aggregate copyRichard Biener1-14/+6
2025-08-19AArch64: Use vectype from SLP node instead of stmt_info [PR121536]Tamar Christina2-5/+20
2025-08-19middle-end: Fix costing hooks of various vectorizable_* [PR121536]Tamar Christina1-6/+6
2025-08-19AArch64: Fix scalar costing after removal of vectype from mid-end [PR121536]Tamar Christina1-0/+11
2025-08-19testsuite: Fix g++.dg/abi/mangle83.C [PR121578]Nathaniel Shead1-1/+1
2025-08-19c++/modules: Fix exporting using-decls of unattached purview functions [PR120...Nathaniel Shead3-2/+26
2025-08-19testsuite: Fix PR108080 testcase for some targets [PR121396]Nathaniel Shead1-1/+1
2025-08-19Daily bump.GCC Administrator6-1/+203
2025-08-18docs: Fix __builtin_object_size example [PR121581]Andrew Pinski1-1/+2
2025-08-18opts: use sanitize_code_type for sanitizer flagsIndu Bhagat14-39/+75
2025-08-18aarch64: add new constants for MTE insnsIndu Bhagat1-4/+14
2025-08-18gcse: Fix handling of partial clobbers [PR97497]Richard Sandiford2-8/+71
2025-08-18LoongArch: Implement 16-byte atomic add, sub, and, or, xor, and nand with sc.qXi Ruoyao1-6/+111
2025-08-18LoongArch: Implement 16-byte atomic exchange with sc.qXi Ruoyao1-0/+35
2025-08-18LoongArch: Implement 16-byte CAS with sc.qXi Ruoyao1-0/+89
2025-08-18LoongArch: Implement 16-byte atomic store with sc.qXi Ruoyao2-1/+28
2025-08-18LoongArch: Add -m[no-]scq optionXi Ruoyao8-5/+31
2025-08-18LoongArch: Implement 16-byte atomic store with LSXXi Ruoyao1-0/+44
2025-08-18LoongArch: Implement 16-byte atomic load with LSXXi Ruoyao1-0/+41
2025-08-18LoongArch: Implement atomic_fetch_nand<GPR:mode>Xi Ruoyao1-0/+40
2025-08-18LoongArch: Don't expand atomic_fetch_sub_{hi, qi} to LL-SC loop if -mlam-bhXi Ruoyao1-1/+1
2025-08-18LoongArch: Implement subword atomic_fetch_{and, or, xor} with am*.w instructionsXi Ruoyao1-143/+34
2025-08-18LoongArch: Remove unneeded "andi offset, addr, 3" instruction in atomic_test_...Xi Ruoyao1-5/+4
2025-08-18LoongArch: Remove unneeded "b 3f" instruction after LL-SC loopsXi Ruoyao2-13/+10
2025-08-18LoongArch: Don't emit overly-restrictive barrier for LL-SC loopsXi Ruoyao1-12/+9
2025-08-18LoongArch: Allow using bstrins for masking the address in atomic_test_and_setXi Ruoyao1-5/+6
2025-08-18LoongArch: Don't use "+" for atomic_{load, store} "m" constraintXi Ruoyao1-2/+2
2025-08-18LoongArch: (NFC) Remove amo and use size insteadXi Ruoyao1-28/+25
2025-08-18LoongArch: (NFC) Remove atomic_optab and use amop insteadXi Ruoyao1-4/+2
2025-08-18Daily bump.GCC Administrator3-1/+99
2025-08-17[PR target/121213] Avoid unnecessary constant load in amoswapAustin Law2-4/+21
2025-08-17Add test for spill failuredragan.mladjenovic1-0/+10