]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2021-12-09  Jonathan Wakelylibstdc++: Allow std::condition_variable waits to be...
2021-12-09  Jonathan Wakelylibstdc++: Avoid unnecessary allocations in std::map...
2021-12-09  Jonathan Wakelylibstdc++: Do not leak empty COW strings
2021-12-09  Jonathan Wakelylibstdc++: Disable over-zealous warnings about std...
2021-12-09  Jonathan Wakelylibstdc++: Fix non-reserved name in std::allocator...
2021-12-09  Jan HubickaLimit inlining functions called once
2021-12-09  Martin SeborExtend the offset and size of merged object references...
2021-12-09  Martin SeborAvoid expecting nonzero size for access none void*...
2021-12-09  Frederic KonradFix path to t-ppc64-fp for ppc*-vxworks7* libgcc tmake_file
2021-12-09  Jakub Jelinekpch: Fix aarch64 build [PR71934]
2021-12-09  Olivier HainqueLeverage VX_CPU_PREFIX in aarch64-vxworks.h
2021-12-09  Martin SeborAdd a new dump function.
2021-12-09  Martin SeborRefactor compute_objsize_r into helpers.
2021-12-09  Martin SeborIntroduce access_ref::merge_ref.
2021-12-09  Martin SeborPass GIMPLE statement to compute_objsize.
2021-12-09  Martin SeborMove bndrng from access_ref to access_data.
2021-12-09  Martin SeborUse the recursive form of compute_objsize [PR 103143].
2021-12-09  Marek Polacekc++: Handle auto(x) in parameter-declaration-clause...
2021-12-09  Chung-Lin Tangopenmp: Fix libgomp.c++ testsuite errors for non-offloa...
2021-12-09  Olivier HainqueProvide vxworks alternate stdint.h during the build
2021-12-09  Iain SandoeDarwin, PCH: Rework hooks for relocatable implementatio...
2021-12-09  Jakub Jelinekpch: Fix up Darwin and HPUX pch_use_address hooks ...
2021-12-09  Jakub Jelinekpch: Add support for relocation of the PCH data [PR71934]
2021-12-09  Martin LiskaD: fix UBSAN
2021-12-09  Alexandre Oliva[PR103097] tolerate reg-stack cross-block malformed...
2021-12-09  Alexandre Oliva[PR103302] skip multi-word pre-move clobber during lra
2021-12-09  Alexandre Oliva[PR103024,PR103530] support throwing compares and non...
2021-12-09  GCC AdministratorDaily bump.
2021-12-08  Iain Buclawd: Merge upstream dmd 568496d5b, druntime 178c44ff...
2021-12-08  Jonathan Wakelylibstdc++: Fix undefined shift when _Atomic_word is...
2021-12-08  Harald AnlaufFortran: avoid NULL pointer dereference on missing...
2021-12-08  Iain Sandoelibgcc, Darwin: Build a libgcc_s.1 for backwards compat...
2021-12-08  Iain SandoeDarwin: Amend pie options when linking mdynamic-no...
2021-12-08  Dimitar Dimitrovpru: Fixup flags for .pru_irq_map section
2021-12-08  David Faustbpf: avoid potential NULL pointer dereference
2021-12-08  Harald AnlaufFortran: dimensions of an array have to be non-negative
2021-12-08  Martin LiskaUse -fopt-info in unswitch pass.
2021-12-08  François Dumontlibstdc++: [_GLIBCXX_DEBUG] Enhance std::erase_if for...
2021-12-08  Hans-Peter... testsuite: Use attribute "noipa" in sibcall tests
2021-12-08  Chung-Lin TangOpenMP 5.0: Remove array section base-pointer mapping...
2021-12-08  Roger Saylenvptx: Use cvt to perform sign-extension of truncation
2021-12-08  Roger Saylenvptx: Add test-case gcc.target/nvptx/exttrunc-1.c
2021-12-08  Chung-Lin Tangopenmp: Improve OpenMP target support for C++ (PR92120)
2021-12-08  Maged Michaellibstdc++: Skip atomic instructions in shared_ptr when...
2021-12-08  Andrew Stubbsdwarf: Multi-register CFI address support.
2021-12-08  Haochen JiangAdd combine splitter to transform vpcmpeqd/vpxor/vblend...
2021-12-08  Alexandre Oliva[PR103149] detach values through mem only if general...
2021-12-08  GCC AdministratorDaily bump.
2021-12-07  Harald AnlaufFortran: perform array subscript checks only for valid...
2021-12-07  Marek Polacekc++: Fix decltype-bitfield1.C on i?86
2021-12-07  Peter Bergnertestsuite: Fix check_effective_target_rop_ok [PR103556...
2021-12-07  Harald AnlaufFortran: catch failed simplification of bad stride...
2021-12-07  Harald AnlaufFortran: add check for type of upper bound in case...
2021-12-07  Martin LiskaFix --help -Q output
2021-12-07  Marek Polacekc++: Fix for decltype and bit-fields [PR95009]
2021-12-07  H.J. Lux86: Check FUNCTION_DECL before calling cgraph_node...
2021-12-07  Richard Bienertree-optimization/103596 - fix missed propagation into...
2021-12-07  Matthias KretzFix hash_map::traverse overload
2021-12-07  Tamar ChristinaRevert "libstdc++: Fix ctype changed after newlib update."
2021-12-07  YunQiang SuMIPS: R6: load/store can process unaligned address
2021-12-07  Eugene RozenfeldImprove AutoFDO count propagation algorithm
2021-12-07  GCC AdministratorDaily bump.
2021-12-06  David Malcolmanalyzer: fix equivalence class state purging [PR103533]
2021-12-06  Paul A. Clarkers6000: Fix errant "vector" instead of "__vector"
2021-12-06  Navid RahimiMAINTAINERS: Add myself to write after approval and...
2021-12-06  Jose E. Marchesibpf: mark/remove unused arguments and remove an unused...
2021-12-06  Richard Sandifordranger: Add shortcuts for single-successor blocks
2021-12-06  Richard Sandifordranger: Optimise irange_union
2021-12-06  Andrew MacLeodUse dominators to reduce cache-flling.
2021-12-06  Andrew MacLeodAdd BB option for outgoing_edge_range_p and may_reocmpu...
2021-12-06  H.J. Lulibsanitizer: Update LOCAL_PATCHES
2021-12-06  H.J. Lulibsanitizer: Use SSE to save and restore XMM registers
2021-12-06  Richard Bienertree-optimization/103581 - fix masked gather on x86
2021-12-06  Martin Liskacontrib: Filter out -Wreturn-type in fold-const-call.c.
2021-12-06  Richard Bienertree-optimization/103544 - SLP reduction chain as SLP...
2021-12-06  Jakub Jelinekavr: Fix AVR build [PR71934]
2021-12-06  Tamar Christinacse: Make sure duplicate elements are not entered into...
2021-12-06  liuhongtPrefer INT_SSE_REGS for SSE_FLOAT_MODE_P in preferred_r...
2021-12-06  Nelson ChuRISC-V: jal cannot refer to a default visibility symbol...
2021-12-06  GCC AdministratorDaily bump.
2021-12-05  Iain SandoeObjective-C, NeXT: Reorganise meta-data declarations.
2021-12-05  David Edelsohnaix: Move AIX math builtins before new builtin machinery.
2021-12-05  GCC AdministratorDaily bump.
2021-12-04  Marek Polacekc++: Add fixed test [PR93614]
2021-12-04  Tobias BurnusFortran/OpenMP: Support most of 5.1 atomic extensions
2021-12-04  Jonathan Wakelylibstdc++: Initialize member in std::match_results...
2021-12-04  Tobias Burnuslibgomp.texi: Update OMP_PLACES
2021-12-04  Jakub Jelineki386, ipa-modref: Comment spelling fix
2021-12-04  Jakub Jelinekc++: Allow indeterminate unsigned char or std::byte...
2021-12-04  Jakub Jelineklibcpp: Fix up handling of deferred pragmas [PR102432]
2021-12-04  Alexandre Oliva[PR103028] test ifcvt trap_if seq more strictly after...
2021-12-04  David Edelsohntestsuite: powerpc/vec_reve_1.c requires VSX.
2021-12-04  GCC AdministratorDaily bump.
2021-12-03  Jonathan Wakelylibstdc++: Simplify emplace member functions in _Rb_tree
2021-12-03  Jason Merrillc++: avoid redundant scope in diagnostics
2021-12-03  Jonathan WakelyFix typos in libstdc++-v3/ChangeLog
2021-12-03  Martin Liskars6000: Fix up flag_shrink_wrap handling in presence...
2021-12-03  Peter Bergnerrs6000: testsuite: Add rop_ok effective-target function
2021-12-03  Harald AnlaufFortran: improve checking of array specifications
2021-12-03  Marek Polacekc++: Fix for decltype(auto) and parenthesized expr...
next