aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-23docs: Fix -mpic-data-is-text-relative option placement.Martin Liska1-6/+6
2021-08-23Fortran/OpenMP: Improve duplicate errorsTobias Burnus14-287/+466
2021-08-23Fortran/OpenMP: strict modifier on grainsize/num_tasksTobias Burnus4-5/+29
2021-08-23Fix scalar costing issue introduced by PR84512 fix.Richard Biener1-4/+8
2021-08-23analyzer: Fix PR analyzer/102020Ankur Saini2-2/+2
2021-08-23Improved handling of division/modulus in bit CCP.Roger Sayle1-0/+62
2021-08-23Simplify (truncate:QI (subreg:SI (reg:QI x))) to (reg:QI x)Roger Sayle1-11/+149
2021-08-23Fold sign of LSHIFT_EXPR to eliminate no-op conversions.Roger Sayle3-0/+49
2021-08-23bswap: Recognize (int) __builtin_bswap64 (arg) idioms or __builtin_bswap?? (a...Jakub Jelinek8-27/+208
2021-08-23tree-optimization/79334 - avoid PRE of possibly trapping array-refRichard Biener3-4/+50
2021-08-23Fix ICE.liuhongt2-1/+11
2021-08-23dwarf2out: Emit DW_AT_location for global register vars during early dwarf [P...Jakub Jelinek2-1/+35
2021-08-23arm: Fix __arm_vctp16q return type in arm_mve.hChristophe Lyon1-1/+1
2021-08-23arm: Fix multilib mapping for CDE extensions [PR100856]Christophe Lyon4-4/+22
2021-08-23openmp: Add support for strict modifier on grainsize/num_tasks clausesJakub Jelinek5-5/+84
2021-08-23ipa: add debug counter for IPA MODREF PTAMartin Liska2-2/+4
2021-08-23Improve return slot handling in ipa-modrefJan Hubicka2-13/+42
2021-08-23mips: msa: truncate immediate shift amount [PR101922]Xi Ruoyao4-9/+59
2021-08-23gcc.c-torture/execute: Fix tmpnam issue on WindowsJonathan Yong4-3/+19
2021-08-23Daily bump.GCC Administrator4-1/+38
2021-08-23Correct treatment of qualifiers for pointers to arrays for C2X [PR98397]Martin Uecker11-97/+532
2021-08-22Clear EAF_NOCLOBBER for indirect callsJan Hubicka3-0/+33
2021-08-22Daily bump.GCC Administrator4-1/+37
2021-08-21[MIPS] Remove TARGET_ASM_FUNCTION_RODATA_SECTIONDragan Mladjenovic1-38/+0
2021-08-21Don't warn when alignment of global common data exceeds maximum alignment.John David Anglin1-3/+1
2021-08-21analyzer: Fix PR analyzer/101980Ankur Saini7-45/+85
2021-08-21Daily bump.GCC Administrator7-1/+215
2021-08-21configure: remove gas versions from tls checkSerge Belyshev2-114/+2
2021-08-21configure: fixup formatting from previous changeSerge Belyshev1-44/+27
2021-08-21configure: remove version argument from gcc_GAS_CHECK_FEATURESerge Belyshev2-120/+120
2021-08-21configure: drop version checks for in-tree gas [PR91602]Serge Belyshev3-445/+61
2021-08-20Further improvements to constant shifts for the H8Jeff Law1-6/+32
2021-08-20c-format.c/Fortran: Support %wd / host-wide integer in gfc_errorTobias Burnus3-81/+178
2021-08-20Fortran - use temporary char buffer for passing HOST_WIDE_INT to gfc_errorHarald Anlauf1-6/+7
2021-08-20Refactor BB splitting of DRs for SLP group analysisRichard Biener2-13/+10
2021-08-20Fortran: Add OpenMP's error directiveTobias Burnus12-25/+387
2021-08-20openmp: Implement the error directiveJakub Jelinek15-8/+609
2021-08-20openmp: Diagnose some superfluous commas in OpenMP parsingJakub Jelinek4-5/+33
2021-08-20gcov: fix output location for JSON mode.Martin Liska1-79/+79
2021-08-20Move xx* builtins to vsx.md.Michael Meissner2-197/+206
2021-08-20Daily bump.GCC Administrator9-1/+162
2021-08-20Fold more constants during veclower pass.Roger Sayle2-4/+7
2021-08-19rs6000: Fix ICE expanding lxvp and stxvp gimple built-ins [PR101849]Peter Bergner2-0/+28