aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
AgeCommit message (Expand)Author
2024-06-14Support single def-use cycle optimization for SLP reduction vectorizationRichard Biener
2024-06-14Fix fallout of peeling for gap improvementsRichard Biener
2024-06-13c: Implement C2Y complex increment/decrement supportJoseph Myers
2024-06-13tree-optimization/115385 - handle more gaps with peeling of a single iterationRichard Biener
2024-06-13tree-optimization/114107 - avoid peeling for gaps in more casesRichard Biener
2024-06-13Test: Move target independent test cases to gcc.dg/torturePan Li
2024-06-12match: Improve gimple_bitwise_equal_p and gimple_bitwise_inverted_equal_p for...Andrew Pinski
2024-06-12middle-end: Drop __builtin_prefetch calls in autovectorization [PR114061]Victor Do Nascimento
2024-06-12pretty_printer: make all fields privateDavid Malcolm
2024-06-11c: Add -std=c2y, -std=gnu2y, -Wc23-c2y-compat, C2Y _Generic with type operandJoseph Myers
2024-06-10Fix pr115388.c: plain char could be unsigned by default [PR115415]Andrew Pinski
2024-06-10tree-optimization/115388 - wrong DSE in irreductible regionsRichard Biener
2024-06-10tree-optimization/115395 - wrong-code with SLP reduction in epilogRichard Biener
2024-06-10tree-optimization/115383 - EXTRACT_LAST_REDUCTION with multiple stmt copiesRichard Biener
2024-06-07analyzer: eliminate cast_region::m_original_regionDavid Malcolm
2024-06-07lto: Implement cache partitioningMichal Jires
2024-06-07bitint: Fix up lower_addsub_overflow [PR115352]Jakub Jelinek
2024-06-07Add additional option --param max-completely-peeled-insns=200 for power64*-*-*liuhongt
2024-06-06c: Fix up pointer types to may_alias structures [PR114493]Jakub Jelinek
2024-06-06Refine testcase for power10.liuhongt
2024-06-05RISC-V: Introduce -mvector-strict-align.Robin Dapp
2024-06-05openmp: OpenMP loop transformation supportJakub Jelinek
2024-06-05Add C++ testing for 'gcc.dg/initpri1-lto.c': 'c-c++-common/initpri1-lto.c'Thomas Schwinge
2024-06-05Consolidate similar C/C++ test cases for 'constructor', 'destructor' function...Thomas Schwinge
2024-06-05Clarify that 'gcc.dg/initpri3.c' is a LTO variant of 'gcc.dg/initpri1.c': 'gc...Thomas Schwinge
2024-06-05Don't simplify NAN/INF or out-of-range constant for FIX/UNSIGNED_FIX.liuhongt
2024-06-04fold-const: Fix up CLZ handling in tree_call_nonnegative_warnv_p [PR115337]Jakub Jelinek
2024-06-04Do single-lane SLP discovery for reductionsRichard Biener
2024-06-04testsuite: analyzer: Skip tests with non-numeric macros on Solaris [PR107750]Rainer Orth
2024-06-03testsuite/115304 - properly guard gcc.dg/vect/slp-gap-1.cRichard Biener
2024-06-03testsuite: Require vect_shift in gcc.dg/vect/pr112325.c [PR115303]Rainer Orth
2024-06-03Adjust vector dump scansRichard Biener
2024-06-01analyzer: detect -Wanalyzer-allocation-size at call stmts [PR106203]David Malcolm
2024-05-31Add the 6th argument to .ACCESS_WITH_SIZEQing Zhao
2024-05-31Use the .ACCESS_WITH_SIZE in bound sanitizer.Qing Zhao
2024-05-31Use the .ACCESS_WITH_SIZE in builtin object size.Qing Zhao
2024-05-31Convert references with "counted_by" attributes to/from .ACCESS_WITH_SIZE.Qing Zhao
2024-05-31Provide counted_by attribute to flexible array member fieldQing Zhao
2024-05-31nvptx target: Global constructor, destructor support, via nvptx-tools 'ld'Thomas Schwinge
2024-05-31C23: allow aliasing for types derived from structs with variable sizeMartin Uecker
2024-05-31C: allow aliasing of compatible types derived from enumeral types [PR115157]Martin Uecker
2024-05-30Add new text_art::tree_widget and use it in analyzerDavid Malcolm
2024-05-30Don't reduce estimated unrolled size for innermost loop.liuhongt
2024-05-29C23: fix aliasing for structures/unions with incomplete typesMartin Uecker
2024-05-29match: Add support for `a ^ CST` to bitwise_inverted_equal_p [PR115224]Andrew Pinski
2024-05-29c-family: add hints for strerrorOskari Pirhonen
2024-05-29tree-optimization/115252 - enhance peeling for gaps avoidanceRichard Biener
2024-05-29tree-optimization/114435 - pcom left around copies confusing SLPRichard Biener
2024-05-28testsuite, rs6000: Replace powerpc_vsx_ok with powerpc_vsx [PR114842]Kewen Lin
2024-05-28Do not invoke SCEV if it will use a different range query.Andrew MacLeod