]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-03-01  Jakub Jelinekcalls: Further fixes for TYPE_NO_NAMED_ARGS_STDARG_P...
2024-03-01  Jakub Jelinekdwarf2out: Don't move variable sized aggregates to...
2024-03-01  Georg-Johann LayAVR: Document valid ranges of -mfuse-add=
2024-03-01  Richard Bienermiddle-end/114070 - VEC_COND_EXPR folding
2024-03-01  xuliRISC-V: Add riscv_vector_cc function attribute
2024-03-01  Pan LiRISC-V: Introduce gcc option mrvv-vector-bits for RVV
2024-03-01  Jakub Jelinekfunction: Fix another TYPE_NO_NAMED_ARGS_STDARG_P spot
2024-03-01  Jakub Jelinekbitint: Handle VCE from large/huge _BitInt SSA_NAME...
2024-03-01  Ian Lance Taylorlibbacktrace: read symbol table of debuginfo file
2024-03-01  GCC AdministratorDaily bump.
2024-02-29  David Malcolmanalyzer: fix ICE in call summarization [PR114159]
2024-02-29  Georg-Johann LayAVR: target/114100 - Better indirect accesses for reduc...
2024-02-29  Jonathan Wakelylibstdc++: Fix std::basic_format_arg::handle for BasicF...
2024-02-29  Jonathan Wakelylibstdc++: Fix conditions for using memcmp in std:...
2024-02-29  Georg-Johann LayAVR: target/114132 - Code sets up a frame pointer witho...
2024-02-29  Marek Polacekc++: -Wuninitialized when binding a ref to uninit DM...
2024-02-29  Tom TromeyFix PR libcc1/113977
2024-02-29  Tom TromeyFix version negotiation in libcc1 plugins
2024-02-29  Tom TromeyChange 'v1' float and int code to fall back to v0
2024-02-29  Gaius MulleyPR modula2/102344 TestLong4.mod FAILs
2024-02-29  Andrew Pinskiaarch64: Fix memtag builtins vs GC [PR108174]
2024-02-29  Xi RuoyaoLoongArch: Remove unneeded sign extension after crc...
2024-02-29  Xi RuoyaoLoongArch: NFC: Deduplicate crc instruction defines
2024-02-29  Nathaniel Sheadc++: Support lambdas attached to more places in modules...
2024-02-29  Kito ChengRISC-V: Fix __atomic_compare_exchange with 32 bit value...
2024-02-29  Andrew PinskiAdd libcc1 to bug components
2024-02-29  Alexander WestbrooksFortran - Error compiling PDT Type-bound Procedures...
2024-02-29  GCC AdministratorDaily bump.
2024-02-28  Jakub Jelinekc++: Fix explicit instantiation of const variable templ...
2024-02-28  Fangrui SongAdd myself to write after approval and DCO
2024-02-28  Cupertino Mirandabpf: renames coreout.* files to btfext-out.*.
2024-02-28  Cupertino Mirandabpf: implementation of func_info in .BTF.ext.
2024-02-28  Cupertino Mirandabpf: Always emit .BTF.ext section if generating BTF
2024-02-28  Cupertino Mirandabtf: add BTF_KIND_FUNC traversal function.
2024-02-28  Cupertino Mirandabtf: fix type id in BTF_KIND_FUNC struct data.
2024-02-28  Harald AnlaufFortran testsuite: fix invalid Fortran in testcase
2024-02-28  Jonathan Wakelylibstdc++: Fix noexcept on dtors in <experimental/scope...
2024-02-28  Jonathan Wakelylibstdc++: Change some URLs in the manual to use https
2024-02-28  Jonathan Wakelylibstdc++: Update outdated docs on contributing
2024-02-28  Richard Bienertree-optimization/113831 - revert original fix
2024-02-28  Richard Bienertree-optimization/114121 - wrong VN with context sensit...
2024-02-28  Jonathan Wakelylibstdc++: Add more nodiscard uses in <vector>
2024-02-28  Jonathan Wakelylibstdc++: Consistently use noexcept, constexpr, nodisc...
2024-02-28  Jonathan Wakelylibstdc++: Test error handling in std::print
2024-02-28  Jonathan Wakelylibstdc++: Fix std::print for Cygwin
2024-02-28  Jonathan Wakelylibstdc++: Include <bits/stl_iterator.h> in <bits/alloc...
2024-02-28  Jonathan Wakelylibstdc++: Add more [[nodiscard]] to <stacktrace>
2024-02-28  Jakub Jelinektestsuite: XFAIL ssa-sink-18.c also on powerpc64 [PR111462]
2024-02-28  Rainer Orthtestsuite: Fix gcc.dg/tree-ssa/builtin-snprintf-6.c...
2024-02-28  Jakub Jelinektestsuite: Add testcase for recently fixed PR [PR114075]
2024-02-28  Juergen ChristOnly emulate integral vectors.
2024-02-28  Jakub Jelinekgraphite: Fix non-INTEGER_TYPE integral comparison...
2024-02-28  Jakub Jelinekgimple-fold: Use bitwise vector types rather than barel...
2024-02-28  Jakub Jelinektestsuite: Add c23-stdarg-4.c test variant where all...
2024-02-28  Nathaniel Sheadc++: Revert deferring emission of inline variables...
2024-02-28  GCC AdministratorDaily bump.
2024-02-27  David Malcolmanalyzer: use correct format code for string literal...
2024-02-27  Uros Bizjaki386: psrlq is not used for PERM<a,{0},1,2,3,4> [PR113871]
2024-02-27  Eric BotcazouFix internal error on non-byte-aligned reference in...
2024-02-27  Tobias BurnusOpenACC: Add Fortran routines acc_{alloc,free,hostptr...
2024-02-27  David Malcolmanalyzer: fix ICE on floating-point bounds [PR111881]
2024-02-27  Richard Earnshawarm: warn about deprecation of iwmmx in mmintrin.h
2024-02-27  Richard Bienertree-optimization/114074 - CHREC multiplication and...
2024-02-27  Jakub Jelinekexpand: Add trivial folding for bit query builtins...
2024-02-27  Richard Bienertree-optimization/114081 - dominator update for prologu...
2024-02-27  Rainer Orthtestsuite: Fix gcc.dg/attr-weakref-1.c on Solaris/x86...
2024-02-27  GCC AdministratorDaily bump.
2024-02-26  Georg-Johann LayAVR: Tag optimization options as "Optimization".
2024-02-26  Georg-Johann LayAVR: Dead code removal.
2024-02-26  Harald AnlaufFortran: do not evaluate polymorphic functions twice...
2024-02-26  Jakub Jelinekvarasm: Handle private COMDAT function symbol reference...
2024-02-26  Jakub Jelinekc: Improve some diagnostics for __builtin_stdc_bit_...
2024-02-26  Joseph MyersUpdate gcc sv.po, zh_CN.po
2024-02-26  Richard Bienertree-optimization/114099 - virtual LC PHIs and early...
2024-02-26  Richard Bienertree-optimization/114068 - missed virtual LC PHI after...
2024-02-26  Juergen ChristAdd myself to write after approval and DCO.
2024-02-26  Eric BotcazouFinalization of object allocated by anonymous access...
2024-02-26  H.J. Lux86: Check interrupt instead of noreturn attribute
2024-02-26  Jakub Jelineki386: Enable _BitInt support on ia32
2024-02-26  Rainer Orthtestsuite: xfail gcc.c-torture/compile/pr61159.c on...
2024-02-26  Jakub Jelinekmatch.pd: Guard 2 simplifications on integral TYPE_OVER...
2024-02-26  Jakub Jelinekfold-const: Avoid infinite recursion in +-*&|^minmax...
2024-02-26  Richard Bienermiddle-end/114070 - folding breaking VEC_COND expansion
2024-02-26  Jakub Jelineki386: Fix up x86_function_profiler -masm=intel support...
2024-02-26  H.J. Lux86: Properly implement AMX-TILE load/store intrinsics
2024-02-26  GCC AdministratorDaily bump.
2024-02-25  Iain BuclawMerge dmd, druntime ceff48bf7d, phobos dcbfbd43a
2024-02-25  Jerry DeLislelibgfortran: Propagate user defined iostat and iomsg.
2024-02-25  Gaius MulleyPR modula2/113749 m2 enabled build times out on i686...
2024-02-25  GCC AdministratorDaily bump.
2024-02-24  Richard Sandifordvect: Tighten check for impossible SLP layouts [PR113205]
2024-02-24  Jakub JelinekUse HOST_WIDE_INT_{C,UC,0,0U,1,1U} macros some more
2024-02-24  Jakub Jelinekbitint: Handle VIEW_CONVERT_EXPRs between large/huge...
2024-02-24  Richard SandifordRestrict gcc.dg/rtl/aarch64/pr113295-1.c to aarch64
2024-02-24  GCC AdministratorDaily bump.
2024-02-23  Steve KarglFortran: ALLOCATE statement, SOURCE/MOLD expressions...
2024-02-23  Robin DappRISC-V: Fix vec_init for simple sequences [PR114028].
2024-02-23  Jakub Jelinekc++: Fix ICE due to folding a call to constructor on...
2024-02-23  Richard Sandifordaarch64: Spread out FPR usage between RA regions [PR113613]
2024-02-23  Richard Sandifordaarch64: Tighten early-ra chain test for wide registers...
next