]> git.ipfire.org Git - people/ms/gcc.git/shortlog
people/ms/gcc.git
2022-04-21  Richard BienerUpdate ChangeLog and version files for release releases/gcc-11.3.0
2022-04-21  GCC AdministratorDaily bump.
2022-04-20  Jakub Jelinekc++: Fix up CONSTRUCTOR_PLACEHOLDER_BOUNDARY handling...
2022-04-20  GCC AdministratorDaily bump.
2022-04-19  Hans-Peter... doc/install.texi: CRIS: Remove gone websites. Adjust...
2022-04-19  Hans-Peter... doc/invoke.texi: CRIS: Remove references to cris-axis...
2022-04-19  Richard Bienertree-optimization/104880 - move testcase
2022-04-19  GCC AdministratorDaily bump.
2022-04-18  GCC AdministratorDaily bump.
2022-04-17  GCC AdministratorDaily bump.
2022-04-16  GCC AdministratorDaily bump.
2022-04-15  GCC AdministratorDaily bump.
2022-04-14  Jonathan Wakelylibstdc++: Update incorrect statement about mainline...
2022-04-14  Andreas KrebbelIBM zSystems: Add support for z16 as CPU name.
2022-04-14  Iain SandoeDarwin, rs6000: Amend lo_sum use for forced constants...
2022-04-14  Iain SandoeDarwin: Rework handling for unwinder code in libgcc_s...
2022-04-14  Iain Sandoelibgcc, emutls: Allow building weak definitions of...
2022-04-14  Iain SandoeDarwin: Revise handling of some driver opts.
2022-04-14  Iain Sandoelibstdc++, testsuite: Add a prune expression for extern...
2022-04-14  Iain Sandoeconfigure, Darwin: Set appropriate defaults for host...
2022-04-14  Iain SandoeIPA: Provide a mechanism to register static DTORs via...
2022-04-14  Iain SandoeDarwin : Make trampoline templates linker-visible.
2022-04-14  Iain SandoeDarwin, crts: Fix a build warning.
2022-04-14  Saagar JhaDarwin, config: Amend for Darwin 21 / macOS 12.
2022-04-14  Iain Sandoecollect2: Fix missing cleanups.
2022-04-14  Iain SandoeDarwin, PPC : Fix R13 for PPC64.
2022-04-14  Iain SandoeDarwin, crts: Build Darwin10 unwinder shim as a library.
2022-04-14  Iain SandoeJit, testsuite: Amend expect processing to tolerate...
2022-04-14  Iain Sandoeconfigure: Avoid unnecessary constraints on executables...
2022-04-14  Iain Sandoelibgcc, X86: Adjust guard for Mach-O code.
2022-04-14  Iain Sandoelibgcc, soft-float: Fix strong_alias macro use for...
2022-04-14  Iain Sandoelibiberty, configure, Darwin: Avoid detecting deprecate...
2022-04-14  Iain Sandoetestsuite, Darwin : Skip a test requiring strndup in...
2022-04-14  Iain SandoeDarwin : Mark the mod init/term section starts with...
2022-04-14  Iain Sandoetestsuite, JIT, Darwin: Adjust asm tests for Mach-O.
2022-04-14  Iain SandoeJIT, testsuite, Darwin: Initial testsuite fixes.
2022-04-14  Iain SandoeDarwin, jit: Fix build [PR100613].
2022-04-14  Iain Sandoeconfigure: Allow host fragments to react to --enable...
2022-04-14  Iain Sandoelibiberty, Darwin : Fix simple-object LTO table for...
2022-04-14  Iain SandoeDarwin: Reset section names table at the end of compile.
2022-04-14  Iain SandoeDarwin, libcc1: Handle hosts with mdynamic-no-pic support.
2022-04-14  Iain SandoeDarwin, configury : Allow for specification and detecti...
2022-04-14  Iain SandoeDarwin, config: Revise host config fragment.
2022-04-14  GCC AdministratorDaily bump.
2022-04-13  Jakub Jelineki386: Fix ICE caused by ix86_emit_i387_log1p [PR105214]
2022-04-13  Jakub Jelinekbuiltins: Fix up expand_builtin_int_roundingfn_2 [PR105211]
2022-04-13  Jakub Jelinekc-family: Initialize ridpointers for __int128 etc....
2022-04-13  Jakub Jelinekfold-const: Fix up make_range_step [PR105189]
2022-04-13  Jakub Jelinekcombine: Don't record for UNDO_MODE pointers into regno...
2022-04-13  GCC AdministratorDaily bump.
2022-04-12  Patrick Palkac++: treat NON_DEPENDENT_EXPR as not potentially consta...
2022-04-12  Patrick Palkac++: constrained auto in lambda using outer tparms...
2022-04-12  Patrick Palkac++: var tmpl w/ dependent constrained auto type [PR103341]
2022-04-12  Patrick Palkac++: deleted fn and noexcept inst [PR101532, PR104225]
2022-04-12  Patrick Palkac++: requires-expr in pack expansion using pack [PR103105]
2022-04-12  Patrick Palkac++: lambda in pack expansion using pack in constraint...
2022-04-12  Jonathan Wakelylibstdc++: Prevent -Wstringop-overread warning in std...
2022-04-12  Peter Bergnerrs6000: Handle pcrel sibcalls to longcall functions...
2022-04-12  Jonathan Wakelylibstdc++: Fix std::exception_ptr regressions [PR103630]
2022-04-12  Jonathan Wakelylibstdc++: Disable atomic wait for freestanding [PR105021]
2022-04-12  Jonathan Wakelylibstdc++: Guard mutex and condvar with gthreads macro...
2022-04-12  Jonathan Wakelylibstdc++: Add missing noexcept to std::variant helper
2022-04-12  Jonathan Wakelylibstdc++: Allow visiting inherited variants [PR 90943]
2022-04-12  Jason Merrillc++: operator new lookup [PR98249]
2022-04-12  Jason Merrillc++: -Wshadow=compatible-local type vs var [PR100608]
2022-04-12  Jason Merrillc++: elaborated-type-spec in requires-expr [PR101677]
2022-04-12  Jason Merrillc++: hash table ICE with variadic alias [PR105003]
2022-04-12  Jason Merrillc++: repeated friend template [PR101894]
2022-04-12  Jason Merrillc++: CTAD and member function references [PR103943]
2022-04-12  Jason Merrillc++: nested generic lambda in DMI [PR101717]
2022-04-12  Jason Merrillc++: conversion with trailing return type [PR101051]
2022-04-12  Patrick Palkalibstdc++: Avoid overflow in bounds checks [PR103955]
2022-04-12  Patrick Palkalibstdc++: Implement LWG 3595 changes to common_iterator
2022-04-12  Patrick Palkalibstdc++: Implement LWG 3591-3592 changes to split_view
2022-04-12  Patrick Palkalibstdc++: Implement LWG 3535 changes to ranges::join_view
2022-04-12  Patrick Palkalibstdc++: Implement LWG 3481 change to ranges::viewabl...
2022-04-12  Patrick Palkalibstdc++: Implement LWG 3580 change to ranges::iota_view
2022-04-12  Patrick Palkalibstdc++: Implement LWG 3470 change to ranges::subrange
2022-04-12  Patrick Palkalibstdc++: Implement LWG 3523 changes to ranges::iota_view
2022-04-12  Richard Bienertree-optimization/105235 - clean EH in execute_cse_conv_1
2022-04-12  Richard Bienertree-optimization/105232 - handle overly large sizes...
2022-04-12  Richard Bienertree-optimization/105226 - avoid splitting abnormal...
2022-04-12  GCC AdministratorDaily bump.
2022-04-11  Alexandre Olivappc: testsuite: require target effectively [PR104253]
2022-04-11  Kito ChengRISC-V: Support -misa-spec for arch-canonicalize and...
2022-04-11  Kito ChengRISC-V: Allow multi-lib build with different code model
2022-04-11  GCC AdministratorDaily bump.
2022-04-10  Harald AnlaufFortran: a RECURSIVE procedure cannot be an INTRINSIC
2022-04-10  Mikael Morinfortran: Separate associate character lengths earlier...
2022-04-10  Mikael Morinfortran: Unshare associate var charlen [PR104228]
2022-04-10  GCC AdministratorDaily bump.
2022-04-09  GCC AdministratorDaily bump.
2022-04-08  Patrick Palkac++: parameter pack inside static_assert [PR99893]
2022-04-08  Richard Bienertree-optimization/105198 - wrong code with predictive...
2022-04-08  GCC AdministratorDaily bump.
2022-04-07  Patrick Palkalibstdc++: Avoid implicit narrowing from uint128_t...
2022-04-07  Patrick Palkac++: make -Wctad-maybe-unsupported respect complain...
2022-04-07  Patrick Palkac++: constrained template friend matching ICE [PR105064]
2022-04-07  Patrick Palkac++: double non-dep folding from finish_compound_litera...
2022-04-07  Patrick Palkac++: dependence of member noexcept-spec [PR104079]
next