]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-11-29  Tejas Belagodaarch64: Add testcase for C/C++ ops on SVE ACLE types.
2024-11-29  Tejas Belagodc: Fix constructor bounds checking for VLA and construc...
2024-11-29  Tejas Belagodgimple: Handle variable-sized vectors in BIT_FIELD_REF
2024-11-29  Tejas Belagodc: Range-check indexing of SVE ACLE vectors
2024-11-29  Tejas Belagodaarch64: Make C/C++ operations possible on SVE ACLE...
2024-11-29  Tejas Belagodaarch64: Fix ACLE macro __ARM_FEATURE_SVE_VECTOR_OPERATORS
2024-11-29  Yury Khrustalevaarch64: add ACLE macro _CHKFEAT_GCS
2024-11-29  Andrew Pinskitestsuite: Add check vect_unpack for pr117776.cc [PR117844]
2024-11-29  Yury KhrustalevMAINTAINERS: Add myself to write after approval
2024-11-29  Jakub Jelinekgimple-fold: Fix up type_has_padding_at_level_p [PR117065]
2024-11-29  Jakub Jelinek__builtin_prefetch fixes [PR117608]
2024-11-29  Andrew Pinskifortran: Add default to switch in gfc_trans_transfer...
2024-11-29  Alexandre Olivaifcombine: avoid unsound forwarder-enabled combinations...
2024-11-29  GCC AdministratorDaily bump.
2024-11-28  Steven G. KarglFortran: Check for impure subroutine.
2024-11-28  Harald AnlaufFortran: fix crash with bounds check writing array...
2024-11-28  Jonathan Wakelylibstdc++: Use std::_Destroy in std::stacktrace
2024-11-28  Marek Polacekc++: define __cpp_pack_indexing [PR113798]
2024-11-28  Uros Bizjaki386: Macroize compound shift patterns some more
2024-11-28  Jonathan Wakelylibstdc++: Reorder printer registrations in printers.py
2024-11-28  Jonathan Wakelylibstdc++: Fix allocator-extended move ctor for std...
2024-11-28  Jonathan Wakelylibstdc++: Deprecate std::rel_ops namespace for C++20
2024-11-28  Jonathan Wakelylibstdc++: Reduce duplication in Doxygen comments for...
2024-11-28  Marek Polacekc++: Implement P2662R3, Pack Indexing [PR113798]
2024-11-28  Mariam Arutunian[PATCH v6 02/12] Add built-ins and tests for bit-forwar...
2024-11-28  Mariam Arutunian[PATCH v6 01/12] Implement internal functions for effic...
2024-11-28  Thomas SchwingeFix 'libgomp.oacc-c/../libgomp.oacc-c-c++-common/acc_ge...
2024-11-28  Jakub Jelinektestsuite: Fix up pr116675.c test [PR116675]
2024-11-28  Thomas SchwingeAddress UNRESOLVED for 'g++.dg/tree-ssa/empty-loop.C'
2024-11-28  Jakub Jelinekdocs: Fix up __sync_* documentation [PR117642]
2024-11-28  Jakub Jelinekranger: Handle nonnull_if_nonzero attribute [PR117023]
2024-11-28  Jakub JelinekAdd support for nonnull_if_nonzero attribute [PR117023]
2024-11-28  Jakub Jelinekrs6000: Add PowerPC inline asm redzone clobber support
2024-11-28  Jakub Jelinekinline-asm, i386: Add "redzone" clobber support
2024-11-28  Jakub Jelinekc++: Small initial fixes for zeroing of padding bits...
2024-11-28  Jakub Jelinekexpr, c: Don't clear whole unions [PR116416]
2024-11-28  Tamar Christinamiddle-end: rework vectorizable_store to iterate over...
2024-11-28  Jonathan Wakelylibstdc++: Include <sys/cdefs.h> in os_defines.h for...
2024-11-28  Jakub Jelinekgimple-fold: Avoid ICEs with bogus declarations like...
2024-11-28  Jakub Jelinekbuiltins: Handle BITINT_TYPE in __builtin_iseqsig foldi...
2024-11-28  Joseph Myersc: Fix gimplification ICE for shifts with invalid redec...
2024-11-28  David Malcolmanalyzer,timevar: avoid naked "new" in JSON-handling
2024-11-28  David Malcolmc-family: offer suggestions for missing command-line...
2024-11-28  David MalcolmC/C++: add fix-it hints for missing '&' and '*' (v5...
2024-11-28  David Malcolmdiagnostics: replace %<%s%> with %qs [PR104896]
2024-11-28  GCC AdministratorDaily bump.
2024-11-27  Jan Hubickaoptimize basic_string
2024-11-27  Joseph Myersc: Fix ICE using function name in parameter type in...
2024-11-27  Jonathan Wakelylibstdc++: Remove __builtin_expect from consteval assertion
2024-11-27  Jonathan Wakelylibstdc++: Add cold attribute to assertion failure...
2024-11-27  Uros Bizjaki386: x86 can use x >> y for x >> 32+y [PR36503]
2024-11-27  Andrew Pinskimatch: Improve handling of double convert [PR117776]
2024-11-27  Patrick Palkalibstdc++/ranges: make _RangeAdaptorClosure befriend...
2024-11-27  Jakub Jelinekc: Fix sizeof error recovery [PR117745]
2024-11-27  Pan LiI386: Add more testcases for unsigned SAT_ADD vector...
2024-11-27  Pan LiMatch: Refactor the unsigned SAT_ADD match ADD_OVERFLOW...
2024-11-27  Joseph Myersc: Do not remove _Atomic from array element type for...
2024-11-27  Jakub Jelinekbuiltins: Emit __sync_lock_release_{8,16} call as last...
2024-11-27  Jakub Jelinekmatch.pd: Avoid introducing UB in the ((X /[ex] C1...
2024-11-27  Jason Merrilllibstdc++: module std fixes
2024-11-27  Jonathan Wakelylibstdc++: Add debug assertions to std::list and std...
2024-11-27  Jonathan Wakelylibstdc++: Simplify std::forward_list assignment using...
2024-11-27  Jonathan Wakelylibstdc++: Simplify std::list assignment using 'if...
2024-11-27  Jonathan Wakelylibstdc++: Fix unsigned wraparound in codecvt::do_lengt...
2024-11-27  Alexandre Olivaifcombine: skip fallback conjunction on noncontiguous...
2024-11-27  Paul ThomasFortran: Fix non_overridable typebound proc problems...
2024-11-27  Florian Weimerc: Introduce -Wfree-labels
2024-11-27  Jason Merrillc++: modules and local static
2024-11-27  Jason Merrillc++: enable -Warray-compare by default
2024-11-27  Jason Merrilllibcpp: modules and -include again
2024-11-27  Andi KleenPR117350: Keep assembler name for abstract decls for...
2024-11-27  GCC AdministratorDaily bump.
2024-11-26  Jonathan Wakelylibstdc++: Add -fno-assume-sane-operators-new-delete...
2024-11-26  Harald AnlaufFortran: fix minor front-end memleaks
2024-11-26  Andrew Pinskiaarch64: Update error message check for __builtin_laund...
2024-11-26  Andrew Pinskiaarch64: Fix fp8_scalar_1.c's stacktest1
2024-11-26  David Malcolmselftest: invoke "diff" when ASSERT_STREQ fails
2024-11-26  David Malcolmtestsuite: rename plugins from .c to .cc
2024-11-26  David Malcolmcsky: use quotes when referring to cpus and archs ...
2024-11-26  yulong[PATCH] testsuite:RISC-V:Modify the char string.
2024-11-26  Harald AnlaufFortran: passing inquiry ref of complex array to assume...
2024-11-26  David Malcolmc: avoid double-negative in warning message [PR94370]
2024-11-26  David Malcolmloop-prefetch: fix wording of warning [PR80760]
2024-11-26  David Malcolmplugin: add missing colon in error message [PR93746]
2024-11-26  Alex Coplangdbhooks: Handle references to vec* in VecPrinter
2024-11-26  Pan LiRISC-V: Refactor the testcases for RVV gather/scatter
2024-11-26  Pan LiRISC-V: Fix incorrect optimization options passing...
2024-11-26  Jan Hubickaimprove std::deque::_M_reallocate_map
2024-11-26  Eric Botcazouada: Do not use ATTR_ADDR_EXPR for 'Unrestricted_Access
2024-11-26  Eric Botcazouada: Add minimal support for address clause/aspect...
2024-11-26  Eric Botcazouada: Clean up previous change
2024-11-26  Eric Botcazouada: Minor adjustments to error message for RM B.1(24)
2024-11-26  Javier Mirandaada: Refactor code of Check_Ambiguous_Call and Valid_Co...
2024-11-26  Viljar Indusada: Relocate implementation of Write_Error_Summary
2024-11-26  Viljar Indusada: Relocate implementation of Set_Msg_Insertion_Column
2024-11-26  Viljar Indusada: Remove Warn_Runtime_Raise attribute from Error_Msg...
2024-11-26  Viljar Indusada: Refactor checking redundant messages
2024-11-26  Viljar Indusada: Remove Current_Node from Errout
2024-11-26  Viljar Indusada: Remove Raise_Exception_On_Error
2024-11-26  Viljar Indusada: Store error message kind as an enum
next