]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2023-06-01  Jason Merrilldoc: improve docs for -pedantic{,-errors}
2023-06-01  David Edelsohntestsuite: Skip powerpc tests on AIX.
2023-06-01  Jonathan Wakelylibstdc++: Fix PSTL test that fails in C++20
2023-06-01  Jonathan Wakelylibstdc++: Do not use std::expected::value() in monadic...
2023-06-01  Jonathan Wakelylibstdc++: Fix code size regressions in std::vector...
2023-06-01  Jonathan Wakelylibstdc++: Document removal of implicit allocator rebin...
2023-06-01  Uros Bizjakcse: Change return type of predicate functions from...
2023-06-01  Takayuki 'January... xtensa: Add 'adddi3' and 'subdi3' insn patterns
2023-06-01  Roger SaylePR target/109973: CCZmode and CCCmode variants of ...
2023-06-01  Jason Merrilllibstdc++: optimize EH phase 2
2023-06-01  Jonathan Wakelydoc: Fix description of x86 -m32 option [PR109954]
2023-06-01  Matthias Kretzlibstdc++: Fix condition for supported SIMD types on...
2023-06-01  Kyrylo Tkachovaarch64: Add =r,m and =m,r alternatives to 64-bit vecto...
2023-06-01  Tobias BurnusOpenMP/Fortran: Permit pure directives inside PURE
2023-06-01  Pan LiRISC-V: Introduce vfloat16m{f}*_t and their machine...
2023-06-01  François Dumontlibstdc++: Reduce <functional> inclusion to <stl_algoba...
2023-06-01  Jason Merrillc++: make -fpermissive avoid -Werror=narrowing
2023-06-01  GCC AdministratorDaily bump.
2023-06-01  Juzhe-ZhongRISC-V: Add RVV FRM enum for floating-point rounding...
2023-05-31  Roger SayleRefactor wi::bswap as a function (instead of a method).
2023-05-31  Jonathan Wakelylibstdc++: Add separate autoconf macro for std::float_t...
2023-05-31  Jonathan Wakelylibstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in...
2023-05-31  Jonathan Wakelylibstdc++: Express std::vector's size() <= capacity...
2023-05-31  Jonathan Wakelylibstdc++: Fix build for targets without _Float128...
2023-05-31  Jonathan Wakelylibstdc++: Fix configure test for 32-bit targets
2023-05-31  Bernhard Reutner... testsuite: rename force_conventional_output
2023-05-31  Kyrylo Tkachovaarch64: PR target/99195 Annotate dot-product patterns...
2023-05-31  Kyrylo Tkachovaarch64: PR target/99195 Annotate saturating mult patte...
2023-05-31  David Faustbtf: improve -dA comments for testsuite
2023-05-31  David Faustbtf: be clear when record size/type is not used
2023-05-31  Uros Bizjakemit-rtl: Change return type of predicate functions...
2023-05-31  Uros Bizjakalias: Change return type of predicate functions from...
2023-05-31  Juzhe-ZhongRISC-V: Add vwadd<u>/vwsub<u>/vwmul<u>/vwmulsu.vv lower...
2023-05-31  Juzhe-ZhongRISC-V: Add testcase for vrsub.vi auto-vectorization
2023-05-31  Juzhe-ZhongRISC-V: Remove FRM for vfwcvt (RVV float to float widen...
2023-05-31  Juzhe-ZhongRISC-V: Remove FRM for vfwcvt.f.x<u>.v (RVV integer...
2023-05-31  Juzhe-ZhongRISC-V: Remove FRM for vfncvt.rod instruction
2023-05-31  Christophe... aarch64: Add pattern for bswap + rotate [PR 110039]
2023-05-31  Jonathan Wakelylibstdc++: Do not include <exception> in <mutex>
2023-05-31  Jonathan Wakelylibstdc++: Replace obsolete shell syntax in configure.ac
2023-05-31  Jonathan Wakelylibstdc++: Add missing noexcept to std::scoped_allocato...
2023-05-31  Jonathan Wakelylibstdc++: Add std::numeric_limits<__float128> speciali...
2023-05-31  Jonathan Wakelylibstdc++: Disable embedded tzdata for all 16-bit targets
2023-05-31  Jonathan Wakelylibstdc++: Fix preprocessor conditions for std::from_ch...
2023-05-31  Jonathan Wakelylibstdc++: Deprecate std::setfill for std::basic_istrea...
2023-05-31  Richard Bieneripa/109983 - (IPA) PTA speedup
2023-05-31  Richard BienerIPA PTA stats enhancement and non-details dump slimming
2023-05-31  Kyrylo Tkachovaarch64: Simplify output template emission code for...
2023-05-31  Takayuki 'January... xtensa: Improve "*shlrd_reg" insn pattern and its variant
2023-05-31  Cui, LiliFix ICE in rewrite_expr_tree_parallel
2023-05-31  Pan LiRISC-V: Add ZVFH extension to the -march= option
2023-05-31  Pan LiRISC-V: Fix unreachable test code for init repeat sequence.
2023-05-31  GCC AdministratorDaily bump.
2023-05-30  liuhongtEnhance NARROW FLOAT_EXPR vectorization by truncating...
2023-05-30  David Malcolmtestsuite: add verify-sarif-file to some testcases...
2023-05-30  Alexandre Oliva[libstdc++] [testsuite] xfail double-prec from_chars...
2023-05-30  Georg-Johann Laytestsuite/52641: Fix more of implicit int=32 assumption...
2023-05-30  Vladimir N... LRA: Update insn sp offset if its input reload changes SP
2023-05-30  Uros Bizjaki386: Fix misleading identation in i386-expand.cc ...
2023-05-30  Uros Bizjakjump: Change return type of predicate functions from...
2023-05-30  JeevithaMAINTAINERS: Add myself to write after approval
2023-05-30  Christophe... testsuite: make mve_intrinsic_type_overloads-int.c...
2023-05-30  Andrew PinskiAdd a != MIN/MAX_VALUE_CST ? CST-+1 : a to minmax_from_...
2023-05-30  Andrew PinskiMATCH: Move `a <= CST1 ? MAX<a, CST2> : a` optimization...
2023-05-30  Christophe... Fix ACLE data-intrinsics testcases
2023-05-30  Matthias Kretzlibstdc++: Correct NTTP and simd_mask ctor call
2023-05-30  Matthias Kretzlibstdc++: Simplify calculation of expected value in...
2023-05-30  Matthias Kretzlibstdc++: Fix test assumptions on long and long double
2023-05-30  Roger SayleReplace a HWI_COMPUTABLE_MODE_P with wide-int in simpli...
2023-05-30  Roger SaylePR target/107172: Avoid "unusual" MODE_CC comparisons...
2023-05-30  Tobias BurnusOpenMP: Improve C/C++ parsing error message [PR109999]
2023-05-30  Robin DappRISC-V: Allow all const_vec_duplicates as constants.
2023-05-30  liuhongtDetect bswap + rotate for byte permutation in pass_bswap.
2023-05-30  Kyrylo Tkachovaarch64: Convert ADDLP and ADALP patterns to standard...
2023-05-30  Kyrylo Tkachovaarch64: Reimplement v(r)hadd and vhsub intrinsics...
2023-05-30  Andreas Schwabriscv: add work around for PR sanitizer/82501
2023-05-30  Andreas Schwabriscv: update riscv_asan_shadow_offset
2023-05-30  Kyrylo Tkachovstor-layout, aarch64: Express SRA intrinsics with RTL...
2023-05-30  Eric Botcazouada: Fix wrong access for qualified aggregate with...
2023-05-30  Eric Botcazouada: Fix internal error on qualified aggregate with...
2023-05-30  Eric Botcazouada: Add missing guards for degenerate storage models
2023-05-30  Marc Poulhièsada: Fix incorrect copies being used with 'Address
2023-05-30  Eric Botcazouada: Fix bogus Storage_Error on dynamic array with...
2023-05-30  Eric Botcazouada: Fix minor issue with Mod operator
2023-05-30  Eric Botcazouada: Minor generic tweaks left and and right
2023-05-30  Eric Botcazouada: Make internal_error_function more robust
2023-05-30  Eric Botcazouada: Adjust again the implementation of storage models
2023-05-30  Eric Botcazouada: Simplify the implementation of storage models
2023-05-30  Eric Botcazouada: Make use of Cannot_Be_Superflat flag on N_Range...
2023-05-30  Eric Botcazouada: Disable PIE mode during the build of the Ada front-end
2023-05-30  Marc Poulhièsada: Fix storage model handling for dereference as...
2023-05-30  Eric Botcazouada: Small cleanups and fixes in expansion of aggregates
2023-05-30  Eric Botcazouada: Fix wrong expansion of array aggregate with noncon...
2023-05-30  Eric Botcazouada: Fix internal error on array constant in expression...
2023-05-30  Eric Botcazouada: Fix fallout of recent fix for missing finalization
2023-05-30  Joel Brobeckerada: Add System.Traceback.Symbolic.Module_Name support...
2023-05-30  Piotr Trojanekada: Only build access-to-subprogram wrappers when...
2023-05-30  Ronan Desplanquesada: Fix minor issues in user's guide
2023-05-30  Johannes Kliemannada: Ensure Default_Stack_Size is greater than Minimum_...
2023-05-30  Eric Botcazouada: Fix regression of secondary stack management in...
next