aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-06-15Handle multiple latches in irreducible region markRichard Biener4-8/+14
2021-06-15Assert we have irreducible regions marked in the threaderRichard Biener1-0/+2
2021-06-15testsuite: Fix Wattributes test cases for s390 and add new tests.Robin Dapp2-10/+62
2021-06-15c-family: Copy DECL_USER_ALIGN even if DECL_ALIGN is similar.Robin Dapp3-23/+14
2021-06-14rs6000: Fix test case failures by PR100085 [PR101020]Xionghu Luo1-2/+4
2021-06-15Daily bump.GCC Administrator7-1/+163
2021-06-14Teach compute_objsize about placement new [PR100876].Martin Sebor6-3/+207
2021-06-14rs6000: MMA builtin usage ICEs when used in a #pragma omp parallel and using ...Peter Bergner2-6/+30
2021-06-14Limit new value calculations to first order effects.Andrew MacLeod3-18/+16
2021-06-14i386: Split V2HImode *punpckwd to SSE instruction [PR101058]Uros Bizjak3-9/+25
2021-06-14c-family: Add fix-it suggestions for more <stdlib.h> names [PR101052]Jonathan Wakely3-0/+35
2021-06-14arm: Auto-vectorization for MVE: add pack/unpack patternsChristophe Lyon7-43/+168
2021-06-14C/C++: Fix unused set var warning with omp_clause_affinity [PR100913]Tobias Burnus2-6/+2
2021-06-14tree-optimization/100934 - properly mark irreducible regions for DOMRichard Biener2-1/+23
2021-06-14docs: Fix -Wno-cpp noteMartin Liska1-2/+1
2021-06-14docs: add missing newlineMartin Liska1-1/+2
2021-06-14docs: remove extra '+' character in option listing.Martin Liska1-2/+2
2021-06-14Fortran: resolve.c - remove '*XCNEW' based nullifyingTobias Burnus1-1/+0
2021-06-14arc: Add --with-fpu support for ARCv2 cpusClaudiu Zissulescu2-5/+43
2021-06-14Do not check if SMS succeeds on powerpcAaron Sawdey7-19/+0
2021-06-14tree-optimization/101031 - fix strlen opt invalidation logicRichard Biener2-8/+39
2021-06-14evrp: fix AddressSanitizer: alloc-dealloc-mismatchMartin Liska1-1/+1
2021-06-14Pick up global ranges in ranger after inlining.Aldy Hernandez1-7/+13
2021-06-14Daily bump.GCC Administrator5-1/+132
2021-06-13i386: Improve variable permutation insn avoidance [PR101021]Uros Bizjak1-4/+7
2021-06-13c: adjust [[maybe_unused]] testcaseJason Merrill1-2/+2
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