]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2025-03-24  Haochen JiangRevert "AVX10.2 ymm rounding: Support vgetexpp{s,d...
2025-03-24  Haochen JiangRevert "AVX10.2 ymm rounding: Support v{max,min}p{s...
2025-03-24  Haochen JiangRevert "AVX10.2 ymm rounding: Support vmulp{s,d,h}...
2025-03-24  Haochen JiangRevert "AVX10.2 ymm rounding: Support vreducep{s,d...
2025-03-24  Haochen JiangRevert "AVX10.2 ymm rounding: Support vscalefp{s,d...
2025-03-24  Haochen JiangRevert "AVX10.2 ymm rounding: Support vsqrtp{s,d,h...
2025-03-24  Haochen Jiangi386: Remove 256 bit rounding for AVX10.2 saturation...
2025-03-24  Haochen Jiangi386: Remove 256 bit rounding for AVX10.2 minmax and...
2025-03-24  GCC AdministratorDaily bump.
2025-03-23  Iain Sandoetoplevel, Makefile: Add missing CXX_FOR_TARGET export...
2025-03-23  James K. LowdenMAINTAINERS: Add myself
2025-03-23  Nathaniel Sheadc++/modules: Fix explicit instantiations and gnu_inline...
2025-03-23  Sandra LoosemoreDoc: Rearrange remaining top-level sections in extend...
2025-03-23  Sandra LoosemoreDoc: Add "Syntax Extensions" and "Semantic Extensions...
2025-03-23  Sandra LoosemoreDoc: Add "Aggregate Types" sectioning to extend.texi...
2025-03-23  Sandra LoosemoreDoc: Add "Additional Numeric Types" sectioning to exten...
2025-03-23  Iain Buclawd: Fix ICE type variant differs by TYPE_PACKED [PR117621]
2025-03-23  Georg-Johann LayAVR: Add AVR-SD devices.
2025-03-23  Georg-Johann LayAVR: Clarify some optimization options.
2025-03-23  Bob Dubnercobol: Make CXXFLAGS_FOR_TARGET available to the libgco...
2025-03-23  GCC AdministratorDaily bump.
2025-03-22  Georg-Johann LayAVR: Use "avr-peep2-after-fuse-move" for the 2nd run...
2025-03-22  Hans-Peter... libgfortran/intrinsics: Fix build for targets with...
2025-03-22  Georg-Johann Layavr.opt.urls += -muse-nonzero-bits
2025-03-22  Georg-Johann LayAVR: target/119421 Better optimize some bit operations.
2025-03-22  Georg-Johann LayAVR: libgcc: Properly exclude object files for AVRrc.
2025-03-22  Georg-Johann LayAVR: Add attribute "used" for code in .initN and .initN...
2025-03-22  Patrick Palkac++: structural equality and partially inst typedef...
2025-03-22  Iain SandoeDarwin: We do not need libdl, it is provided in libSystem.
2025-03-22  Iain Buclawd: Bump front-end language version to v2.111.0-rc.1.
2025-03-22  Iain Buclawd: Improve UFCS/property error message
2025-03-22  Iain Buclawd: Add C++23 to CppStdRevision enum
2025-03-22  Iain Buclawd: Indexing a cast(AA) yields no lvalue anymore
2025-03-22  Iain Buclawlibphobos: Add module declaration to rt.invariant
2025-03-22  Iain Buclawlibphobos: Fix IEEE typo in std.numeric link
2025-03-22  GCC AdministratorDaily bump.
2025-03-22  Jakub JelinekFix up some further cases of missing or extraneous...
2025-03-21  Iain Sandoecobol, libgcobol: Currently libgcobol depends on libstdc++.
2025-03-21  Iain Sandoecobol, driver: Handle targets without HAVE_LD_STATIC_DY...
2025-03-21  Tobias Burnuslibgomp.fortran/get-mapped-ptr-1.f90: Use -6 for non...
2025-03-21  Joseph MyersUpdate gcc de.po, fr.po
2025-03-21  Tobias Burnuslibgomp/plugin: Add initial interop support to nvptx...
2025-03-21  Jakub Jelineklra, v2: emit caller-save register spills before call...
2025-03-21  Patrick Palkac++: add fixed test [PR119378]
2025-03-21  Paul-Antoine... OpenMP: 'interop' construct - add ME support + target...
2025-03-21  Jerry DeLisleFortran: Fix typo in error message.
2025-03-21  Jerry DeLisleFortran: Fix typo in error message.
2025-03-21  Jason Merrillipa: target clone and mangling alias [PR114992]
2025-03-21  Paul ThomasFortran: Implement the F2018 reduce intrinsic [PR85836]
2025-03-21  Richard Earnshawarm: testsuite: make unaligned-memcpy-*.c executable...
2025-03-21  Richard Earnshawarm: testsuite: memcpy-aligned requires unaligned accesses
2025-03-21  Jason Merrillc++: fix return type of __cxa_bad_array_new_length
2025-03-21  Thomas SchwingeC++: Adjust implicit '__cxa_bad_cast' prototype to...
2025-03-21  Thomas SchwingeAdd 'g++.target/nvptx/alias-g++.dg_init_dtor2-2.C'
2025-03-21  Thomas SchwingeAdd 'gcc.target/nvptx/alias-unsupported-1.c'
2025-03-21  Tobias Burnustestsuite/lib/libgomp.exp: compile with -fdiagnostics...
2025-03-21  Andre VehreschildFortran: Fix freeing procedure pointer components ...
2025-03-21  Arthur Cohengccrs: nr2.0: late: Better format PathInExpression...
2025-03-21  Arthur Cohengccrs: derive(Clone): Add lang item typepaths failure...
2025-03-21  Arthur Cohengccrs: derive(Clone): Implement derive clone for enum...
2025-03-21  Arthur Cohengccrs: derive(Clone): Implement clone for enum tuple...
2025-03-21  Arthur Cohengccrs: ast-builder: Add new methods for building structs
2025-03-21  Arthur Cohengccrs: derive(Clone): Add deriving of simple enum variants
2025-03-21  Arthur Cohengccrs: derive(Clone): Improve existing testcase
2025-03-21  Arthur Cohengccrs: derive(Clone): Add note about Clone::clone()
2025-03-21  Arthur Cohengccrs: derive(Clone): Use lang item for PhantomData...
2025-03-21  Arthur Cohengccrs: ast-builder: Add new methods around type paths.
2025-03-21  Arthur Cohengccrs: derive(Copy): Use copy lang item when deriving...
2025-03-21  Arthur Cohengccrs: derive(Clone): Mark PhantomData as a lang item
2025-03-21  Arthur Cohengccrs: derive(Clone): Manually generate AssertParamIsCo...
2025-03-21  Arthur Cohengccrs: builder: Allow generating struct statements
2025-03-21  Arthur Cohengccrs: lang-items: Mark Clone trait as a lang item...
2025-03-21  Arthur Cohengccrs: ast-collector: Fix tuple struct pattern collection
2025-03-21  Arthur Cohengccrs: ast-collector: Adapt to lang item type path...
2025-03-21  Arthur Cohengccrs: mappings: Add get_lang_item_node
2025-03-21  Arthur Cohengccrs: lang-item: Add LangItem::PrettyString
2025-03-21  Arthur Cohengccrs: lang-items: Collect struct lang items.
2025-03-21  Arthur Cohengccrs: lower: Properly lower non-generic lang item...
2025-03-21  Arthur Cohengccrs: tychk: resolve lang item type paths properly
2025-03-21  Arthur Cohengccrs: ast: Refactor how lang item paths are handled.
2025-03-21  Arthur Cohengccrs: collect-lang-items: Display attribute upon error...
2025-03-21  Arthur Cohengccrs: attributes: Add #[derive] as a built-in attribute
2025-03-21  Arthur Cohengccrs: ast: Fix warning about copy elision for moved...
2025-03-21  Owen Averygccrs: Remove dead code related to external functions
2025-03-21  Owen Averygccrs: nr2.0: Early resolve pending eager macro invocations
2025-03-21  Philip Herrongccrs: Add missing name resolution to static items...
2025-03-21  CohenArthurgccrs: Revert "gcc/rust/ChangeLog:"
2025-03-21  Arthur Cohengccrs: Fix scan-gimple testcases on LE platforms.
2025-03-21  Arthur Cohengccrs: testsuite: Fix missing handling of little endian.
2025-03-21  Owen Averygccrs: Add ForeverStackStore
2025-03-21  Om Swaroop... gccrs: gcc/rust/ChangeLog:
2025-03-21  Philip Herrongccrs: improve mutability checks
2025-03-21  Owen Averygccrs: Visit the trait paths of trait implementations
2025-03-21  liushuyugccrs: add two more tests to test try-catch (unwind...
2025-03-21  liushuyugccrs: rust/intrinsic: add new "catch_unwind" variant...
2025-03-21  liushuyugccrs: rust/intrinsic: add try intrinsic and panic...
2025-03-21  Philip Herrongccrs: match arms are a LUB
2025-03-21  Nobelgccrs: Allow float type to be casted as integer type
2025-03-21  Philip Herrongccrs: cleanup our enum type layout to be closer to...
2025-03-21  Owen Averygccrs: nr2.0: Resolve Self inside impl blocks
next