aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-09diagnostics: introduce struct diagnostic_option_idDavid Malcolm23-189/+295
2024-09-09diagnostics: replace option_hooks with a diagnostic_option_manager classDavid Malcolm7-94/+126
2024-09-09diagnostics: rename dc.printer to m_printer [PR116613]David Malcolm54-384/+419
2024-09-09SARIF output: fix schema URL [§3.13.3, PR116603]David Malcolm9-40/+72
2024-09-09i386: Use offsetable address constraint for double-word memory operandsUros Bizjak1-3/+3
2024-09-09analyzer: fix "unused variable 'summary_cast_reg'" warningDavid Malcolm1-2/+0
2024-09-09middle-end: also optimized `popcount(a) <= 1` [PR90693]Andrew Pinski5-7/+129
2024-09-09hppa: Don't canonicalize operand order of scaled index addressesJohn David Anglin1-5/+4
2024-09-09tree-optimization/116514 - handle pointer difference in bit-CCPRichard Biener2-1/+39
2024-09-09tree-optimization/116647 - wrong classified double reductionRichard Biener4-3/+26
2024-09-09Silence warning for 32-bit targetsEric Botcazou2-38/+38
2024-09-09Remove problematic declaration for 32-bit targetsEric Botcazou1-5/+0
2024-09-09gimple-fold: Move optimizing memcpy to memset to fold_stmt from fabAndrew Pinski4-133/+156
2024-09-09Amend gcc.dg/vect/fast-math-vect-call-2.cRichard Biener1-0/+1
2024-09-09testsuite: Fix up pr116588.c test [PR116588]Jakub Jelinek1-10/+3
2024-09-09Match: Fix ordered and nonequal: Fix 'gcc.dg/opt-ordered-and-nonequal-1.c' re...Thomas Schwinge1-0/+2
2024-09-09phiopt: Small refactoring/cleanup of non-ssa name case of factor_out_conditio...Andrew Pinski1-62/+60
2024-09-09doc: Enhance Intel CPU documentationHaochen Jiang1-11/+14
2024-09-09Daily bump.GCC Administrator3-1/+23
2024-09-08x86-64: Don't use temp for argument in a TImode registerH.J. Lu2-2/+63
2024-09-08gcov: Cache source filesJørgen Kvalsvik1-17/+53
2024-09-08testsuite: Use dg-compile, not gcc -cJørgen Kvalsvik1-1/+2
2024-09-08Daily bump.GCC Administrator7-1/+304
2024-09-07Fix pr116588.c for -m32Andrew Pinski1-0/+1
2024-09-07c++: exception spec and stdlib specializationJason Merrill4-5/+22
2024-09-07split-path: Fix dump wording about duplicating too many statementsAndrew Pinski1-1/+1
2024-09-07c++: deferring partial substitution into lambda [PR116567]Patrick Palka2-17/+60
2024-09-07Before running fast VRP, make sure all edges have EXECUTABLE set.Andrew MacLeod2-0/+32
2024-09-07[PATCH] RISC-V: Add missing insn types for XiangShan Nanhu scheduler modelZhao Dingyi1-3/+8
2024-09-07[PATCH v4] [target/116592] RISC-V: Fix illegal operands "th.vsetvli zero,0,e3...Jin Ma2-2/+40
2024-09-07Implement first part of unsigned integers for Fortran.Thomas Koenig61-199/+2887
2024-09-07libiberty: Fix up > 64K section handling in simple_object_elf_copy_lto_debug_...Jakub Jelinek1-67/+143
2024-09-07Daily bump.GCC Administrator9-1/+356
2024-09-06libstdc++: Fix std::chrono::parse for TAI and GPS clocksJonathan Wakely6-7/+128
2024-09-06c++: adjust testcase to reveal failure [PR107919]Jason Merrill1-1/+3
2024-09-06libstdc++: add missing __Jason Merrill1-1/+1
2024-09-06Update gcc uk.poJoseph Myers1-2422/+1454
2024-09-06rs6000,extend and document built-ins vec_test_lsbb_all_ones and vec_test_lsbb...Carl Love4-32/+158
2024-09-06middle-end: check that the lhs of a COND_EXPR is an SSA_NAME in cond_store re...Tamar Christina2-0/+17
2024-09-06aarch64: Use is_attribute_namespace_p and get_attribute_name inside aarch64_l...Andrew Pinski1-6/+2
2024-09-06ipa: Move pass_ipa_cdtor_merge before pass_ipa_cp and pass_ipa_sraMartin Jambor1-1/+1
2024-09-06ipa: Treat static constructors and destructors as non-local (PR 115815)Martin Jambor3-3/+24
2024-09-06Fix SLP double-reduction supportRichard Biener1-1/+3
2024-09-06c++: Partially implement CWG 2867 - Order of initialization for structured bi...Jakub Jelinek6-30/+388
2024-09-06AVR: lra/116321 - Add test case.Georg-Johann Lay1-0/+20
2024-09-06libstdc++: avoid __GLIBCXX__ redefinitionJason Merrill1-0/+1
2024-09-06Fortran: Add OpenMP 'interop' directive parsing supportTobias Burnus13-37/+651
2024-09-06Handle non-grouped stores as single-lane SLPRichard Biener22-36/+69
2024-09-06AVR: Remove "Atmel" from header comment.Georg-Johann Lay24-29/+29
2024-09-06tree-optimization/116610 - wrong SLP induction bias for mask peelingRichard Biener1-1/+1