]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2025-05-30  Thomas SchwingeAdd 'libgomp.c++/target-valarray-1.C'
2025-05-30  Thomas Schwingelibgomp: Add testcases for concurrent access to standar...
2025-05-30  Kwok Cheung... libgomp: Add testcases for concurrent access to standar...
2025-05-30  Kwok Cheung... libgomp: Add testcases for the standard C++ math librar...
2025-05-30  Waffl3xAdd 'libgomp.c++/target-flex-[...].C' test cases
2025-05-30  Thomas SchwingeDefuse 'RESULT_DECL' check in 'pass_nrv' (for offloadin...
2025-05-30  Jakub Jelinektestsuite: Add testcase for GCC 13 branch s390 bug...
2025-05-30  Julian BrownOpenMP: Support OpenMP 5.0 "declare mapper" directives...
2025-05-30  Thomas KoenigType mismatch for passed external function
2025-05-30  David Malcolmdiagnostics: consolidate calls to colorizer::set_named_...
2025-05-30  Richard Bienertree-optimization/120457 - avoid lowering of some singl...
2025-05-30  Jonathan Wakelylibstdc++: Define __wait_result_type for atomic waiting
2025-05-30  Jonathan Wakelylibstdc++: Rewrite std::counting_semaphore base class...
2025-05-30  Jonathan Wakelylibstdc++: Create new base class of std::barrier<C...
2025-05-30  Jonathan Wakelylibstdc++: Fix std::barrier for constant initialization...
2025-05-30  Jonathan Wakelylibstdc++: Optimise std::latch::arrive_and_wait
2025-05-30  Jonathan Wakelylibstdc++: Move atomic wait/notify entry points into...
2025-05-30  Jonathan Wakelylibstdc++: Rename __waiter_pool_impl to __waitable_state
2025-05-30  Jonathan Wakelylibstdc++: Rename __atomic_compare to __atomic_eq
2025-05-30  Jonathan Wakelylibstdc++: Remove reinterpret_cast uses in atomic wait...
2025-05-30  Jonathan Wakelylibstdc++: Simplify futex wrapper functions for atomic...
2025-05-30  Jonathan Wakelylibstdc++: Fix time_point conversion in atomic timed...
2025-05-30  Jonathan Wakelylibstdc++: Fix race condition in new atomic notify...
2025-05-30  Jonathan Wakelylibstdc++: Various fixes for atomic wait/notify code
2025-05-30  Jonathan Wakelylibstdc++: Whitespace fixes in atomic wait/notify code
2025-05-30  Thomas Rodgerslibstdc++: Pass __wait_args to internal API by const...
2025-05-30  Thomas Rodgerslibstdc++: Atomic wait/notify ABI stabilization
2025-05-30  Richard Sandifordrtl-ssa: Reject non-address uses of autoinc regs [PR120347]
2025-05-30  Julian BrownOpenMP: C++ "declare mapper" support
2025-05-30  Martin Ueckerc: fix ICE for mutually recursive structures [PR120381]
2025-05-30  Andrew Pinskiscc_copy: conditional return TODO_cleanup_cfg.
2025-05-30  Kugan Vivekanandarajah[AUTOFDO] Merge profiles of clones before annotating
2025-05-30  GCC AdministratorDaily bump.
2025-05-29  Kugan Vivekanandarajah[AUTOFDO] Enable autofdo tests for aarch64
2025-05-29  Andrew Pinskiforwprop: Add stats for memcpy->memset
2025-05-29  Andrew Pinskiforwprop: Change test in loop of optimize_memcpy_to_memset
2025-05-29  David Malcolmdiagnostics: fix PatternFly URL
2025-05-29  David Malcolmdiagnostics: reimplement html_token_printer in terms...
2025-05-29  David Malcolmdiagnostics: bulletproof html_builder::make_metadata_el...
2025-05-29  David Malcolmdiagnostics: use unique_ptr for m_format_postprocessor
2025-05-29  Tobias Burnuslibgomp: Add OpenACC's acc_memcpy_device{,_async} routi...
2025-05-29  Jason Merrillc++: xobj lambda 'this' capture [PR113563]
2025-05-29  Iain Sandoec++, coroutines: Make a check more specific [PR109283].
2025-05-29  Jason Merrillc++: C++17 constexpr lambda and goto/static
2025-05-29  Jerry DeLisleFortran: Make minor adjustment to error message.
2025-05-29  Alice Carlottii386: Add x86 FMV symbol tests
2025-05-29  Alice Carlottippc: Add PowerPC FMV symbol tests.
2025-05-29  Sandra LoosemoreOpenMP: Fix ICE and other issues in C/C++ metadirective...
2025-05-29  Sandra LoosemoreOpenMP: Fix ICE in metadirective recovery after error...
2025-05-29  Iain Sandoec++, coroutines: Delete now unused code for parm guards.
2025-05-29  Iain Sandoec++, coroutines: Fix identification of coroutine ramps...
2025-05-29  Martin Jamboripa: When inlining, don't combine PT JFs changing signe...
2025-05-29  Martin Jamboripa: Fix whitespace when dumping VR in jump_functions
2025-05-29  Patrick Palkalibstdc++: Compare keys and values separately in flat_m...
2025-05-29  Patrick Palkalibstdc++: Fix tuple/pair confusion with std::erase_if...
2025-05-29  Jonathan Wakelylibstdc++: Fix another 17_intro/names.cc failure on AIX
2025-05-29  Jonathan Wakelylibstdc++: Fix lwg4084.cc test FAIL on AIX
2025-05-29  Jonathan Wakelylibstdc++: Re-enable some XPASS tests for AIX
2025-05-29  Pranav Gorantlai386: Use Shuffles instead of shifts for Reduction...
2025-05-29  Jonathan Wakelylibstdc++: Disable -Wlong-long warnings in boost_concep...
2025-05-29  Jonathan Wakelylibstdc++: Document that -std cannot be used in --targe...
2025-05-29  Jakub Jelinekggc-page: Fix up build on non-USING_MMAP hosts [PR120464]
2025-05-29  Jerry Zhang... RISC-V: Add minimal support of double trap extension 1.0
2025-05-29  Jerry DeLisleFortran: Fix ChangeLog.
2025-05-29  Pan LiRISC-V: Add test for vec_duplicate + vmul.vv combine...
2025-05-29  Pan LiRISC-V: Add test for vec_duplicate + vmul.vv combine...
2025-05-29  Pan LiRISC-V: Combine vec_duplicate + vmul.vv to vmul.vx...
2025-05-29  Jason Merrillc++: add __is_*destructible builtins [PR107600]
2025-05-29  GCC AdministratorDaily bump.
2025-05-28  Kugan Vivekanandarajah[AUTOFDO] Fix autogen remake issue
2025-05-28  Jan HubickaSet znver5 addss cost to 2 again
2025-05-28  Tobias BurnusFortran: gfc_simplify_{cospi,sinpi} - fix for MPFR...
2025-05-28  Jerry DeLisleFortran: Adjust handling of optional comma in FORMAT.
2025-05-28  Yuao Mafortran: add constant input support for trig functions...
2025-05-28  Robin Dappvect: Remove non-SLP paths in strided slp/elementwise.
2025-05-28  Robin DappRISC-V: Avoid division by zero in check_builtin_call...
2025-05-28  Tobias Burnuslibgomp.fortran/metadirective-1.f90: Expect 'error...
2025-05-28  Jason Merrillc++: modules and using-directives
2025-05-28  Pan LiRISC-V: Add test cases for avg_floor vaadd implementation
2025-05-28  Pan LiRISC-V: Reconcile the existing test for avg_floor
2025-05-28  Pan LiRISC-V: Leverage vaadd.vv for signed standard name...
2025-05-28  Jan HubickaHandle auto-fdo 0 more carefully
2025-05-28  Jan HubickaDo not recompute profile when entry block has afdo...
2025-05-28  Yuta Mukaiaarch64: Enable newly implemented features for FUJITSU...
2025-05-28  Jan HubickaFix profile_probability quality of switch
2025-05-28  Jan HubickaDo not erase static profile by 0 autofdo profile
2025-05-28  Haochen Jiangdoc: Fix extend.texi menu
2025-05-28  liuhongtFor datarefs with big gap, split them into different...
2025-05-28  GCC AdministratorDaily bump.
2025-05-27  Jakub Jelinekc: Fix up a pasto in countof diagnostics [PR117025]
2025-05-27  Harald AnlaufFortran: fix regression introduced by commit r16-914...
2025-05-27  Jakub Jelineklibgcc: Add DPD support + fix big-endian support of...
2025-05-27  Jason Merrillfold: DECL_VALUE_EXPR isn't simple [PR120400]
2025-05-27  Alejandro Colomarc: Add -Wpedantic diagnostic for _Countof [PR117025]
2025-05-27  Alejandro Colomarc: Add <stdcountof.h> [PR117025]
2025-05-27  Alejandro Colomarc: Add _Countof operator [PR117025]
2025-05-27  Jerry DeLisleFortran: Fix c_associated argument checks.
2025-05-27  Harald AnlaufFortran: fix parsing of type parameter inquiries of...
2025-05-27  Iain Sandoec++, coroutines: Fix typos in TRUTH_ANDIF_EXPRs.
2025-05-27  Jan HubickaEnable afdo testing on AMD Zen3+
next