]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2023-12-15  Jakub Jelinekbitint: Introduce abi_limb_mode
2023-12-15  Julian BrownOpenMP/OpenACC: Unordered/non-constant component offset...
2023-12-15  Alex Coplanaarch64: Handle autoinc addresses in ld1rq splitter...
2023-12-15  Alex Coplanemit-rtl, lra: Move lra's emit_inc to emit-rtl.cc
2023-12-15  Thomas SchwingeFix 'gcc.dg/pr110279-2.c' syntax error due to '__attrib...
2023-12-15  Jakub Jelinekmatch.pd: Optimize sign-extension followed by truncatio...
2023-12-15  Jakub Jelineklower-bitint: Fix .{ADD,SUB,MUL}_OVERFLOW with _BitInt...
2023-12-15  Gerald Pfeiferdoc: Update nvptx-tools Github link
2023-12-15  Juzhe-ZhongRISC-V: Remove xfail for some of the SLP tests
2023-12-15  Hongyu Wangtestsuite: Require dfp for pr112943.c
2023-12-15  Hongyu Wangi386: Sync move_max/store_max with prefer-vector-width...
2023-12-15  Haochen Jiangi386: Remove RAO-INT from Grand Ridge
2023-12-15  Juzhe-ZhongRISC-V: Adjust test
2023-12-15  Juzhe-ZhongRISC-V: Tweak generic vector COST model
2023-12-15  Juzhe-ZhongMiddle-end: Do not model address cost for SELECT_VL...
2023-12-15  GCC AdministratorDaily bump.
2023-12-14  Jonathan Wakelylibstdc++: Implement C++23 <print> header [PR107760]
2023-12-14  Jonathan Wakelylibstdc++: Fix filebuf::native_handle() for Windows
2023-12-14  Jonathan Wakelylibstdc++: Tweaks for std::format fast path
2023-12-14  Jonathan Wakelylibstdc++: Add dg-output to two tests
2023-12-14  Jonathan Wakelylibstdc++: Fix %S format of duration with floating...
2023-12-14  David Malcolmtestsuite: move more analyzer test cases to c-c++-commo...
2023-12-14  Marek Polacekc++: fix parsing with auto(x) at block scope [PR112482]
2023-12-14  Andrew Pinskimiddle-end: Fix up constant handling in emit_conditiona...
2023-12-14  Marek Polacekc++: fix ICE with sizeof in a template [PR112869]
2023-12-14  Thomas SchwingeUpdate 'gcc.dg/vect/vect-simd-clone-*.c' GCN 'dg-warning's
2023-12-14  Di ZhaoConsider fully pipelined FMA in get_reassociation_width
2023-12-14  Jerry DeLislefortran: Add degree based trig functions for F2023
2023-12-14  Marek Polacekc++: adjust class-deduction67.C for C++23
2023-12-14  Robin Dappexpmed: Compare unit_precision for better mode.
2023-12-14  Robin Dappexpmed: Use GET_MODE_PRECISION and expander's output...
2023-12-14  Alex Coplandoc: Document AArch64-specific asm operand modifiers
2023-12-14  Jonathan Wakelylibstdc++: Make __gnu_debug::vector usable in constant...
2023-12-14  Richard Bienertree-optimization/113018 - ICE with BB reduction vector...
2023-12-14  Patrick Palkac++: Implement P2582R1, CTAD from inherited constructors
2023-12-14  Richard Bienertree-optimization/112793 - SLP of constant/external...
2023-12-14  David Malcolmanalyzer: cleanups [PR112655]
2023-12-14  Richard Sandifordaarch64: Improve handling of accumulators in early-ra
2023-12-14  Alexandre Olivastrub: indirect volatile parms in wrappers
2023-12-14  Alexandre Olivastrub: handle volatile promoted args in internal strub...
2023-12-14  Jeff Law[committed] Fix m68k testcase for c99
2023-12-14  Thomas SchwingeIn 'gcc/gimple-ssa-sccopy.cc', '#define INCLUDE_ALGORIT...
2023-12-14  Pierre-Emmanuel... build: Add libgrust as compilation modules
2023-12-14  Pierre-Emmanuel... libgrust: Add libproc_macro and build system
2023-12-14  Feng WangRevert "RISC-V: Add avail interface into function_group...
2023-12-14  Pierre-Emmanuel... libgrust: Add entry for maintainers
2023-12-14  Pierre-Emmanuel... libgrust: Add ChangeLog file
2023-12-14  Jakub Jelinekmatch.pd: Simplify (t * u) / (t * v) [PR112994]
2023-12-14  Jakub Jelinekmatch.pd: Simplify (t * u) / v -> t * (u / v) [PR112994]
2023-12-14  Filip KastlA new copy propagation and PHI elimination pass
2023-12-14  Martin JamborSRA: Relax requirements to use build_reconstructed_refe...
2023-12-14  liuhongtForce broadcast constant to mem for vec_dup{v4di,v8si...
2023-12-14  Juzhe-ZhongRISC-V: Add failed SLP testcase
2023-12-14  Richard Bienertree-optimization/110640 - testcase for fixed bug
2023-12-14  Jakub Jelinektestsuite: Fix up target-enter-data-1.c on 32-bit targets
2023-12-14  Jakub Jelinektestsuite: Fix up pr112904.C test [PR112904]
2023-12-14  Jakub Jelinekc++: Fix tinst_level::to_list [PR112968]
2023-12-14  Juzhe-ZhongRISC-V: Add RVV builtin vectorization cost model
2023-12-14  Jeff Law[committed] Minor testsuite fallout from c99 changes
2023-12-14  GCC AdministratorDaily bump.
2023-12-13  Marek Polacekc++: fix cpp0x/constexpr-ex1.C in C++23
2023-12-13  Richard Ballaarch64: SVE/NEON Bridging intrinsics
2023-12-13  Patrick Palkac++: note other candidates when diagnosing deletedness
2023-12-13  Patrick Palkac++: remember candidates that we ignored
2023-12-13  Patrick Palkac++: sort candidates according to viability
2023-12-13  Patrick Palkac++: unifying constants vs their type [PR99186, PR104867]
2023-12-13  Patrick Palkac++: unifying FUNCTION_DECLs [PR93740]
2023-12-13  Jason Merrillc-family: rename warn_for_address_or_pointer_of_packed_...
2023-12-13  Jason Merrillc-family: -Waddress-of-packed-member and casts
2023-12-13  Julian BrownOpenMP: Pointers and member mappings
2023-12-13  Julian BrownOpenMP/OpenACC: Rework clause expansion and nested...
2023-12-13  Julian BrownOpenMP/OpenACC: Reindent TO/FROM/_CACHE_ stanza in...
2023-12-13  Jakub Jelineklibcpp: Fix valgrind errors on pr88974.c [PR112956]
2023-12-13  Thomas SchwingeFix 'libgomp/config/linux/allocator.c' 'size_t' vs...
2023-12-13  Jason Merrillc++: TARGET_EXPR location in default arg [PR96997]
2023-12-13  Jason MerrillRevert "testsuite: fix g++.dg/pr112822.C"
2023-12-13  Gaius MulleyPR modula2/112921 missing modules shortreal shortstr...
2023-12-13  Nathaniel Sheadc++: End lifetime of objects in constexpr after destruc...
2023-12-13  Jason Merrillc++: fix in-charge parm in constexpr
2023-12-13  Jason Merrillc++: constant direct-initialization [PR108243]
2023-12-13  Jason Merrillc++: copy location to AGGR_INIT_EXPR
2023-12-13  Jason Merrilltestsuite: fix g++.dg/pr112822.C
2023-12-13  Andrew Stubbsamdgcn: Work around XNACK register allocation problem
2023-12-13  Andrew Stubbsamdgcn: Support XNACK mode
2023-12-13  Andrew Carlottiaarch64 testsuite: Check entire .arch string
2023-12-13  Andrew Carlottiaarch64: Add missing driver-aarch64 dependencies
2023-12-13  Andrew Stubbslibgomp: basic pinned memory on Linux
2023-12-13  Peter Bergnertestsuite: Add dg-do compile target c++17 directive...
2023-12-13  Pan LiRISC-V: Refine test cases for both PR112929 and PR112988
2023-12-13  Andrew Carlottiaarch64 testsuite: Only run aarch64-ssve tests once
2023-12-13  Roger SayleARC: Add *extvsi_n_0 define_insn_and_split for PR 110717.
2023-12-13  Feng WangRISC-V:Add crypto vector implied ISA info.
2023-12-13  Jonathan Wakelylibstdc++: Fix regression in std::format output of...
2023-12-13  Arsen Arsenovićgettext: disable install, docs targets, libasprintf...
2023-12-13  Arsen Arsenovićdownload_prerequisites: add --only-gettext
2023-12-13  Juzhe-ZhongRISC-V: Postpone full available optimization [VSETVL...
2023-12-13  demin.hanRISC-V: Fix dynamic lmul tests depended on abi
2023-12-13  Juzhe-ZhongMiddle-end: Adjust decrement IV style partial vectoriza...
2023-12-13  Jakub Jelineklower-bitint: Fix lowering of non-_BitInt to _BitInt...
2023-12-13  Jakub Jelinekattribs: Fix valgrind failures on -Wno-attributes*...
next