aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-07Daily bump.GCC Administrator15-1/+648
2020-11-06rs6000: Don't use operands[] for temporaries in define_expandSegher Boessenkool1-12/+6
2020-11-07MAINTAINERS: Update my email address.Martin Uecker1-1/+1
2020-11-06rs6000: Use the correct minimized testcasePeter Bergner1-222/+43
2020-11-06rs6000: Fix default alignment ABI break caused by MMA base supportPeter Bergner3-2/+47
2020-11-06Fix stack pointer handling in ms_hook_prologue functions for i386 target.Jeff Law4-2/+20
2020-11-06rs6000: Fix TARGET_POWERPC64 vs. TARGET_64BIT confusionSegher Boessenkool1-2/+2
2020-11-06builtins: Add DFP signaling NaN built-in functionsJoseph Myers7-0/+128
2020-11-06c++: Small tweak to can_convert_eh [PR81660]Marek Polacek4-8/+39
2020-11-06Improve uninitialized warning with value range infoBin Cheng1-63/+129
2020-11-06libstdc++: Fix symbol version conflict in linker scriptJonathan Wakely1-1/+2
2020-11-06Objective-C/C++ : Allow visibility prefix attributes on interfaces.Iain Sandoe1-2/+4
2020-11-06Objective-C/C++ (parsers) : Update @property attribute parsing.Iain Sandoe14-394/+598
2020-11-06c++: Propagate attributes to clones in duplicate_decls [PR67453]Jakub Jelinek2-0/+25
2020-11-06Darwin: Darwin 20 is to be macOS 11 (Big Sur).Iain Sandoe3-12/+18
2020-11-06rework PRE PHI translation cacheRichard Biener1-36/+68
2020-11-06Combine new calculated ranges with existing range.Andrew MacLeod3-2/+41
2020-11-06Add PC as control registerDarius Galis2-0/+9
2020-11-06core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTINNathan Sidwell24-65/+64
2020-11-06aarch64: Use intrinsics for upper saturating shift rightDavid Candler9-258/+854
2020-11-06libcpp: Provide date routineNathan Sidwell4-33/+71
2020-11-06aarch64: Support permutes on unpacked SVE vectorsRichard Sandiford17-60/+3685
2020-11-06Add -fbit-tests option.Martin Liska5-1/+45
2020-11-06make PRE constant value IDs negativeRichard Biener3-34/+69
2020-11-06tree-optimization/97706 - handle PHIs in pattern recog mask precisonRichard Biener2-35/+135
2020-11-06c++: Parser tweaksNathan Sidwell1-3/+7
2020-11-06testsuite: fix malloc alignment in testKewen Lin1-1/+7
2020-11-06[Fortran] Remove OpenACC 'loop' inside 'parallel' special-case codeThomas Schwinge2-49/+12
2020-11-06Remove 'gfortran.dg/goacc/loop-6.f95'Thomas Schwinge1-74/+0
2020-11-06Remove 'gfortran.dg/goacc/loop-5.f95'Thomas Schwinge1-357/+0
2020-11-06gcc-changelog: prevent double cherry-pick lineMartin Liska3-1/+38
2020-11-06refactor SLP analysisRichard Biener1-60/+45
2020-11-06Move ipa-refs from ggc to heap.Jan Hubicka5-29/+24
2020-11-06ipa-modref: Fix comment typosJakub Jelinek2-19/+19
2020-11-06IBM Z: Remove override of inline paramsAndreas Krebbel1-7/+0
2020-11-06tree-optimization/97706 - part one, refactor vect_determine_mask_precisionRichard Biener1-80/+81
2020-11-06OpenACC/Fortran: Reject '!$acc atomic update capture'Tobias Burnus4-5/+122
2020-11-06OpenACC (C/C++): Fix 'acc atomic' parsingTobias Burnus4-10/+110
2020-11-06tree-optimization/97732 - fix init of SLP induction vectorizationRichard Biener3-1/+16
2020-11-06Add dg-require-profiling directives to gcc.target/i386 testsOlivier Hainque6-0/+6
2020-11-06Add dg-require-effective-target fpic to g++ testsOlivier Hainque5-0/+5
2020-11-06Add fnspec handling to ipa mode of ipa-modef.Jan Hubicka6-148/+501
2020-11-06Move size time tables from GGC to heapJan Hubicka2-44/+44
2020-11-06c-common: Remove DEBUG_FUNCTION from verify_sequence_pointsJakub Jelinek1-1/+1
2020-11-06tree-optimization/97733 - fix SLP of reductions with zero relevantRichard Biener1-0/+3
2020-11-06Fortran: Fix type-decl for PDT / wrong-code pdt_14.f03 issue [PR97652]Tobias Burnus1-0/+3
2020-11-05Improve overflow checkJeff Law2-8/+13
2020-11-05Simplify x >> x to 0. This fixes PR96701.Eugene Rozenfeld2-0/+17
2020-11-06RISC-V: Mark non-export symbol static and const in riscv-common.cKito Cheng1-2/+2
2020-11-06PR target/96307: Fix KASAN option checking.Kito Cheng5-1/+38