]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2021-11-30  Kewen Linrs6000: Modify the way for extra penalized cost
2021-11-30  Kewen Linvisium: Revert commit r12-5332
2021-11-30  Andrew MacLeodDon't reuse reference after potential resize.
2021-11-30  GCC AdministratorDaily bump.
2021-11-29  David Malcolmanalyzer: further false leak fixes due to overzealous...
2021-11-29  Uros Bizjaki386: Fix and improve movhi_internal and movhf_internal...
2021-11-29  Martin SeborPrune out valid -Winfinite-recursion [PR103469].
2021-11-29  Eric GallagerFix autoconf regeneration slip-up.
2021-11-29  Eric GallagerMake etags path used by build system configurable
2021-11-29  Paul A. Clarkers6000: Add Power10 optimization for most _mm_movemask*
2021-11-29  Richard BienerFix RTL FE issue with premature return
2021-11-29  Patrick Palkac++: redundant explicit 'this' capture before C++20...
2021-11-29  Roger Saylex86_64: Improved V1TImode rotations by non-constant...
2021-11-29  Richard BienerRemove unreachable gcc_unreachable () at the end of...
2021-11-29  Richard BienerRemove unreachable returns
2021-11-29  liuhongtOptimize _Float16 usage for non AVX512FP16.
2021-11-29  liuhongtFix regression introduced by r12-5536.
2021-11-29  Richard Bienertree-optimization/103458 - avoid creating new loops...
2021-11-29  Richard BienerRestore can_be_invalidated_p semantics to before refact...
2021-11-29  Rasmus Villemoeslibgcc: remove crt{begin,end}.o from powerpc-wrs-vxwork...
2021-11-29  Kewen Linrs6000/test: Add emulated gather test case
2021-11-29  Andrew PinskiFix PR 19089: Environment variable TMP may yield gcc...
2021-11-29  GCC AdministratorDaily bump.
2021-11-28  Andrew PinskiFix PR 62157: disclean in libsanitizer not working
2021-11-28  Jan HubickaCompare guessed and feedback frequencies during profile...
2021-11-28  Jan HubickaImprove -fprofile-report
2021-11-28  Jakub Jelineklibstdc++: Implement std::byteswap for C++23
2021-11-28  Martin Liskad: fix thinko in optimize attr parsing
2021-11-28  GCC AdministratorDaily bump.
2021-11-27  John David... Fix typo in t-dimode
2021-11-27  Petter Tomnerjit: Change printf specifiers for size_t to %zu
2021-11-27  Jakub Jelinekx86: Fix up x86_{,64_}sh{l,r}d patterns [PR103431]
2021-11-27  Jakub Jelinekbswap: Fix UB in find_bswap_or_nop_finalize [PR103435]
2021-11-27  Roger Sayle[Committed] Fix new ivopts-[89].c test cases for -m32.
2021-11-27  GCC AdministratorDaily bump.
2021-11-27  Martin Jamboripa: Fix CFG fix-up in IPA-CP transform phase (PR 103441)
2021-11-26  Jonathan Wakelylibstdc++: Fix test that fails in C++20 mode
2021-11-26  Jonathan Wakelylibstdc++: Fix trivial relocation for constexpr std...
2021-11-26  Jonathan Wakelylibstdc++: Remove workaround for FE bug in std::tuple...
2021-11-26  Harald AnlaufFortran: improve check of arguments to the RESHAPE...
2021-11-26  Iain Sandoelibitm: Fix bootstrap for targets without HAVE_ELF_STYL...
2021-11-26  Siddhesh Poyarekartree-object-size: Abstract object_sizes array
2021-11-26  Siddhesh Poyarekartree-object-size: Replace magic numbers with enums
2021-11-26  Roger Sayleivopts: Improve code generated for very simple loops.
2021-11-26  Jonathan Wakelylibstdc++: Ensure dg-add-options comes after dg-options
2021-11-26  Jonathan Wakelylibstdc++: Fix dg-do directive for tests supposed to...
2021-11-26  Jonathan Wakelylibstdc++: Remove redundant xfail selectors in dg-do...
2021-11-26  Martin Liskad: fix ASAN in option processing
2021-11-26  Jan HubickaMinor ipa-modref tweaks
2021-11-26  Jan HubickaFix failure in inlline-9.c testcase
2021-11-26  Jonathan Wakelylibstdc++: Move std::to_address tests to more appropria...
2021-11-26  Jan HubickaFix handling of in_flags in update_escape_summary_1
2021-11-26  Jakub Jelinekc++: Fix up taking address of an immediate function...
2021-11-26  konglin1i386: vcvtph2ps and vcvtps2ph should be used to convert...
2021-11-26  liuhongtFix typo in r12-5486.
2021-11-26  GCC AdministratorDaily bump.
2021-11-25  Jonathan Wakelylibstdc++: Remove dg-error that no longer happens
2021-11-25  Jonathan Wakelylibstdc++: Make std::pointer_traits SFINAE-friendly...
2021-11-25  Jan HubickaRemove forgotten early return in ipa_value_range_from_jfunc
2021-11-25  Jonathan Wakelylibstdc++: Do not use memset in constexpr calls to...
2021-11-25  Roger SaylePR middle-end/103406: Check for Inf before simplifying...
2021-11-25  Florian Weimerlibgcc: Split FDE search code from PT_GNU_EH_FRAME...
2021-11-25  Martin Jamboripa: Teach IPA-CP transformation about IPA-SRA modifica...
2021-11-25  Aldy Hernandezpath solver: Revert computation of ranges in gimple...
2021-11-25  Andrew Stubbsamdgcn: Fix ICE generating CFI [PR103396]
2021-11-25  Andrew MacLeodAdd the testcase for this PR to the testsuite.
2021-11-25  Jan HubickaInitialize node_is_self_scc in ipa_node_params::ipa_nod...
2021-11-25  Andrew MacLeodCheck for equivalences between PHI argument and def.
2021-11-25  Jan HubickaDo not check gimple_static_cahin in ref_maybe_used_by_c...
2021-11-25  Richard BienerRemove dead code and function
2021-11-25  Richard BienerContinue RTL verifying in rtl_verify_fallthru
2021-11-25  Richard BienerRemove never looping loop in label_rtx_for_bb
2021-11-25  Richard BienerIntroduce REG_SET_EMPTY_P
2021-11-25  Martin Liskadocs: Add missing @option keyword.
2021-11-25  Aldy Hernandezpath solver: Move boolean import code to compute_imports.
2021-11-25  Aldy Hernandezpath solver: Compute ranges in path in gimple order.
2021-11-25  Jakub Jelinekmatch.pd: Fix up the recent bitmask_inv_cst_vector_p...
2021-11-25  Jakub Jelinekbswap: Improve perform_symbolic_merge [PR103376]
2021-11-25  Jakub Jelinekc++: Return early in apply_late_template_attributes...
2021-11-25  Jakub Jelinekc++: Implement C++23 P2128R6 - Multidimensional subscri...
2021-11-25  H.J. Lupr103194-5.c: Replace long with int64_t
2021-11-25  GCC AdministratorDaily bump.
2021-11-24  Jan HubickaFix handling of static chain in ipa_merge_modref_summar...
2021-11-24  Thomas SchwingeReduce scope of a few 'class loop *loop' variables
2021-11-24  Andrew MacLeodDirectly resolve range_of_stmt dependencies.
2021-11-24  Andrew MacLeodSplit return functionality of get_non_stale_global_range.
2021-11-24  Andrew MacLeodRange-on-edge trace tweak.
2021-11-24  Jonathan Wakelylibstdc++: Add xfail to some printer tests for debug...
2021-11-24  Jonathan Wakelylibstdc++: Replace hyphens in effective target keywords
2021-11-24  Maciej W. RozyckiPR middle-end/103059: reload: Also accept ASHIFT with...
2021-11-24  Richard Bienertree-optimization/103168 - Improve VN of pure function...
2021-11-24  Thomas SchwingeRestore previous OpenACC implicit data clauses ordering...
2021-11-24  Martin Liskajit: Initialize function::m_blocks in ctor
2021-11-24  Tobias BurnusUpdate GMP/MPFR/MPC/ISL version in contrib/download_pre...
2021-11-24  Richard Bienermiddle-end/103193 - avoid canonicalizing <= and >=...
2021-11-24  Jakub Jelinekopenmp: Fix up handling of kind(host) and kind(nohost...
2021-11-24  Jakub Jelinekattribs: Fix ICEs on attributes starting with _ [PR103365]
2021-11-24  Jakub Jelinekbswap: Fix up symbolic merging for xor and plus [PR103376]
2021-11-24  Richard BienerAvoid redundant get_loop_body calls in IVOPTs
2021-11-24  Tamar Christinamiddle-end: Fix failures with bitclear patterns on...
next