aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-08-25diagnostics: Support for -finput-charset [PR93067]Lewis Hyatt10-12/+198
2021-08-25analyzer: Impose recursion limit on indirect calls.Ankur Saini1-0/+14
2021-08-25tree-optimization/102046 - fix SLP build from scalars with patternsRichard Biener2-0/+23
2021-08-25i386: Optimize lea with zero-extend. [PR 101716]Hongyu Wang2-6/+41
2021-08-25Analyze niter for until-wrap condition [PR101145]Jiufu Guo9-65/+459
2021-08-25i386: Fix _mm512_fpclass_ps_mask in O0 [PR 101471]konglin12-2/+20
2021-08-24rs6000: Add vec_unpacku_{hi,lo}_v4siKewen Lin11-129/+196
2021-08-25Adjust testcases to avoid new failures brought by r12-3108 when compiled w -m...liuhongt2-2/+2
2021-08-25Daily bump.GCC Administrator4-1/+297
2021-08-24aix: SYSTEM_IMPLICIT_EXTERN_CDavid Edelsohn4-4/+9
2021-08-24[Committed] PR middle-end/102031: Fix typo/mistake in simplify_truncation patch.Roger Sayle1-2/+2
2021-08-24Fortran: fix pointless warning for static variablesHarald Anlauf2-8/+16
2021-08-24rs6000: Add Power10 builtinsBill Schmidt1-0/+523
2021-08-24rs6000: Add more type nodes to support builtin processingBill Schmidt2-2/+228
2021-08-24rs6000: Add Power9 builtinsBill Schmidt1-0/+368
2021-08-24nvptx: Add a __PTX_SM__ predefined macro based on target ISA.Roger Sayle5-11/+55
2021-08-24Reset PHI base0 flag if it's clear in any argument [PR101977, ...]Martin Sebor8-81/+286
2021-08-24rs6000: Add power8-vector builtinsBill Schmidt1-0/+438
2021-08-24rs6000: Add power7 and power7-64 builtinsBill Schmidt1-0/+39
2021-08-24Add transitive operations to the relation oracle.Andrew MacLeod4-32/+410
2021-08-24x86: Broadcast from integer to a pseudo vector registerH.J. Lu6-22/+22
2021-08-24tree-optimization/100089 - avoid leaving scalar if-converted code aroundRichard Biener3-24/+68
2021-08-24arm: Add tests for VLLDM mitigation [PR102035]Richard Earnshaw8-0/+231
2021-08-24arm: fix vlldm erratum for Armv8.1-m [PR102035]Richard Earnshaw2-5/+16
2021-08-24arm: Add command-line option for enabling CVE-2021-35465 mitigation [PR102035]Richard Earnshaw4-2/+29
2021-08-24arm: testsuite: improve detection of CMSE hardware.Richard Earnshaw1-7/+8
2021-08-24arm: Fix general issues with patterns for VLLDM and VLSTMRichard Earnshaw1-10/+11
2021-08-24Enable avx512 embedde broadcast for vpternlog.liuhongt2-3/+34
2021-08-24Optimize (a & b) | (c & ~b) to vpternlog instruction.liuhongt7-2/+403
2021-08-24Adjust inner loop cost scalingRichard Biener3-5/+13
2021-08-24Tweak -Os costs for scalar-to-vector pass.Roger Sayle3-7/+38
2021-08-24[Committed] PR middle-end/102029: Stricter typing in LSHIFT_EXPR sign folding.Roger Sayle2-1/+11
2021-08-24Disable slp in loop vectorizer when cost model is very-cheap.liuhongt1-1/+4
2021-08-24Daily bump.GCC Administrator7-1/+533
2021-08-23analyzer: rewrite of switch handlingDavid Malcolm17-109/+2114
2021-08-23rs6000: Fix AIX bootstrap (don't call asprintf)Bill Schmidt1-2/+3
2021-08-23rs6000: Add gengtype handling to the build machineryBill Schmidt2-0/+2
2021-08-23rs6000: Incorporate new builtins code into the build machineryBill Schmidt3-6/+45
2021-08-23rs6000: Avoid buffer overrunsBill Schmidt1-4/+30
2021-08-23analyzer: fix ICE with NULL change.m_expr [PR101875]David Malcolm2-4/+30
2021-08-23analyzer: fix ICE when failing to reconstruct a fn ptr [PR101837]David Malcolm2-0/+13
2021-08-23analyzer: assume that POINTER_PLUS_EXPR of non-NULL is non-NULL [PR101962]David Malcolm3-28/+122
2021-08-23analyzer: fix uninit false positive on overlapping bindingsDavid Malcolm5-3/+238
2021-08-23Avoid redundant entries in modref access lists.Jan Hubicka2-18/+72
2021-08-23Allow matching Intel MIC in OpenMP 'declare variant'Thomas Schwinge2-1/+5
2021-08-23Add tailcall/sibcall support to the H8Jeff Law4-7/+108
2021-08-23[Committed] Restore build on !TARGET_TRULY_NOOP_TRUNCATION targetsRoger Sayle1-0/+3
2021-08-23ipa/97565 - fix IPA PTA body availability checkRichard Biener3-8/+27
2021-08-23Fix template in g++.dg/tree-ssa/modref-1.CJan Hubicka1-1/+1
2021-08-23Fix previous ipa-modref patchJan Hubicka1-1/+1