aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2024-01-25modula2: add project regression test and badpointer testsGaius Mulley5-0/+876
2024-01-25fold-const: Handle AND, IOR, XOR with stepped vectors [PR112971].Robin Dapp1-0/+18
2024-01-25testsuite/vect: Add target checks to refined patterns.Robin Dapp14-16/+16
2024-01-25analyzer: fix defaults in compound assignments from non-zero offsets [PR112969]David Malcolm4-2/+89
2024-01-25RISC-V: Add support for XCVsimd extension in CV32E40PMary Bennett162-0/+4638
2024-01-25RISC-V: remove param riscv-vector-abi. [PR113538]Yanzhang Wang44-108/+66
2024-01-25convert: Fix test for out of bounds shift count [PR113574]Jakub Jelinek1-0/+23
2024-01-25aarch64: Fix out-of-bounds ENCODED_ELT access [PR113572]Richard Sandiford1-0/+12
2024-01-25aarch64: Handle overlapping registers in movv8di [PR113550]Richard Sandiford1-0/+48
2024-01-25aarch64: Avoid paradoxical subregs in UXTL split [PR113485]Richard Sandiford2-0/+65
2024-01-25Fix a few vect gimple testcases for LLP64 targets (e.g. mingw) [PR113548]Andrew Pinski7-37/+37
2024-01-25tree-optimization/113576 - non-empty latch and may_be_zero vectorizationRichard Biener1-0/+157
2024-01-25rs6000: Enable block compare expand on P9 with m32 and mpowerpc64Haochen Gui3-1/+11
2024-01-25Adjust hwasan testcase for x86 target.liuhongt3-3/+3
2024-01-25c++: Handle partial specialisations in GMF [PR113405]Nathaniel Shead5-0/+72
2024-01-25c++: Fix importing nested namespace declarations [PR100707]Nathaniel Shead11-64/+82
2024-01-25i386: Modify testcases failed under -DDEBUGHaochen Jiang22-19/+15
2024-01-24Fix check_effective_target_vect_long_multAndrew Pinski1-1/+1
2024-01-25Daily bump.GCC Administrator1-0/+101
2024-01-24c++: ambiguous member lookup for rewritten cands [PR113529]Patrick Palka1-0/+22
2024-01-24c++: add test [PR113347]Jason Merrill1-0/+17
2024-01-24Fortran: passing of optional dummies to elemental procedures [PR113377]Harald Anlauf1-0/+219
2024-01-24Fix vect_long_mult for aarch64 [PR109705]Andrew Pinski1-1/+3
2024-01-24ipa: Self-DCE of uses of removed call LHSs (PR 108007)Martin Jambor2-0/+60
2024-01-24aarch64: Fix __builtin_apply with -mgeneral-regs-only [PR113486]Andrew Pinski1-0/+12
2024-01-24[PATCH v3] RISC-V: Add split pattern to generate SFB instructions. [PR113095]Monk Chiang2-0/+45
2024-01-24AArch64: Fix expansion of Advanced SIMD div and mul using SVE [PR109636]Tamar Christina3-0/+39
2024-01-24AArch64: Do not allow SIMD clones with simdlen 1 [PR113552]Tamar Christina2-2/+19
2024-01-24ipa-cp: Fix check for exceeding param_ipa_cp_value_list_size (PR 113490)Martin Jambor1-0/+31
2024-01-24analyzer: fix taint false +ve due to overzealous state purging [PR112977]David Malcolm2-1/+46
2024-01-24analyzer kernel plugin: implement __check_object_size [PR112927]David Malcolm3-1/+69
2024-01-24testsuite: i386: Don't restrict gcc.dg/vect/vect-simd-clone-16c.c etc. to i68...Rainer Orth6-12/+12
2024-01-24testsuite: i386: Fix gcc.target/i386/pr80833-1.c on 32-bit Solaris/x86Rainer Orth1-1/+1
2024-01-24middle-end: fix epilog reductions when vector iters peeled [PR113364]Tamar Christina1-0/+22
2024-01-23RISC-V: Add regression test for vsetvl bug pr113429Patrick O'Neill1-0/+70
2024-01-24RISC-V: Fix large memory usage of VSETVL PASS [PR113495]Juzhe-Zhong1-1/+1
2024-01-24Daily bump.GCC Administrator1-0/+83
2024-01-24testsuite: Disable new test for PR113292 on targets without TLS supportNathaniel Shead1-0/+2
2024-01-23c++: -Wdangling-reference and lambda false warning [PR109640]Marek Polacek3-0/+66
2024-01-23c: Call c_fully_fold on __atomic_* operands in atomic_bitint_fetch_using_cas_...Jakub Jelinek1-0/+25
2024-01-23aarch64/expr: Use ccmp when the outer expression is used twice [PR100942]Andrew Pinski3-0/+75
2024-01-23aarch64: Fix up debug uses in ldp/stp pass [PR113089]Alex Coplan1-0/+26
2024-01-23aarch64: Don't record hazards against paired insns [PR113356]Alex Coplan1-0/+8
2024-01-23LoongArch: testsuite: Disable stack protector for got-load.CXi Ruoyao1-1/+1
2024-01-23gcc.dg/torture/pr113255.c: Fix ia32 test failureH.J. Lu1-1/+1
2024-01-23aarch64: Don't assert recog success in ldp/stp pass [PR113114]Alex Coplan2-0/+16
2024-01-23debug/107058 - gracefully handle unexpected DIE contextsRichard Biener1-0/+7
2024-01-23c++: Fix handling of extern templates in modules [PR112820]Nathaniel Shead5-0/+43
2024-01-23LoongArch: Disable explicit reloc for TLS LD/GD with -mexplicit-relocs=autoXi Ruoyao1-1/+2
2024-01-23rtl-optimization/113255 - base_alias_check vs. pointer differenceRichard Biener1-0/+27