]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-03-18  Jan HubickaAdd missing config/i386/zn4zn5.md file
2024-03-18  Jan HubickaAdd AMD znver5 processor enablement with scheduler...
2024-03-18  Georg-Johann Layavr.md - Tweak xor insn constraints.
2024-03-18  Torbjörn SVENSSONtestsuite: Define _POSIX_C_SOURCE for test
2024-03-18  liuhongtAdd missing <any_logic>hf/bf patterns.
2024-03-18  John David... hppa: Improve handling of REG+D addresses when generati...
2024-03-18  GCC AdministratorDaily bump.
2024-03-17  Harald AnlaufFortran: fix for absent array argument passed to option...
2024-03-17  John David... hppa: Fix complaint about non-delegitimized UNSPEC...
2024-03-17  François Dumontlibstdc++: Implement N3644 on _Safe_iterator<> [PR114316]
2024-03-17  Gaius MulleyPR modula2/114296 ICE when attempting to create a const...
2024-03-17  Iain Buclawd: Merge upstream dmd, druntime 855353a1d9
2024-03-17  GCC AdministratorDaily bump.
2024-03-16  Jakub Jelineki386: Fix setup of incoming varargs for (...) functions...
2024-03-16  Jakub Jelinekbitint: Fix up stores to large/huge _BitInt bitfields...
2024-03-16  Nathaniel Sheadc++: Check module attachment instead of just purview...
2024-03-16  Francois-Xavier... libcc1: fix <vector> include
2024-03-16  GCC AdministratorDaily bump.
2024-03-15  Jakub Jelineklibgcc: Fix quotient and/or remainder negation in __div...
2024-03-15  Jakub Jelinektestsuite: Fix pr113431.c FAIL on sparc* [PR113431]
2024-03-15  YunQiang SuRegenerate opt.urls
2024-03-15  Jakub Jelineklower-subreg, edit-context: Fix comment typos
2024-03-15  Jakub Jelineki386: Fix a pasto in ix86_expand_int_sse_cmp [PR114339]
2024-03-15  Joe Ramsaymatch.pd: Only merge truncation with conversion for...
2024-03-15  Jakub Jelinekexpand: EXTEND_BITINT CALL_EXPR results [PR114332]
2024-03-15  Jakub Jelinektestsuite: Fix up pr104601.C for recent libstdc++ changes
2024-03-15  Jakub Jelinekbitint: Fix up adjustment of large/huge _BitInt argumen...
2024-03-15  Paul ThomasFortran: Fix class/derived/complex function associate...
2024-03-15  YunQiang SuMIPS: Add -m(no-)strict-align option
2024-03-15  Tejas Belagodvect: Call vect_convert_output with the right vecitype...
2024-03-15  Chenghui PanLoongArch: Remove masking process for operand 3 of...
2024-03-15  GCC AdministratorDaily bump.
2024-03-14  Jason Merrilltree-core: clarify clobber comments
2024-03-14  Gaius MulleyPR modula2/114294 expression causes ICE
2024-03-14  John David... hppa: Fix REG+D address support before reload
2024-03-14  David Faustbpf: define INT8_TYPE as signed char
2024-03-14  Max Filippovgcc: xtensa: reorder movsi_internal patterns for better...
2024-03-14  Jonathan Wakelylibstdc++: Fix std::format("{}", negative_integer)...
2024-03-14  Jonathan Wakelylibstdc++: Add nodiscard in <algorithm>
2024-03-14  Jakub Jelinekgcn: Fix a comment typo
2024-03-14  Jakub Jelinekicf: Reset SSA_NAME_{PTR,RANGE}_INFO in successfully...
2024-03-14  Gaius MulleyPR modula2/114333 set type comparison against cardinal...
2024-03-14  Xi RuoyaoLoongArch: Remove unused and incorrect "sge<u>_<X:mode...
2024-03-14  xndcnlibstdc++: Add missing clear_padding in __atomic_float...
2024-03-14  Thomas SchwingeOpenACC 2.7: front-end support for readonly modifier...
2024-03-14  Thomas SchwingeMinor fixes for OpenACC/Fortran 'self' clause for compu...
2024-03-14  Thomas SchwingeFix 'char' initialization, copy, check in 'libgomp...
2024-03-14  Jakub Jelinekaarch64: Fix TImode __sync_*_compare_and_exchange expan...
2024-03-14  Juergen Christs390: fix htm-builtins test cases
2024-03-14  Jonathan Wakelylibstdc++: Correct notes about std::call_once in manual...
2024-03-14  Jonathan Wakelylibstdc++: Update C++23 status in the manual
2024-03-14  Lewis Hyattlibcpp: Fix macro expansion for argument of __has_inclu...
2024-03-14  Lewis Hyattlibcpp: Fix __has_include_next ICE in the last director...
2024-03-14  Gaius MulleyPR modula2/114333 set type comparison against a cardina...
2024-03-14  Chung-Lin TangOpenACC 2.7: front-end support for readonly modifier
2024-03-14  Andreas KrebbelIBM Z: Fix -munaligned-symbols
2024-03-14  Jakub Jelinekgimple-iterator: Some gsi_safe_insert_*before fixes
2024-03-14  liuhongti386[stv]: Handle REG_EH_REGION note
2024-03-14  GCC AdministratorDaily bump.
2024-03-13  Jonathan Wakelylibstdc++: Move test error_category to global scope
2024-03-13  Jonathan Wakelylibstdc++: Improve documentation on debugging with...
2024-03-13  Jonathan Wakelylibstdc++: Document that _GLIBCXX_CONCEPT_CHECKS might...
2024-03-13  Harald AnlaufFortran: fix IS_CONTIGUOUS for polymorphic dummy argume...
2024-03-13  Jakub Jelinekstore-merging: Match bswap64 on 32-bit targets with...
2024-03-13  Torbjörn SVENSSONtestsuite: target test for short_enums
2024-03-13  Stefan Schulze... s390: Fix TARGET_SECONDARY_RELOAD for non-SYMBOL_REFs
2024-03-13  Stefan Schulze... s390: Fix tests rosbg_si_srl and rxsbg_si_srl
2024-03-13  Stefan Schulze... s390: Streamline vector builtins with LLVM
2024-03-13  Stefan Schulze... s390: Deprecate some vector builtins
2024-03-13  Jakub Jelinekbitint: Fix up lowering of bitfield loads/stores [PR114313]
2024-03-13  Tobias BurnusOpenMP/Fortran: Fix defaultmap(none) issue with dummy...
2024-03-13  Jakub Jelinekasan: Fix ICE during instrumentation of returns_twice...
2024-03-13  Jakub Jelinekgimple-iterator, ubsan: Fix ICE during instrumentation...
2024-03-13  GCC AdministratorDaily bump.
2024-03-12  Harald AnlaufFortran: handle procedure pointer component in DT array...
2024-03-12  Tobias Burnuslibgomp/libgomp.texi: Fix @node order in @menu
2024-03-12  Richard Bienertree-optimization/114121 - chrec_fold_{plus,multiply...
2024-03-12  Nathaniel Sheadc++: Support target-specific nodes when streaming modul...
2024-03-12  Jakub Jelinekasan: Instrument <retval> stores in callees rather...
2024-03-12  Jakub Jelinekstrlen: Fix another spot that can create invalid ranges...
2024-03-12  Pan LiRISC-V: Fix some code style issue(s) in riscv-c.cc...
2024-03-12  Richard Bienertree-optimization/114297 - SLP reduction with early...
2024-03-12  Andrew PinskiReject -fno-multiflags [PR114314]
2024-03-12  GCC AdministratorDaily bump.
2024-03-11  Jerry DeLislelibgfortran: [PR114304] Revert portion of PR105347...
2024-03-11  Joseph MyersUpdate gcc sv.po
2024-03-11  Richard Earnshawgomp: testsuite: improve compatibility of bad-array...
2024-03-11  Gaius MulleyPR modula2/114295 Incorrect location if compiling imple...
2024-03-11  Rainer Orthtestsuite: vect: Require vect_hw_misalign in gcc.dg...
2024-03-11  Rainer Orthtestsuite: vect: Require vect_perm in several tests...
2024-03-11  Szabolcs Nagyaarch64,arm: Move branch-protection data to targets
2024-03-11  Richard Bienermiddle-end/114299 - missing error recovery from gimplif...
2024-03-11  Jakub Jelinekbitint: Avoid rewriting large/huge _BitInt vars into...
2024-03-11  Eric BotcazouFix placement of recently implemented DIE
2024-03-11  Andrew PinskiFold: Fix up merge_truthop_with_opposite_arm for NaNs...
2024-03-11  GCC AdministratorDaily bump.
2024-03-10  Iain Buclawd: Fix -fpreview=in ICEs with forward referenced parame...
2024-03-10  jlaw[committed] [PR tree-optimization/110199] Simplify...
2024-03-10  Pan LiVECT: Fix ICE for vectorizable LD/ST when both len...
2024-03-10  jlawRevert "[committed] Adjust expectations for pr59533...
next