]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-07-24  Matthew Malcomson[MAINTAINERS] Update email and move to DCO
2024-07-24  Christoph MüllnerRISC-V: Disable Zba optimization pattern if XTheadMemId...
2024-07-24  Lingling Kongx86: Don't enable APX_F in 32-bit mode
2024-07-24  Pan LiInternal-fn: Only allow modes describe types for intern...
2024-07-24  Jeff Law[PR rtl-optimization/115877][6/n] Add testcase from...
2024-07-24  GCC AdministratorDaily bump.
2024-07-23  Mark HarmstoneOutput CodeView type information for rvalue references
2024-07-23  Mark HarmstoneOutput CodeView type information for references
2024-07-23  Vineet GuptaRISC-V: Fix snafu in SI mode splitters patch
2024-07-23  Marek Polacekdoc: add missing @option for musttail
2024-07-23  Andi KleenAdd documentation for musttail attribute
2024-07-23  Andi KleenAdd tests for C/C++ musttail attributes
2024-07-23  Andi KleenC: Implement musttail attribute for returns
2024-07-23  Andi KleenC++: Support clang compatible [[musttail]] (PR83324)
2024-07-23  Patrick Palkac++: normalizing ttp constraints [PR115656]
2024-07-23  Patrick Palkac++: missing SFINAE during alias CTAD [PR115296]
2024-07-23  Gaius MulleyPR modula2/116048 ICE when encountering wrong kind...
2024-07-23  Arsen Arsenovićcp/coroutines: add a test for PR c++/103953
2024-07-23  Tobias Burnusinstall.texi (gcn): Suggest newer commit for Newlib
2024-07-23  Jiufu Guoreport message for operator %a on unaddressible operand
2024-07-23  Torbjörn SVENSSONtestsuite: Disable finite math only for test [PR115826]
2024-07-23  Richard Bienertree-optimization/116002 - PTA solving slow with degene...
2024-07-23  Jonathan Wakelylibstdc++: Use [[maybe_unused]] attribute in src/c...
2024-07-23  Detlef Vollmannlibstdc++: Do not use isatty on avr [PR115482]
2024-07-23  Jakub Jelinekssa: Fix up maybe_rewrite_mem_ref_base complex type...
2024-07-23  Jakub Jelinekc++: Remove CHECK_CONSTR
2024-07-23  Richard Biener[v2] rtl-optimization/116002 - cselib hash is bad
2024-07-23  liuhongtRelax ix86_hardreg_mov_ok after split1.
2024-07-23  Kewen Linrs6000: Update option set in rs6000_inner_target_option...
2024-07-23  Kewen Linrs6000: Consider explicitly set options in target optio...
2024-07-23  Kewen Linrs6000: Escalate warning to error for VSX with explicit...
2024-07-23  Haochen Jiangi386: Change prefetchi output template
2024-07-23  Jeff Law[5/n][PR rtl-optimization/115877] Fix handling of input...
2024-07-23  Alexandre Oliva[powerpc] [testsuite] reorder dg directives [PR106069]
2024-07-23  Patrick Palkac++/coroutines: correct passing *this to promise type...
2024-07-23  Pan LiRISC-V: Implement the .SAT_TRUNC for scalar
2024-07-23  GCC AdministratorDaily bump.
2024-07-22  Jan HubickaFix handling of ICF_NOVOPS in ipa-modref
2024-07-22  Jakub Jelinekc++: Some cp-tree.def comment fixes
2024-07-22  Jan HubickaFix modref's iteraction with store merging
2024-07-22  Michael MeissnerAdd -mcpu=power11 support.
2024-07-22  Jeff Law[4/n][PR rtl-optimization/115877] Correct SUBREG handli...
2024-07-22  Jan HubickaFix modref_eaf_analysis::analyze_ssa_name handling...
2024-07-22  Jan HubickaFix accounting of offsets in unadjusted_ptr_and_unit_offset
2024-07-22  Jan HubickaCompare loop bounds in ipa-icf
2024-07-22  Richard Sandifordrtl-ssa: Avoid using a stale splay tree root [PR116009]
2024-07-22  Richard Sandifordrtl-ssa: Add debug routines for def_splay_tree
2024-07-22  Richard Sandifordaarch64: Tighten aarch64_simd_mem_operand_p [PR115969]
2024-07-22  Jeff Law[NFC][PR rtl-optimization/115877] Avoid setting irrelev...
2024-07-22  Richard BienerFix hash of WIDEN_*_EXPR
2024-07-22  Richard Bienerconstify inchash
2024-07-22  Andre VehreschildFix Rejects allocatable coarray passed as a dummy argum...
2024-07-22  Tamar ChristinaAArch64: implement TARGET_VECTORIZE_CONDITIONAL_OPERATI...
2024-07-22  Tamar Christinamiddle-end: Implement conditonal store vectorizer patte...
2024-07-22  Sam Jamestestsuite: powerpc: fix dg-do run typo
2024-07-22  Pan LiRISC-V: Rearrange the test helper files for vector...
2024-07-22  GCC AdministratorDaily bump.
2024-07-21  Paul ThomasFortran: Fix regression caused by r14-10477 [PR59104]
2024-07-21  Jeff Law[PR rtl-optimization/115877][2/n] Improve liveness...
2024-07-21  Jeff Law[PR rtl-optimization/115877] Fix livein computation...
2024-07-21  Sam Jamesgcc: stop adding -fno-common for checking builds
2024-07-21  Oleg EndoSH: Fix outage caused by recently added 2nd combine...
2024-07-21  GCC AdministratorDaily bump.
2024-07-20  Andrew MacLeodRequire bitint575 for pr116003.c
2024-07-20  Andi KleenRevert "Add documentation for musttail attribute"
2024-07-20  Andi KleenRevert "Add tests for C/C++ musttail attributes"
2024-07-20  Andi KleenRevert "C: Implement musttail attribute for returns"
2024-07-20  Andi KleenRevert "C++: Support clang compatible [[musttail]]...
2024-07-20  Mark HarmstoneOutput CodeView function information
2024-07-20  Andrew MacLeodAdd bitint to options for testcase
2024-07-20  André Maronezedoc: Remove documentation of two obsolete spec strings
2024-07-20  Siddhesh PoyarekarAvoid undefined behaviour in build_option_suggestions
2024-07-20  Andi KleenAdd documentation for musttail attribute
2024-07-20  Andi KleenAdd tests for C/C++ musttail attributes
2024-07-20  Andi KleenC: Implement musttail attribute for returns
2024-07-20  Andi KleenC++: Support clang compatible [[musttail]] (PR83324)
2024-07-20  Andi KleenAdd a musttail generic attribute to the c-attribs table
2024-07-20  Lulu ChengLoongArch: Organize the code related to split move...
2024-07-20  GCC AdministratorDaily bump.
2024-07-19  Andrew MacLeodCheck for SSA_NAME not in the IL yet.
2024-07-19  Thomas Schwingelibgomp: Document 'GOMP_teams4'
2024-07-19  Thomas SchwingeGCN: Honor OpenMP 5.1 'num_teams' lower bound
2024-07-19  Thomas SchwingeRewrite usage comment at the top of 'gcc/passes.def'
2024-07-19  Richard SandifordTreat boolean vector elements as 0/-1 [PR115406]
2024-07-19  Richard Sandifordarm: Update fp16-aapcs-[24].c after insn_propagation...
2024-07-19  Patrick Palkac++: xobj fn call without obj [PR115783]
2024-07-19  Georg-Johann LayAVR: Support new built-in function __builtin_avr_mask1.
2024-07-19  Paul Thomaslibgomp: Remove bogus warnings from privatized-ref...
2024-07-19  Harald AnlaufFortran: character array constructor with >= 4 constant...
2024-07-19  Peter Bergnerrs6000: Catch unsupported ABI errors when using -mrop...
2024-07-19  Patrick Palkac++: add fixed testcase [PR109464]
2024-07-19  Cupertino Mirandabpf: create modifier for mem operand for xchg and cmpxchg
2024-07-19  Jakub Jelinekc++: Add [dcl.init.aggr] examples to testsuite
2024-07-19  Richard BienerClose GCC 11 branch
2024-07-19  Seyed Sajad... c++: Hash placeholder constraint in ctp_hasher
2024-07-19  Pan LiMatch: Only allow single use of MIN_EXPR for SAT_TRUNC...
2024-07-19  GCC AdministratorDaily bump.
2024-07-18  mayshaolibatomic: Handle AVX+CX16 ZHAOXIN like Intel for 16b...
2024-07-18  Marek Polacekc++: implement DR1363 and DR1496 for __is_trivial ...
2024-07-18  Ian Lance Taylorlibbacktrace: use __has_attribute for fallthrough
next