aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2023-12-15c++: abi_tag attribute on templates [PR109715]Patrick Palka2-0/+28
2023-12-15Fix tests for gompAndre Vieira3-4/+0
2023-12-15AArch64: Add inline memmove expansionWilco Dijkstra2-0/+48
2023-12-15RISC-V: Fix vmerge optimization bug in vec_perm vectorizationJuzhe-Zhong1-0/+39
2023-12-15aarch64: Handle autoinc addresses in ld1rq splitter [PR112906]Alex Coplan1-0/+17
2023-12-15Fix 'gcc.dg/pr110279-2.c' syntax error due to '__attribute_noinline__'Thomas Schwinge1-3/+1
2023-12-15match.pd: Optimize sign-extension followed by truncation [PR113024]Jakub Jelinek1-0/+22
2023-12-15lower-bitint: Fix .{ADD,SUB,MUL}_OVERFLOW with _BitInt large/huge INTEGER_CST...Jakub Jelinek1-0/+21
2023-12-15RISC-V: Remove xfail for some of the SLP testsJuzhe-Zhong4-11/+11
2023-12-15testsuite: Require dfp for pr112943.cHongyu Wang1-1/+1
2023-12-15i386: Sync move_max/store_max with prefer-vector-width [PR112824]Hongyu Wang2-1/+111
2023-12-15RISC-V: Adjust testJuzhe-Zhong1-3/+2
2023-12-15RISC-V: Tweak generic vector COST modelJuzhe-Zhong2-0/+19
2023-12-15Middle-end: Do not model address cost for SELECT_VL style vectorizationJuzhe-Zhong2-2/+20
2023-12-15Daily bump.GCC Administrator1-0/+671
2023-12-14testsuite: move more analyzer test cases to c-c++-common (3) [PR96395]David Malcolm269-0/+1
2023-12-14c++: fix parsing with auto(x) at block scope [PR112482]Marek Polacek1-0/+21
2023-12-14middle-end: Fix up constant handling in emit_conditional_move [PR111260]Andrew Pinski1-0/+9
2023-12-14c++: fix ICE with sizeof in a template [PR112869]Marek Polacek1-0/+8
2023-12-14Update 'gcc.dg/vect/vect-simd-clone-*.c' GCN 'dg-warning'sThomas Schwinge6-15/+9
2023-12-15Consider fully pipelined FMA in get_reassociation_widthDi Zhao1-0/+41
2023-12-14c++: adjust class-deduction67.C for C++23Marek Polacek1-1/+1
2023-12-14expmed: Compare unit_precision for better mode.Robin Dapp1-0/+17
2023-12-14expmed: Use GET_MODE_PRECISION and expander's output mode.Robin Dapp1-0/+20
2023-12-14c++: Implement P2582R1, CTAD from inherited constructorsPatrick Palka5-3/+114
2023-12-14tree-optimization/112793 - SLP of constant/external code-generated twiceRichard Biener1-0/+32
2023-12-14aarch64: Improve handling of accumulators in early-raRichard Sandiford4-84/+349
2023-12-14strub: indirect volatile parms in wrappersAlexandre Oliva1-0/+5
2023-12-14strub: handle volatile promoted args in internal strub [PR112938]Alexandre Oliva1-0/+10
2023-12-14[committed] Fix m68k testcase for c99Jeff Law1-3/+3
2023-12-14match.pd: Simplify (t * u) / (t * v) [PR112994]Jakub Jelinek1-0/+15
2023-12-14match.pd: Simplify (t * u) / v -> t * (u / v) [PR112994]Jakub Jelinek1-0/+13
2023-12-14A new copy propagation and PHI elimination passFilip Kastl1-0/+78
2023-12-14Force broadcast constant to mem for vec_dup{v4di,v8si,v4df,v8df} when TARGET_...liuhongt3-4/+32
2023-12-14RISC-V: Add failed SLP testcaseJuzhe-Zhong1-0/+19
2023-12-14tree-optimization/110640 - testcase for fixed bugRichard Biener1-0/+22
2023-12-14testsuite: Fix up target-enter-data-1.c on 32-bit targetsJakub Jelinek1-1/+1
2023-12-14testsuite: Fix up pr112904.C test [PR112904]Jakub Jelinek1-0/+5
2023-12-14RISC-V: Add RVV builtin vectorization cost modelJuzhe-Zhong1-0/+18
2023-12-13[committed] Minor testsuite fallout from c99 changesJeff Law1-0/+2
2023-12-14Daily bump.GCC Administrator1-0/+272
2023-12-13c++: fix cpp0x/constexpr-ex1.C in C++23Marek Polacek1-1/+1
2023-12-13aarch64: SVE/NEON Bridging intrinsicsRichard Ball41-1/+1186
2023-12-13c++: note other candidates when diagnosing deletednessPatrick Palka4-0/+44
2023-12-13c++: remember candidates that we ignoredPatrick Palka2-10/+19
2023-12-13c++: sort candidates according to viabilityPatrick Palka1-0/+12
2023-12-13c++: unifying constants vs their type [PR99186, PR104867]Patrick Palka2-0/+40
2023-12-13c++: unifying FUNCTION_DECLs [PR93740]Patrick Palka1-0/+27
2023-12-13c-family: -Waddress-of-packed-member and castsJason Merrill7-47/+16
2023-12-13OpenMP: Pointers and member mappingsJulian Brown6-5/+179