]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2021-08-05  Cherry Muicompiler: make escape analysis more robust about builti...
2021-08-05  liuhongtSupport cond_{xor,ior,and} for vector integer mode...
2021-08-05  liuhongtSupport cond_{smax,smin} for vector float/double modes...
2021-08-05  liuhongtSupport cond_{smax,smin,umax,umin} for vector integer...
2021-08-05  GCC AdministratorDaily bump.
2021-08-04  David Malcolmanalyzer: initial implementation of asm support [PR101570]
2021-08-04  H.J. Lux86: Update STORE_MAX_PIECES
2021-08-04  H.J. Lux86: Avoid stack realignment when copying data with...
2021-08-04  Andreas KrebbelIBM Z: Implement TARGET_VECTORIZE_VEC_PERM_CONST for...
2021-08-04  Andreas KrebbelIBM Z: Implement TARGET_VECTORIZE_VEC_PERM_CONST for...
2021-08-04  Andreas KrebbelIBM Z: Remove redundant V_HW_64 mode iterator.
2021-08-04  Andreas KrebbelIBM Z: Get rid of vpdi unspec
2021-08-04  Andreas KrebbelIBM Z: Get rid of vec merge unspec
2021-08-04  Jonathan Wrightaarch64: Don't include vec_select high-half in SIMD...
2021-08-04  Jonathan Wrightaarch64: Don't include vec_select element in SIMD multi...
2021-08-04  Richard Sandifordvect: Tweak comparisons with existing epilogue loops
2021-08-04  Richard Sandifordvect: Tweak dump messages for vector mode choice
2021-08-04  Richard Sandifordaarch64: Fix a typo
2021-08-04  Vincent Lefèvregcov: check return code of a fclose
2021-08-04  Bernd EdlingerFix debug info for ignored decls at start of assembly
2021-08-04  Tamar Christina[testsuite] Fix trapping access in test PR101750
2021-08-04  Richard BienerAdd emulated gather capability to the vectorizer
2021-08-04  H.J. Luby_pieces: Pass MAX_PIECES to op_by_pieces_d
2021-08-04  Roger SayleFold (X<<C1)^(X<<C2) to a multiplication when possible.
2021-08-04  Jonathan Wakelylibstdc++: Add [[nodiscard]] to sequence containers
2021-08-04  Jonathan Wakelylibstdc++: Add [[nodiscard]] to iterators and related...
2021-08-04  Richard BienerRewrite more vector loads to scalar loads
2021-08-04  Richard Bienertree-optimization/101756 - avoid vectorizing boolean...
2021-08-04  Jakub Jelinekc++: Fix up #pragma omp declare {simd,variant} and...
2021-08-04  Jakub Jelinektestsuite: Fix duplicated content of gcc.c-torture...
2021-08-04  liuhongtRefine predicate of peephole2 to general_reg_operand...
2021-08-04  Jakub Jelineklibgcc: Fix duplicated content of config/t-slibgcc...
2021-08-04  Aldy HernandezMark path_range_query::dump as override.
2021-08-04  Richard Bienertree-optimization/101769 - tail recursion creates possi...
2021-08-04  Martin Liskadocs: document threader-mode param
2021-08-04  liuhongtAdd dg-require-effective-target for testcases.
2021-08-04  liuhongtSupport cond_{fma,fms,fnma,fnms} for vector float/doubl...
2021-08-04  Cherry Muicompiler: support new language constructs in escape...
2021-08-04  GCC AdministratorDaily bump.
2021-08-03  Ian Lance Taylorcompile, runtime: make selectnbrecv return two values
2021-08-03  Ian Lance Taylorcompiler: check slice to pointer-to-array conversion...
2021-08-03  Segher Boessenkoolrs6000: Replace & by &&
2021-08-03  Segher Boessenkoolrs6000: "e" is not a free constraint letter
2021-08-03  Eugene RozenfeldFix indirect call inlining with AutoFDO
2021-08-03  Eugene RozenfeldFixes for AutoFDO testing
2021-08-03  Eugene RozenfeldFix indir-call-prof-2.c with AutoFDO
2021-08-03  Eugene RozenfeldFixes for AutoFDO tests
2021-08-03  Martin SeborDisable a test case in ILP32 [PR101688].
2021-08-03  Paul A. Clarkers6000: Add test for _mm_minpos_epu16
2021-08-03  Paul A. Clarkers6000: Add support for _mm_minpos_epu16
2021-08-03  Jonathan Wakelylibstdc++: Suppress redundant definitions of inline...
2021-08-03  Jonathan Wakelylibstdc++: Replace TR1 components with C++11 ones in...
2021-08-03  Jonathan Wakelylibstdc++: Specialize allocator_traits<pmr::polymorphic...
2021-08-03  Jonathan Wakelylibstdc++: Remove trailing whitespace in some tests
2021-08-03  Jonathan Wakelylibstdc++: Deprecate std::random_shuffle for C++14
2021-08-03  Jonathan Wakelylibstdc++: Add testsuite proc for testing deprecated...
2021-08-03  Jonathan Wakelylibstdc++: Reduce header dependencies in <regex>
2021-08-03  H.J. Lux86: Use XMM31 for scratch SSE register
2021-08-03  Jonathan Wakelylibstdc++: Avoid using std::unique_ptr in <locale>
2021-08-03  Richard Sandifordaarch64: Add -mtune=neoverse-512tvb
2021-08-03  Richard Sandifordaarch64: Restrict issue heuristics to inner vector...
2021-08-03  Richard Sandifordaarch64: Tweak MLA vector costs
2021-08-03  Richard Sandifordaarch64: Tweak the cost of elementwise stores
2021-08-03  Richard Sandifordaarch64: Add gather_load_xNN_cost tuning fields
2021-08-03  Richard Sandifordaarch64: Split out aarch64_adjust_body_cost_sve
2021-08-03  Richard Sandifordaarch64: Add a simple fixed-point class for costing
2021-08-03  Richard Sandifordaarch64: Turn sve_width tuning field into a bitmask
2021-08-03  liuhongtAdd cond_add/sub/mul for vector integer modes.
2021-08-03  Mosè GiordanoFix bashism in `libsanitizer/configure.tgt'
2021-08-03  Jakub Jelinekanalyzer: Fix ICE on MD builtin [PR101721]
2021-08-03  Martin LiskaChangeLog: add problematic commit 2e96b5f14e4025691b57d...
2021-08-03  GCC AdministratorDaily bump.
2021-08-03  Martin Liskagcc-changelog: ignore one more commit
2021-08-03  H.J. Lux86: Add testcases for PR target/80566
2021-08-03  Kewen Lintree-cfg: Fix typos on dloop in move_sese_region_to_fn
2021-08-03  liuhongtSupport cond_add/sub/mul/div for vector float/double.
2021-08-02  Ian Lance Taylorcompiler, runtime: allow slice to array pointer conversion
2021-08-02  Ian Lance Taylorcompiler, runtime: support unsafe.Add and unsafe.Slice
2021-08-02  Patrick Palkalibstdc++: Add missing std::move to ranges::copy/move...
2021-08-02  Patrick Palkalibstdc++: Fix up implementation of LWG 3533 [PR101589]
2021-08-02  Patrick Palkalibstdc++: Add missing std::move to join_view::iterator...
2021-08-02  H.J. Lux86: Also pass -mno-sse to vect8-ret.c
2021-08-02  H.J. Lux86: Update gcc.target/i386/incoming-11.c
2021-08-02  H.J. Lux86: Also pass -mno-avx to sw-1.c for ia32
2021-08-02  H.J. Lux86: Also pass -mno-avx to cold-attribute-1.c
2021-08-02  H.J. Lux86: Also pass -mno-avx to pr72839.c
2021-08-02  H.J. Lux86: Add tests for piecewise move and store
2021-08-02  H.J. Lux86: Add AVX2 tests for PR middle-end/90773
2021-08-02  H.J. Lux86: Update piecewise move and store
2021-08-02  H.J. Lux86: Avoid stack realignment when copying data
2021-08-02  H.J. Lux86: Add TARGET_GEN_MEMSET_SCRATCH_RTX
2021-08-02  Jonathan Wakelylibstdc++: Fix filesystem::temp_directory_path [PR101709]
2021-08-02  Jonathan Wakelylibstc++: Add dg-error for additional error in C++11...
2021-08-02  Aldy HernandezRemove --param=threader-iterative.
2021-08-02  Tom de Vries[gcc/doc] Improve nonnull attribute documentation
2021-08-02  Andrew PinskiFix PR 101683: FP exceptions for float->unsigned
2021-08-02  Patrick Palkac++: Improve memory usage of subsumption [PR100828]
2021-08-02  Roger SayleOptimize x ? bswap(x) : 0 in tree-ssa-phiopt
2021-08-01  H.J. Lui386: Improve SImode constant - __builtin_clzll for...
2021-08-01  Jonathan WakelyAdd missing descriptions gcc/testsuite/ChangeLog
next