aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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 Koenig53-151/+2296
2024-09-07Daily bump.GCC Administrator8-1/+324
2024-09-06c++: adjust testcase to reveal failure [PR107919]Jason Merrill1-1/+3
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-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
2024-09-06tree-optimization/116609 - SLP live lane vectorization with partial vectorsRichard Biener1-7/+11
2024-09-05[PATCH 2/2 v2] RISC-V: Constant synthesis of inverted halvesRaphael Moreira Zinsly2-0/+56
2024-09-05[PATCH 1/2 v2] RISC-V: Additional large constant synthesis improvementsRaphael Moreira Zinsly5-7/+213
2024-09-06Match: Add int type fits check for form 2 of .SAT_SUB imm operandPan Li6-1/+105
2024-09-06Match: Add int type fits check for form 1 of .SAT_SUB imm operandPan Li6-1/+105
2024-09-06RISC-V: Fix out of index in riscv_select_multilib_by_abiYunQiang Su1-1/+1
2024-09-05c-family: add attribute flag_enum [PR81665]Jason Merrill8-5/+87
2024-09-06Handle const0_operand for *avx2_pcmp<mode>3_1.liuhongt2-2/+45
2024-09-06Daily bump.GCC Administrator6-1/+460
2024-09-05[V2][RISC-V] Avoid unnecessary extensions after sCC insnsJeff Law1-5/+41
2024-09-05c++: tweak redeclaration-6.CJason Merrill1-0/+1
2024-09-05Fortran: fix ICE in gfc_create_module_variable [PR100273]Harald Anlauf2-1/+28
2024-09-05c++: vtable referring to "unavailable" virtual fn [PR116606]Marek Polacek2-1/+10
2024-09-05c++, coroutines: Revise promise construction/destruction.Iain Sandoe1-13/+17
2024-09-05c++: local class memfn synth from noexcept context [PR113063]Patrick Palka3-0/+6
2024-09-05doc: remove stray characterMarek Polacek1-1/+1
2024-09-05c++: fn redecl in fn scope wrongly accepted [PR116239]Marek Polacek4-1/+38
2024-09-05Avoid ICE when passing VLA vector to accelerator.Prathamesh Kulkarni2-6/+6
2024-09-05nvptx: Emit DECL and DEF linker markers for aliases [PR104957]Thomas Schwinge5-12/+14
2024-09-05Add 'g++.target/nvptx/alias-g++.dg_init_dtor2-1.C'Thomas Schwinge1-0/+33
2024-09-05Enhance 'gcc.target/nvptx/alias-*.c' assembler scanningThomas Schwinge5-19/+66
2024-09-05Fix 'gcc.target/nvptx/alias-2.c' commentThomas Schwinge1-1/+1
2024-09-05Move from 'gcc.target/nvptx/nvptx.exp' into 'target-supports.exp' additions f...Thomas Schwinge10-78/+98
2024-09-05c++: Add missing auto_diagnostic_groupsNathaniel Shead21-94/+303
2024-09-05[AARCH64] adjust gcc.target/aarch64/sve/mask_gather_load_7.cRichard Biener1-4/+4
2024-09-05middle-end: have vect_recog_cond_store_pattern use pattern statement for cond...Tamar Christina1-1/+9
2024-09-05testsuite: remove -fwrapv from signbit-5.cTamar Christina1-3/+3