aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-06-13use range based for loops to iterate over vec<>Trevor Saunders29-300/+108
2021-06-13[committed] More improvements to H8 logicals for test/compare eliminationJeff Law2-29/+43
2021-06-13x86: Replace ix86_red_zone_size with ix86_red_zone_usedH.J. Lu5-6/+81
2021-06-13Daily bump.GCC Administrator5-1/+35
2021-06-12testsuite: fix AIX testsuite failuresDavid Edelsohn3-1/+5
2021-06-12c-family: don't warn for [[maybe_unused]] on data memberJason Merrill4-4/+22
2021-06-12c++: constexpr and array[0] [PR101029]Jason Merrill2-0/+180
2021-06-12c++: speed up looking up the current classJason Merrill1-0/+7
2021-06-12Daily bump.GCC Administrator7-1/+251
2021-06-11Fix a typo in an AutoFDO error stringEugene Rozenfeld1-1/+1
2021-06-11Fix effective target for check-builtin-vec_rlnm-runnable.c testCarl Love1-1/+1
2021-06-12For 'OMP_CLAUSE' in 'dump_generic_node', dump the whole OMP clause chainThomas Schwinge3-15/+21
2021-06-11c++: Substitute into function parms in lexical order [PR96560]Patrick Palka2-55/+83
2021-06-11d: foreach over a tuple doesn't work on 16-bit targets (PR100999)Iain Buclaw30-72/+379
2021-06-11arm: Fix polymorphic variants failing with undefined reference to `__ARM_unde...Srinath Parvathaneni2-75/+212
2021-06-11[PATCH] PR tree-optimization/96392 Optimize x+0.0 if x is an integerRoger Sayle1-1/+1
2021-06-11[PATCH] PR tree-optimization/96392 Optimize x+0.0 if x is an integerRoger Sayle5-29/+108
2021-06-11tree-optimization/101025 - fix store-motion dependence checkingRichard Biener2-2/+59
2021-06-11arm: Fix the mve multilib for the broken cmse support (pr99939).Srinath Parvathaneni2-1/+30
2021-06-11c++: Add C++23 consteval if support - P1938R3 [PR100974]Jakub Jelinek19-10/+650
2021-06-11analyzer: tweak priority of callstrings in worklist::key_t::cmpDavid Malcolm3-8/+37
2021-06-11tree-optimization/101028 - fix endless SLP reassoc discoveryRichard Biener2-3/+57
2021-06-11tree-optimization/101026 - fix SLP re-associationRichard Biener2-1/+14
2021-06-11simplify-rtx: Fix up simplify_logical_relational_operation for vector IOR [PR...Jakub Jelinek2-46/+67
2021-06-11i386: Fix up *vec_concat<mode>_0_1 [PR101007]Jakub Jelinek2-1/+15
2021-06-11i386: Try to avoid variable permutation instruction [PR101021]Uros Bizjak3-51/+114
2021-06-11Introduce -Wcoverage-invalid-line-numberMartin Liska5-17/+61
2021-06-11Add missing ChangeLog entry.Martin Liska1-0/+7
2021-06-11middle-end/101009 - fix distance vector recordingRichard Biener2-2/+25
2021-06-11Daily bump.GCC Administrator5-1/+218
2021-06-11rs6000: Support more short/char to float conversionKewen Lin2-0/+44
2021-06-11Use stablesort for sorting association chainRichard Biener1-1/+1
2021-06-11Expose stable sort algorithm to gcc_sort_r and add vec::stablesortRichard Biener3-1/+38
2021-06-10c++: Extend std::is_constant_evaluated in if warning [PR100995]Marek Polacek5-16/+160
2021-06-10c++: matching deduced template template parameters [PR67829]Patrick Palka4-0/+46
2021-06-10c++: normalization of non-templated return-type-req [PR100946]Patrick Palka2-0/+15
2021-06-10i386: Add V8QI and other 64bit vector permutations [PR89021]Peter Bergner4-33/+246
2021-06-10libgo: update to Go1.16.5 releaseIan Lance Taylor1-1/+1
2021-06-10rs6000: Add new __builtin_vsx_build_pair and __builtin_mma_build_acc built-insPeter Bergner6-13/+58
2021-06-10d: Fix ICE in TypeInfoDeclaration, at dmd/declaration.c (PR100967)Iain Buclaw4-38/+45
2021-06-10Use auto_vec in ssa_equiv_stack.Aldy Hernandez1-9/+2
2021-06-10Use memory loads and extensions to eliminate redundant test/compare insnsJeff Law2-7/+9
2021-06-10s390: Allow more vcond_mask patterns.Robin Dapp3-1/+83
2021-06-10testsuite: Change gcc.dg/vect/pr56541.c target.Robin Dapp1-1/+1
2021-06-10OpenACC: Separate enter/exit data ABIsAndrew Stubbs14-54/+75
2021-06-10Adjust variable names and comments in value-query.*Aldy Hernandez2-21/+21
2021-06-10Fix '#pragma acc acc [...]' typosThomas Schwinge3-3/+4
2021-06-10tree-optimization/101003 - use pattern defs when linearizingRichard Biener1-0/+5
2021-06-10testsuite: Uncomment __cpp_consteval testJakub Jelinek2-4/+0
2021-06-10ifcvt: Fix -fcompare-debug bug [PR100852]Jakub Jelinek2-2/+27