]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2023-08-09  Andrew PinskiMATCH: [PR110937/PR100798] (a ? ~b : b) should be optim...
2023-08-09  Uros Bizjaki386: Add missing dot to -mpartial-vector-fp-math descr...
2023-08-09  Richard Ballaarch64: Add support for Cortex-A520 CPU
2023-08-09  Carl Lovers6000: Fix __builtin_altivec_vcmpne{b,h,w} implementation
2023-08-09  Jonathan Wakelylibstdc++: Fix constexpr functions to conform to older...
2023-08-09  Jonathan Wakelylibstdc++: Fix a -Wsign-compare warning in std::list
2023-08-09  Jonathan Wakelylibstdc++: Suppress clang -Wc99-extensions warnings...
2023-08-09  Jonathan Wakelylibstdc++: Fix some -Wmismatched-tags warnings
2023-08-09  Jonathan Wakelylibstdc++: Fix some -Wunused-parameter warnings
2023-08-09  Jonathan Wakelylibstdc++: Explicitly default some copy ctors and assig...
2023-08-09  Jonathan Wakelylibstdc++: Minor fixes for some warnings in <format>
2023-08-09  Juzhe-ZhongRISC-V: Support NPATTERNS = 1 stepped vector[PR110950]
2023-08-09  Paul ThomasFortran: Allow pure final procs contained in pure proc...
2023-08-09  Gaius MulleyPR modula2/110779: libgm2 fix solaris bootstrap check...
2023-08-09  liuhongtRename local variable subleaf_level to max_subleaf_level.
2023-08-09  Richard Bienerrtl-optimization/110587 - speedup find_hard_regno_for_1
2023-08-09  Kewen Linrs6000: Teach legitimate_address_p about LEN_{LOAD...
2023-08-09  Kewen Linivopts: Call valid_mem_ref_p with ifn [PR110248]
2023-08-09  Kewen Lintarghooks: Extend legitimate_address_p with code_helper...
2023-08-09  liuhongtWorkaround possible CPUID bug in Sandy Bridge.
2023-08-09  GCC AdministratorDaily bump.
2023-08-08  Jeff Law[committed] [RISC-V] Fix bug in condition canonicalizat...
2023-08-08  Marek Polacekc++: parser cleanup, remove dummy arguments
2023-08-08  Nathaniel Sheadc++: Report invalid id-expression in decltype [PR100482]
2023-08-08  Cupertino Mirandabpf: Fixed GC mistakes in BPF builtins code.
2023-08-08  Uros Bizjaki386: Do not sanitize upper part of V2SFmode reg with...
2023-08-08  Andrew PinskiVR-VALUES [PR28794]: optimize compare assignments also
2023-08-08  Pan LiRISC-V: Enhance the test case for RVV vfsub/vfrsub...
2023-08-08  Andrzej Turkogenmatch: Log line numbers indirectly
2023-08-08  Andrzej Turkogenmatch: Reduce variability of generated code
2023-08-08  Andrzej TurkoSupport get_or_insert in ordered_hash_map
2023-08-08  Juzhe-ZhongRISC-V: Support CALL conditional autovec patterns
2023-08-08  Richard Bienertree-optimization/49955 - BB reduction with odd number...
2023-08-08  Ju-Zhe ZhongVECT: Support CALL vectorization for COND_LEN_*
2023-08-08  Richard Bienertree-optimization/110924 - fix vop liveness for noretur...
2023-08-08  yulongRISC-V: Fix a bug that causes an error insn.
2023-08-08  Stefan Schulze... rtl-optimization/110869 Fix tests cmp-mem-const-*.c...
2023-08-08  Juzhe-ZhongRISC-V: Support neg VLS auto-vectorization
2023-08-08  Juzhe-ZhongRISC-V: Support VLS shift vectorization
2023-08-08  GCC AdministratorDaily bump.
2023-08-07  Juzhe-ZhongRISC-V: Support VLS basic operation auto-vectorization
2023-08-07  Jonathan Wakelylibstdc++: Fix incorrect use of abs and log10 in std...
2023-08-07  Jonathan Wakelylibstdc++: Constrain __format::_Iter_sink for contiguou...
2023-08-07  Jonathan Wakelyi386: Fix grammar typo in diagnostic
2023-08-07  Jonathan Wakelylibstdc++: Fix past-the-end increment in std::format...
2023-08-07  Indu Bhagattoplevel: Makefile.def: add install-strip dependency...
2023-08-07  Indu Bhagatbfd: linker: merge .sframe sections
2023-08-07  Nick Alcocklibtool.m4: augment symcode for Solaris 11
2023-08-07  H.J. LuPKG_CHECK_MODULES: Properly check if $pkg_cv_[]$1[...
2023-08-07  H.J. LuPKG_CHECK_MODULES: Check if $pkg_cv_[]$1[]_LIBS works
2023-08-07  John EricsonDeprecate a.out support for NetBSD targets.
2023-08-07  Alan ModraPR27116, Spelling errors found by Debian style checker
2023-08-07  Alan Modraegrep in binutils
2023-08-07  Alexander von... Add support for the haiku operating system
2023-08-07  Nick Alcocklibtool.m4: fix the NM="/nm/over/here -B/option/with...
2023-08-07  Nick Alcocklibtool.m4: fix nm BSD flag detection
2023-08-07  Arsen Arsenovićconfigure: reinstate 32b PA-RISC HP-UX target in toplevel
2023-08-07  Simon MarchiPass PKG_CONFIG_PATH down from top-level Makefile
2023-08-07  Luis MachadoDisable year 2038 support on 32-bit hosts by default
2023-08-07  Vladimir Mezentsevgprofng: a new GNU profiler
2023-08-07  Martin Liskaadd --enable-default-compressed-debug-sections-algorith...
2023-08-07  Christophe... configure: require libzstd >= 1.4.0
2023-08-07  Fangrui Songbinutils, gdb: support zstd compressed debug sections
2023-08-07  Arsen Arsenovićtoplevel: Recover tilegx/tilepro targets
2023-08-07  H.J. LuGCC: Check if AR works with --plugin and rc
2023-08-07  H.J. LuSync with binutils: GCC: Pass --plugin to AR and RANLIB
2023-08-07  Alan Modragcc-4.5 build fixes
2023-08-07  Alan ModraPR29961, plugin-api.h: "Could not detect architecture...
2023-08-07  Arsen Arsenovićtoplevel: Substitute GDCFLAGS instead of using CFLAGS
2023-08-07  Jeff Law[committed][RISC-V]Don't reject constants in cmov condition
2023-08-07  Manolis Tsamiscprop_hardreg: Allow propagation of stack pointer in...
2023-08-07  David FaustMAINTAINERS: Add myself as a BPF port reviewer
2023-08-07  Martin Jamboripa-sra: Don't consider CLOBBERS as writes preventing...
2023-08-07  Raphael Zinsly[committed] [RISC-V] Handle more cases in riscv_expand_...
2023-08-07  Andrew PinskiMATCH: [PR109959] `(uns <= 1) & uns` could be optimized...
2023-08-07  Richard BienerUse RPO order for sinking
2023-08-07  liuhongtFix ICE in rtl check when bootstrap.
2023-08-07  Richard BienerImprove -fopt-info-vec for basic-block vectorization
2023-08-07  liuhongti386: Clear upper bits of XMM register for V4HFmode...
2023-08-07  Sheri Bernsteinada: Refactor multiple returns
2023-08-07  Piotr Trojanekada: Extend precondition of Interfaces.C.String.Value...
2023-08-07  Yannick Moyada: Crash in GNATprove due to wrong detection of inlining
2023-08-07  Javier Mirandaada: Spurious error on class-wide preconditions
2023-08-07  Juzhe-Zhongtree-optimization/110897 - Fix missed vectorization...
2023-08-07  Jan Beulichx86: drop redundant "prefix_data16" attributes
2023-08-07  Jan Beulichx86: correct "length_immediate" in a few cases
2023-08-07  Jan Beulichx86: add missing "prefix" attribute to VF{,C}MULC
2023-08-07  Jan Beulichx86: add (adjust) XOP insn attributes
2023-08-07  Jan Beulichx86: drop stray "prefix_extra"
2023-08-07  Jan Beulichx86: replace/correct bogus "prefix_extra"
2023-08-07  Jan Beulichx86: "prefix_extra" can't really be "2"
2023-08-07  Jan Beulichx86: "ssemuladd" adjustments
2023-08-07  Jan Beulichx86: "sse4arg" adjustments
2023-08-07  Jan Beulichx86: "prefix_extra" tidying
2023-08-07  Rainer Orthlibsanitizer: Fix SPARC stacktraces
2023-08-07  Jan HubickaFix profile update after versioning ifconverted loop
2023-08-07  Andrew PinskiMATCH: Extend min_value/max_value to pointer types
2023-08-07  GCC AdministratorDaily bump.
2023-08-06  Roger Sayle[Committed] Avoid FAIL of gcc.target/i386/pr110792.c
2023-08-06  Jan HubickaAdd builtin_expect to predict that CPU supports cpuid...
next