]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2023-03-31  Vladimir N... IRA: Use minimal cost for hard register movement
2023-03-31  GCC AdministratorDaily bump.
2023-03-30  Andrew PinskiFix fc-prototypes usage with C_INT64_T and non LP64...
2023-03-30  Jonathan Wakelylibstdc++: Use std::remove_cv_t in std::optional::trans...
2023-03-30  GCC AdministratorDaily bump.
2023-03-29  David Malcolmanalyzer: fix ICE on certain longjmp calls [PR109094]
2023-03-29  David Malcolmanalyzer: fix uninit false +ves reading from DECL_HARD_...
2023-03-29  David Malcolmanalyzer: fix further overzealous state purging [PR108733]
2023-03-29  David Malcolmanalyzer: fix overzealous state purging with on-stack...
2023-03-29  David Malcolmdoc: add notes about limitations of -fanalyzer
2023-03-29  David Malcolmanalyzer: use __attribute__((nonnull)) at top level...
2023-03-29  David Malcolmanalyzer: update internal docs
2023-03-29  David Malcolmanalyzer: handle comparisons against negated symbolic...
2023-03-29  David Malcolmanalyzer: fix folding of '(PTR + 0) => PTR' [PR105784]
2023-03-29  David Malcolmanalyzer: fix feasibility false +ve on jumps through...
2023-03-29  David Malcolmanalyzer: handle (NULL == &VAR) [PR107345]
2023-03-29  David Malcolmanalyzer: fold -(-(VAL)) to VAL
2023-03-29  David Malcolmanalyzer: better fix for -Wanalyzer-use-of-uninitialize...
2023-03-29  David Malcolmanalyzer: fix missing -Wanalyzer-use-of-uninitialized...
2023-03-29  David Malcolmjit: update docs to reflect .c to .cc renaming
2023-03-29  GCC AdministratorDaily bump.
2023-03-28  Jonathan Wakelylibstdc++: Fix self-move for std::weak_ptr [PR108118]
2023-03-28  Jonathan Wakelylibstdc++: Add missing move in ranges::copy
2023-03-28  Björn Schäperslibstdc++: Deliver names of C functions in <stacktrace>
2023-03-28  Jonathan Wakelylibstdc++: Make operator<< for stacktraces less templat...
2023-03-28  Jonathan Wakelylibstdc++: Add [[nodiscard]] to chrono conversion functions
2023-03-28  Jonathan Wakelylibstdc++: Change class-key for duration and time_point...
2023-03-28  Jonathan Wakelylibstdc++: Add returns_nonnull to non-inline std::map...
2023-03-28  Jonathan Wakelylibstdc++: Optimize std::bitset<N>::to_string
2023-03-28  Jonathan Wakelylibstdc++: Tweak TSan annotations for std::atomic<share...
2023-03-28  Jonathan Wakelylibstdc++: Add TSan annotations to std::atomic<shared_p...
2023-03-28  Jonathan Wakelylibstdc++: Add attributes to functions in <memory_resource>
2023-03-28  Jonathan Wakelylibstdc++: Add assertion to std::promise::set_exception...
2023-03-28  Jonathan Wakelylibstdc++: Add always_inline attribute to std::byte...
2023-03-28  Jonathan Wakelylibstdc++: Find make_error_code and make_error_conditio...
2023-03-28  Jonathan Wakelylibstdc++: Add attributes to <system_error> and related
2023-03-28  Jonathan Wakelylibstdc++: Improve doxygen docs for <thread> and <future>
2023-03-28  Jonathan Wakelylibstdc++: Improve doxygen docs for <system_error>
2023-03-28  Jonathan Wakelylibstdc++: Fix non-reserved names in <ext/throw_allocat...
2023-03-28  Jonathan Wakelylibstdc++: Fix orphaned/nested output of configure...
2023-03-28  Jonathan Wakelylibstdc++: Update shared library version history in...
2023-03-28  Jonathan Wakelylibstdc++: More fixes for null pointers used with std...
2023-03-28  Jonathan Wakelylibstdc++: Tell GCC what basic_string::_M_is_local...
2023-03-28  Jonathan Wakelylibstdc++: Fix typo in comment in bits/cow_string.h
2023-03-28  Jonathan Wakelylibstdc++: Fix name of <experimental/optional> in comment
2023-03-28  Jonathan Wakelylibstdc++: Fix copyright notice to use usual form ...
2023-03-28  Xi Ruoyaofixincludes: Declare memmem if it's not declared in...
2023-03-28  Eric BotcazouFix line ending
2023-03-28  Eric BotcazouFix PR target/109140
2023-03-28  GCC AdministratorDaily bump.
2023-03-27  Harald AnlaufFortran: fix CLASS attribute handling [PR106856]
2023-03-27  Harald AnlaufFortran: diagnose and reject duplicate CONTIGUOUS attri...
2023-03-27  Jerry DeLisleFortran: Modify checks to avoid referencing NULL pointer.
2023-03-27  Jerry DeLisleFortran: ICE in gfc_free_namespace. ice-on-invalid.
2023-03-27  GCC AdministratorDaily bump.
2023-03-26  GCC AdministratorDaily bump.
2023-03-25  GCC AdministratorDaily bump.
2023-03-24  GCC AdministratorDaily bump.
2023-03-23  Eric BotcazouSkip gnat.dg/div_zero.adb on Aarch64
2023-03-23  GCC AdministratorDaily bump.
2023-03-22  Ian Lance Taylorcompiler: add missing Slice_info_expression::do_traverse
2023-03-22  Harald AnlaufFortran: reject MODULE PROCEDURE outside generic module...
2023-03-22  Harald AnlaufFortran: simplification of NEAREST for large argument...
2023-03-22  Harald AnlaufFortran: procedures with BIND(C) attribute require...
2023-03-22  Martin Jamboripa-cp: Fix various issues in update_specialized_profil...
2023-03-22  GCC AdministratorDaily bump.
2023-03-21  Matthias Kretzlibstdc++: Use more precise __RECIPROCAL_MATH__ macro
2023-03-21  Matthias Kretzlibstdc++: Skip integer division optimization for Clang
2023-03-21  Matthias Kretzlibstdc++: Fix simd test compilation with Clang
2023-03-21  GCC AdministratorDaily bump.
2023-03-20  Peter Bergnerrs6000: Don't ICE when compiling the __builtin_vec_xst_...
2023-03-20  François Dumontlibstdc++: Fix gdb FilteringTypePrinter
2023-03-20  François Dumontlibstdc++: Fix gdb pretty printers when dealing with...
2023-03-20  François Dumontlibstdc++: Remove useless gdb printer registrations
2023-03-20  Jonathan Wakelylibstdc++: Fix GDB Xmethod for std::shared_ptr::use_cou...
2023-03-20  Jonathan Wakelylibstdc++: Remove template-head from std::expected...
2023-03-20  Jonathan Wakelylibstdc++: Add const to hash<coroutine_handle<P>>:...
2023-03-20  Paul ThomasFortran: Allow external function from in an associate...
2023-03-20  GCC AdministratorDaily bump.
2023-03-19  Jakub Jelinektree-inline: Fix up multiversioning with vector argumen...
2023-03-19  Jakub Jelinekc, ubsan: Instrument even shortened divisions [PR109151]
2023-03-19  Jakub Jelinekopenmp: Fix up handling of doacross loops with noreturn...
2023-03-19  Jakub Jelinekc++: Treat unnamed bitfields as padding for __has_uniqu...
2023-03-19  Jakub Jelinekc++: Don't clear TREE_READONLY for -fmerge-all-constant...
2023-03-19  Jakub Jelinekc++, abi: Fix up class layout with bitfields [PR109039]
2023-03-19  Jakub Jelinekc, c++, cgraphunit: Prevent duplicated -Wunused-value...
2023-03-19  Jakub Jelinekc-family: Incremental fix for -Wsign-compare BIT_NOT_EX...
2023-03-19  Jakub Jelinekc-family: Fix up -Wsign-compare BIT_NOT_EXPR handling...
2023-03-19  Jakub Jelinekdiagnostics: Fix up selftests with $COLUMNS < 42 [PR108973]
2023-03-19  Jakub Jelinekwaccess: Fix two -Wnonnull warning issues [PR108986]
2023-03-19  Jakub Jelineklibquadmath: Assorted libquadmath strtoflt128 fixes...
2023-03-19  Jakub Jelinekc++, debug: Fix up locus of DW_TAG_imported_module...
2023-03-19  Jakub Jelinekfold-const: Ignore padding bits in native_interpret_exp...
2023-03-19  Jakub Jelinekcfgexpand: Handle WIDEN_{PLUS,MINUS}_EXPR and VEC_WIDEN...
2023-03-19  Jakub Jelineklto: Fix up lto_fixup_prevailing_type [PR108910]
2023-03-19  Jakub Jelinekcgraphclones: Don't share DECL_ARGUMENTS between thunk...
2023-03-19  Jakub Jelineki386: Fix up builtins used in avx512bf16vlintrin.h...
2023-03-19  Jakub Jelinekreassoc: Fold some statements [PR108819]
2023-03-19  Jakub Jelineklibgomp: Fix up some typos in libgomp.texi
2023-03-19  Jakub Jelineki386: Call get_available_features for all CPUs with...
next