]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2023-11-16  Jonathan Wakelylibstdc++: Adjust feature test in <istream> and <ostream>
2023-11-16  Jakub Jelineki386: Fix mov imm,%rax; mov %rdi,%rdx; mulx %rax -...
2023-11-16  Jakub Jelinekslp: Fix handling of IFN_CLZ/CTZ [PR112536]
2023-11-16  Richard Bienertree-optimization/112282 - fix testcase
2023-11-16  Juzhe-ZhongVECT: Clear LOOP_VINFO_USING_SELECT_VL_P when loop...
2023-11-16  Tom TromeyFix crash in libcc1
2023-11-16  Marek Polacekc++: fix parsing with auto(x) [PR112410]
2023-11-16  Hongyu Wang[i386] APX: Fix EGPR usage in several patterns.
2023-11-16  GCC AdministratorDaily bump.
2023-11-15  Uros Bizjaki386: Optimize strict_low_part QImode insn with high...
2023-11-15  Mark WielaardRegenerate libiberty/aclocal.m4 with aclocal 1.15.1
2023-11-15  Patrick O'NeillRISC-V: Fix ICE in non-canonical march parsing
2023-11-15  Bernhard Reutner... c++, analyzer: Expand CAN_HAVE_LOCATION_P macro.
2023-11-15  Juzhe-ZhongRISC-V: fix vsetvli pass testsuite failure [PR/112447]
2023-11-15  Vineet GuptaRISC-V: elide unnecessary sign extend when expanding...
2023-11-15  Patrick Palkac++: direct enum init from type-dep elt [PR112515]
2023-11-15  Patrick Palkac++: partially inst requires-expr in noexcept-spec...
2023-11-15  Patrick Palkac++: non-dependent .* operand folding [PR112427]
2023-11-15  Patrick Palkac++: constantness of local var in constexpr fn [PR11170...
2023-11-15  Uros Bizjaki386: Fix split condition of *<insn>qi_ext<mode>_1_slp...
2023-11-15  Uros Bizjaki386: Fix strict_low_part QImode insn with high input...
2023-11-15  Thomas Schwingenvptx: Fix copy'n'paste-o in '__builtin_nvptx_brev...
2023-11-15  Roger SayleUpdate nvptx's bitrev<mode>2 pattern to use BITREVERSE...
2023-11-15  Thomas Schwingenvptx: Extend 'brev' test cases
2023-11-15  Andrew Stubbsamdgcn: Add Accelerator VGPR registers
2023-11-15  Andrew Stubbsamdgcn: simplify secondary reload patterns
2023-11-15  Stefan Schulze... s390: Fix generation of s390-gen-builtins.h
2023-11-15  Richard Bienertree-optimization/112282 - wrong-code with ifcvt hoisting
2023-11-15  Richard BienerFix ICE with SLP and -fdbg-cnt
2023-11-15  Jakub Jelineklibsanitizer: update LOCAL_PATCHES
2023-11-15  Jakub Jelineklibsanitizer: Readd __ubsan_handle_function_type_mismat...
2023-11-15  Jakub Jelineklibsanitizer: Adjust the asan/sanity-check-pure-c-1...
2023-11-15  Jakub Jelineklibsanitizer: Apply local patches
2023-11-15  Jakub Jelineklibsanitizer: merge from upstream (c425db2eb558c263)
2023-11-15  Xi RuoyaoLoongArch: Remove redundant barrier instructions before...
2023-11-15  Jonathan Wakelylibstdc++: Fix std::deque::operator[] Xmethod [PR112491]
2023-11-15  Jonathan Wakelylibstdc++: std::stacktrace tweaks
2023-11-15  Richard Earnshawarm: testsuite: fix test for armv6t2 hardware
2023-11-15  Juzhe-ZhongRISC-V: Support trailing vec_init optimization
2023-11-15  Jakub Jelinektestsuite: Adjust gcc.dg/cpp/if-2.c for 16-bit targets
2023-11-15  Pan LiRISC-V: Refine the mask generation for vec_init case 2
2023-11-15  Juzhe-ZhongRISC-V: Disallow RVV mode address for any load/store...
2023-11-15  Jakub Jelinekc++: Implement C++26 P2864R2 - Remove Deprecated Arithm...
2023-11-15  Alexandre OlivaRevert "libstdc++: bvector: undef always_inline macro"
2023-11-15  Alexandre Olivatestsuite: tsan: add fallback overload for pthread_cond...
2023-11-15  Alexandre Olivatestsuite: arg-pushing reqs -mno-accumulate-outgoing...
2023-11-15  Alexandre Olivalibstdc++: bvector: undef always_inline macro
2023-11-15  David Malcolmjson.cc: use SELFTEST_LOCATION in selftests
2023-11-15  GCC AdministratorDaily bump.
2023-11-14  Lewis Hyattc-family: Let libcpp know when the compilation is for...
2023-11-14  Cassio Nerilibstdc++: Improve operator-(weekday x, weekday y)
2023-11-14  Cassio Nerilibstdc++: Fix UB in weekday::weekday(sys_days) and...
2023-11-14  Cassio Nerilibstdc++: Simplify year::is_leap()
2023-11-14  Cassio Nerilibstdc++: Remove unnecessary "& 1" from year_month_day...
2023-11-14  Jonathan Wakelylibstdc++: Fix <charconv> uses of signed types with...
2023-11-14  Jonathan Wakelylibstdc++: Fix std::hash<std::stacktrace> [PR112348]
2023-11-14  David Malcolmanalyzer: enable taint state machine by default [PR103533]
2023-11-14  Jakub JelinekManually add ChangeLog entry for r14-5312-g040e5b0edbca...
2023-11-14  Dimitar Dimitrovtestsuite: Ignore warning for unsupported option
2023-11-14  Nathaniel Sheadc++: Stream virtual dtor vtable indices
2023-11-14  Nathaniel Sheadc++: Fix exported using decls of templates
2023-11-14  David Malcolmdiagnostics: make option-handling callbacks private
2023-11-14  David Malcolmdiagnostics: make m_text_callbacks private
2023-11-14  David Malcolmdiagnostics: convert diagnostic_ready_p to an inline...
2023-11-14  Uros Bizjaki386: Generate strict_low_part QImode insn with high...
2023-11-14  Jakub Jelineklibcpp, contrib: Update to Unicode 15.1
2023-11-14  Jakub Jelinekc++: Implement C++26 P1854R4 - Making non-encodable...
2023-11-14  Andrew StubbsFix ICE generating uniform vector masks
2023-11-14  David Malcolminput.h: eliminate implicit users of global_dc's file_cache
2023-11-14  David Malcolmjson: reduce use of naked new in json-building code
2023-11-14  Jonathan Wakelylibstdc++: Fix std::deque::size() Xmethod [PR112491]
2023-11-14  Andrew MacLeodUse case label type to create case range.
2023-11-14  Stefan Schulze... s390: Fix vec_scatter_element for vectors of floats
2023-11-14  Saurabh JhaAdd a REG_P check for inc and dec for Arm MVE
2023-11-14  Richard Bienertree-optimization/111233 - loop splitting miscompile
2023-11-14  Richard BienerLoop distribution fix for SCC detection
2023-11-14  Richard Bienertree-optimization/112281 - loop distribution and zero...
2023-11-14  GCC AdministratorDaily bump.
2023-11-14  Jakub Jelineki386: Fix up <insn><dwi>3_doubleword_lowpart [PR112523]
2023-11-14  Jakub Jelinekcontrib: Ignore the r14-5312-g040e5b0edbca861196d9e2ea2...
2023-11-14  Georg-Johann LayLibF7: sinh: Fix loss of precision due to cancellation...
2023-11-14  Lehua Dingx86: Make testcase apx-spill_to_egprs-1.c more robust
2023-11-14  Andreas KrebbelIBM Z: Add GTY marker to builtin data structures
2023-11-14  Andreas KrebbelIBM Z: Fix ICE with overloading and checking enabled
2023-11-14  Jonathan Wakelyc++: Link extended FP conversion pedwarns to -Wnarrowin...
2023-11-14  Jakub JelinekAdd type-generic clz/ctz/clrsb/ffs/parity/popcount...
2023-11-14  Xi RuoyaoLoongArch: Disable relaxation if the assembler don...
2023-11-14  liuhongtFix ICE in vectorizable_nonlinear_induction with bitfield.
2023-11-14  Xi RuoyaoLoongArch: Use finer-grained DBAR hints
2023-11-14  Jakub Jelinektree: Handle BITINT_TYPE in type_contains_placeholder_1...
2023-11-14  Jakub Jelineki386: Don't optimize vshuf{i,f}{32x4,64x2} and vperm...
2023-11-14  Juzhe-ZhongRISC-V: Fix init-2.c assembly check
2023-11-14  liuhongtHandle bitop with INTEGER_CST in analyze_and_compute_bi...
2023-11-14  Sam Jamesmaintainer-scripts/gcc_release: cleanup whitespace
2023-11-14  Sam Jamesmaintainer-scripts/gcc_release: use HTTPS for links
2023-11-14  Arsen Arsenovićlibcpp: Regenerate config.in
2023-11-13  Arsen Arsenović*: add modern gettext
2023-11-13  Arsen Arsenovićintl: remove, in favor of out-of-tree gettext
2023-11-13  Jonathan Wakelylibstdc++: Add dg-timeout-factor to remaining <chrono...
2023-11-13  Jonathan Wakelylibstdc++: Micro-optimization for std::optional [PR112480]
next