]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2025-09-23  GCC AdministratorDaily bump.
2025-09-22  Peter BergnerRISC-V: Add missing define_insn_reservation to tt-ascal...
2025-09-22  Nathaniel Sheadc++: Fix canonical type for lambda pack captures [PR122015]
2025-09-22  Jonathan Wakelycontrib: Add DerivedGeneralCategory.txt to comment...
2025-09-22  Jonathan Wakelytop-level: Add .editorconfig file
2025-09-22  Andrew Pinskifab/gimple-fold: Move __builtin_constant_p folding...
2025-09-22  Tomasz Kamińskilibstdc++: Rework handling of ISO week calendar and...
2025-09-22  Tomasz Kamińskilibstdc++: Move start_lifetime_as functions to bits...
2025-09-22  Gerald Pfeiferdoc: Drop broken reference to modindex in libgdiagnostics
2025-09-22  Pan LiWiden-Mul: Fix mis-compile for build_and_insert_cast...
2025-09-22  Richard Bienertree-optimization/122016 - PRE insertion breaks abnorma...
2025-09-22  Richard Bienertree-optimization/122023 - rotate pattern with reductions
2025-09-22  Eric BotcazouAda: Fix internal error on use clause present in generi...
2025-09-22  Dimitar Dimitrovpru: Reject bit-fields for TI ABI
2025-09-22  Paul ThomasFortran: Fix error recovery after missing END BLOCK...
2025-09-22  GCC AdministratorDaily bump.
2025-09-21  Andrew Pinskifab: Remove forced label check from optimize_unreachable
2025-09-21  Harald AnlaufFortran: fix frontend memory leaks for ALLOCATE with...
2025-09-21  Jan HubickaUpdate calls_comdat_local in cgraph_node::create_versio...
2025-09-21  Jan HubickaOne extra special case for AFDO0
2025-09-21  Mark WielaardRegenerate gcc/m2/lang.opt.urls
2025-09-21  Jan HubickaIncrease auto-fdo profile scaling
2025-09-21  Thomas KoenigFix test case and add errors for when -fexternal-blas64...
2025-09-21  Jan HubickaMake inliner more careful about profile inconsistencies
2025-09-21  Harald AnlaufFortran: fix issues with rank-2 deferred-length charact...
2025-09-21  GCC AdministratorDaily bump.
2025-09-20  Gaius MulleyPR modula2/122009: ODR fixes and prototype correction.
2025-09-20  Patrick Palkac++: find_template_parameters and NTTPs [PR121981]
2025-09-20  Eczbekc++: Fix lambdas with variadic parameters and static...
2025-09-20  Paul ThomasFortran: Fix regtest failure in pdt_48.f03. [PR83746]
2025-09-20  Jan HubickaAdd --param max-devirt-targets
2025-09-20  Joseph Myersc: Implement C2y N3481 constraint against lvalue conver...
2025-09-20  GCC AdministratorDaily bump.
2025-09-19  Nathan Myerslibstdc++: Add NTTP bind_front, -back, not_fn (P2714...
2025-09-19  Jonathan Wakelylibstdc++: Constrain operator<< for chrono::local_type
2025-09-19  Alexandre Oliva[ira] avoid resetting ira_reg_equiv for function invariants
2025-09-19  Andrew Pinskiforwprop: change optimize_aggr_zeroprop and optimize_ag...
2025-09-19  Andrew Pinskiforwprop: Don't loop on the stmt when optimize_aggr_zer...
2025-09-19  Michael Eager[MicroBlaze][PR target/118280] Fix __atomic_test_and_set
2025-09-19  Jan HubickaImprove costing of speculative calls in ipa-fnsummary
2025-09-19  Jan HubickaImprove ipa-cp devirtualization costing
2025-09-19  Paul ThomasFortran: Intrinsic functions in PDT specification exprs...
2025-09-19  Gaius MulleyPR modula2/121856: New wideset implementation
2025-09-19  Jeff Law[RISC-V][PR target/121983] Fix unprotected REGNO invocation
2025-09-19  Raphael Moreira... RISC-V: Improve slide patterns recognition
2025-09-19  Jim LinRISC-V: Only Save/Restore required registers for ILP32E...
2025-09-19  Jeff Law[RISC-V] Optimize clear-lowest-set-bit sequence when...
2025-09-19  Richard BienerRemove accidentially left if (0) block
2025-09-19  Eric Botcazouada: Implement support for Is_Link_Once flag on entities
2025-09-19  Marc Poulhièsada: Initial support for Extended Access types
2025-09-19  Eric Botcazouada: Make error recovery for structural generic instant...
2025-09-19  Piotr Trojanekada: Remove unnecessary declare block
2025-09-19  Eric Botcazouada: Preliminary implementation of structural generic...
2025-09-19  Ronan Desplanquesada: Fix comment about operational aspects
2025-09-19  Ronan Desplanquesada: Remove comment
2025-09-19  Marc Poulhièsada: Add procedure to write an extended access as a...
2025-09-19  Marc Poulhièsada: Add C binding for Is_Extended_Access_Type
2025-09-19  Marc Poulhièsada: Do not set Esize for Extended Accesses
2025-09-19  Ronan Desplanquesada: Remove superfluous statements
2025-09-19  Steve Bairdada: Compiler crashes on subunits with Streaming/Put_Im...
2025-09-19  Gary Dismukesada: Incorrect expansion of VADS Size attribute applied...
2025-09-19  Jonathan Wakelylibstdc++: Reorder start_lifetime_as macro in version.def
2025-09-19  Richard BienerRemove DR_GROUP_STORE_COUNT
2025-09-19  Richard BienerCleanup vect_get_num_copies API
2025-09-19  Richard BienerRemove SLP_TREE_NUMBER_OF_VEC_STMTS
2025-09-19  GCC AdministratorDaily bump.
2025-09-18  Joseph Myersc: Add more C2Y tests
2025-09-18  Jason Merrillc++: tweak constexpr union diagnostic
2025-09-18  Jason Merrillc++: clobber class new-expressions
2025-09-18  Jason Merrillc++: improve constexpr clobber handling
2025-09-18  Jason Merrillc++: -Wmismatched-new-delete, -O0, new (nothrow)
2025-09-18  David Malcolmdiagnostics: add dump methods to client_data_hooks...
2025-09-18  David Malcolmdiagnostics/libcpp: convert enum location_aspect to...
2025-09-18  David Malcolmdiagnostics: use diagnostic.h in fewer places
2025-09-18  Qing ZhaoFix SRA issue with -ftrivial-auto-var-init= [PR121894]
2025-09-18  Paul ThomasFortran: Implement PDT constructors with syntax variant...
2025-09-18  Zhongyao ChenRISC-V: Correct lmul estimation
2025-09-18  Jakub Jelinekopenmp: Fix up ICE in lower_omp_regimplify_operands_p...
2025-09-18  Karl MeakinAArch64: Add SME LUTv2 intrinsics
2025-09-18  Karl MeakinAArch64: Add SME LUTv2 architecture extension
2025-09-18  Pan LiRISC-V: Add test case of unsigned scalar SAT_MUL form...
2025-09-18  Pan LiMatch: Add form 5 of unsigned SAT_MUL for widen-mul
2025-09-18  Jan HubickaFix verification ICE after ipa-cp
2025-09-18  Richard Bienertree-optimization/87615 - VN predication is expensive
2025-09-18  Tobias BurnusOpenMP: Unshare expr in context-selector condition...
2025-09-18  Richard Bienertree-optimization/121720 - missed PRE hoisting
2025-09-18  Jakub Jelineklibstdc++: Implement C++23 P2590R2 - Explicit lifetime...
2025-09-18  hongtao.liuRemove SPR/GNR/DMR from avx512_{move,store}_by pieces...
2025-09-18  GCC AdministratorDaily bump.
2025-09-17  David Malcolmc++: improve nesting in print_z_candidate [PR121966]
2025-09-17  David Malcolmc++: fix count of z candidates for non-viable candidate...
2025-09-17  David Malcolmtestsuite: add 'std-' prefix to c++ analyzer test cases
2025-09-17  David Malcolmsarif-replay: fix uninitialized m_debug_physical_locations
2025-09-17  Andrew Pinskiuninclude: Add lib/gcc/<anything>/include as an possibl...
2025-09-17  Andrew Pinskiforwprop: Fix up "nop" copies after recent changes...
2025-09-17  Andrew Pinskiforwprop: Add a quick out for new_src_based_on_copy...
2025-09-17  Andrew Pinskiforwprop: Handle memcpy for arguments with respect...
2025-09-17  Patrick Palkalibstdc++/ranges: Fix more wrong value type init from...
2025-09-17  Thomas KoenigImplement -fexternal-blas64 option.
2025-09-17  Shreya Munnangi[PR tree-optimization/58727] Don't over-simplify constants`
next