aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-11-25c++: Allow exporting const-qualified namespace-scope variables [PR99232]Nathaniel Shead3-1/+27
2023-11-24RISC-V: Fix inconsistency among all vectorization hooksJuzhe-Zhong2-14/+46
2023-11-24gcc: configure: drop Valgrind 3.1 compatibilityAlexander Monakov4-144/+20
2023-11-24i386: Fix ICE during cbranchv16qi4 expansion [PR112681]Jakub Jelinek2-1/+13
2023-11-24rtl-ssa: Add some helpers for removing accessesAlex Coplan2-8/+46
2023-11-24rtl-ssa: Support for inserting new insnsAlex Coplan10-13/+136
2023-11-24match.pd: Avoid simplification into invalid BIT_FIELD_REFs [PR112673]Jakub Jelinek2-1/+13
2023-11-24lower-bitint: Lower FLOAT_EXPR from BITINT_TYPE INTEGER_CST [PR112679]Jakub Jelinek2-0/+52
2023-11-24tree-optimization/112677 - stack corruption with .COND_* reductionRichard Biener1-1/+1
2023-11-24Clean up by_pieces_ninsnsHaochen Gui1-11/+8
2023-11-24lower-bitint: Fix up -fnon-call-exceptions bit-field load lowering [PR112668]Jakub Jelinek3-20/+94
2023-11-24tree: Fix up try_catch_may_fallthru [PR112619]Jakub Jelinek2-0/+33
2023-11-24tree-optimization/112344 - relax final value-replacement fixRichard Biener1-3/+15
2023-11-24RISC-V: Optimize a special case of VLA SLPJuzhe-Zhong2-0/+89
2023-11-24RISC-V: Disable BSWAP optimization for NUNITS < 4Juzhe-Zhong3-4/+9
2023-11-24c++: Support lambdas in static template member initialisers [PR107398]Nathaniel Shead3-15/+48
2023-11-24i386: Fix AVX512 and AVX10 option issuesHaochen Jiang4-19/+20
2023-11-24c++: check mismatching exports for class tags [PR98885]Nathaniel Shead2-10/+27
2023-11-24Daily bump.GCC Administrator7-1/+373
2023-11-23hppa: Fix g++.dg/modules/bad-mapper-1.C on hpuxJohn David Anglin1-1/+1
2023-11-23hppa: Fix gcc.dg/analyzer/fd-4.c on hpuxJohn David Anglin1-1/+1
2023-11-23hppa: Export main in pr104869.C on hpuxJohn David Anglin1-0/+3
2023-11-23testsuite, lib: Re-allow mulitple function start labels.Iain Sandoe1-1/+8
2023-11-23testsuite: fortran: fix invalid testcases (missing MOLD argument to NULL)Harald Anlauf2-5/+5
2023-11-23Fortran: restrictions on integer arguments to SYSTEM_CLOCK [PR112609]Harald Anlauf8-10/+95
2023-11-23AVR: PR target/86776: Implement CVE-2017-5753.Georg-Johann Lay1-0/+6
2023-11-23hppa: xfail scan-assembler-not check in g++.dg/cpp0x/initlist-const1.CJohn David Anglin1-1/+1
2023-11-23Don't skip check for warning at line 411 in Wattributes.c on hppa*64*-*-*John David Anglin1-1/+1
2023-11-23gcc: Introduce -fhardenedMarek Polacek38-14/+588
2023-11-23testsuite: Fix subexpressions with `scan-assembler-times'Maciej W. Rozycki1-1/+1
2023-11-23AArch64/testsuite: Use non-capturing parentheses with ccmp_1.cMaciej W. Rozycki1-2/+2
2023-11-23ARM/testsuite: Use non-capturing parentheses with pr53447-5.cMaciej W. Rozycki1-5/+3
2023-11-23arm: [MVE intrinsics] Add default clause to full_width_access::memory_vector_...Christophe Lyon1-0/+2
2023-11-23i386: Wrong code with __builtin_parityl [PR112672]Uros Bizjak2-1/+26
2023-11-23i386: Fix ICE with -mforce-indirect-call and -fsplit-stack [PR89316]Uros Bizjak5-25/+102
2023-11-23gcov: No atomic ops for -fprofile-update=singleSebastian Huber1-3/+5
2023-11-23s390: implement flags outputJuergen Christ5-9/+232
2023-11-23s390: split int128 loadJuergen Christ2-4/+14
2023-11-23s390: Fix ICE in testcase pr89233Juergen Christ1-6/+8
2023-11-23swap ops in reassoc to reduce cross backedge FMADi Zhao2-6/+136
2023-11-23RISC-V: Add wrapper for emit vec_extract[NFC]Juzhe-Zhong3-11/+24
2023-11-23RISC-V: Disable AVL propagation of vrgather instructionJuzhe-Zhong2-1/+29
2023-11-23expr: Fix &bitint_var handling in initializers [PR112336]Jakub Jelinek2-0/+37
2023-11-23RISC-V: Refine some codes of riscv-v.cc[NFC]Juzhe-Zhong1-36/+18
2023-11-23c++: Require C++11 for g++.dg/opt/pr110879.C [PR110879]Jonathan Wakely1-1/+1
2023-11-23c: Add __builtin_stdc_* builtinsJakub Jelinek7-6/+1508
2023-11-23middle-end/32667 - document cpymem and memcpy exact overlap requirementRichard Biener2-3/+6
2023-11-23c++: Implement C++26 P2741R3 - user-generated static_assert messages [PR110348]Jakub Jelinek9-22/+506
2023-11-23ifcvt: remove obsolete SUBREG handling in noce_convert_multiple_setsManolis Tsamis1-38/+0
2023-11-23DSE: Allow vector type for get_stored_val when read < storePan Li12-1/+206