aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-11-12Daily bump.GCC Administrator8-1/+416
2020-11-11CFI-handling : Add a hook to allow target-specific Personality and LSDA indir...Iain Sandoe7-2/+43
2020-11-11Objective-C++ : Allow prefix attrs on linkage specs.Iain Sandoe1-14/+57
2020-11-11c++: Change the mangling of __alignof__ [PR88115]Patrick Palka7-6/+67
2020-11-11c++: Correct the handling of alignof(expr) [PR88115]Patrick Palka6-11/+36
2020-11-11c++: Tweak tsubst_qualified_id location.Marek Polacek3-2/+43
2020-11-11Fix PRE NEW_SETS guardingRichard Biener1-3/+4
2020-11-11Fix PRE topological expression set sortingRichard Biener1-20/+84
2020-11-11testsuite: Fix up scan-tree-dump-times regexps for 64-bit targetsJakub Jelinek18-40/+40
2020-11-11Remove superfluous call to Base_TypeEric Botcazou5-103/+101
2020-11-11Fix biased integer arithmeticEric Botcazou2-0/+38
2020-11-11Fix segfault on elaboration of empty 1-element array at -OEric Botcazou2-42/+25
2020-11-11Fix internal error on chain of constants with -gnatcEric Botcazou1-4/+7
2020-11-11Fix internal error with Shift_Right operator on signed typeEric Botcazou3-1/+18
2020-11-11testsuite/97797 - adjust GIMPLE tests for sizetypeRichard Biener2-8/+8
2020-11-11tree-optimization/97623 - Avoid PRE hoist insertion iterationRichard Biener6-25/+26
2020-11-11aarch64: Support SVE comparisons for unpacked integersRichard Sandiford11-50/+216
2020-11-11vect: Allow vconds between different vector sizesRichard Sandiford2-5/+3
2020-11-11Support Intel AVX VNNIliuhongt47-116/+956
2020-11-11Fix spelling.Martin Liska1-1/+1
2020-11-11Drop topological sort for PRE phi-translationRichard Biener1-10/+7
2020-11-11Early exit on VR_VARYING from irange::set.Aldy Hernandez1-1/+3
2020-11-11AArch64: Add FLAG for arithmetic operation intrinsics [PR94442]zhengnannan1-22/+22
2020-11-11gfortran.dg/gomp/workshare-reduction-*.f90: Fix dumps for -m32Tobias Burnus18-40/+40
2020-11-11fortran: Fix up gfc_typename CHARACTER length handling [PR97768]Jakub Jelinek3-3/+103
2020-11-11Re: Refactor copying decl section namesAlan Modra1-1/+1
2020-11-10Improve efficiency of copying section from another treeStrager Neds2-7/+33
2020-11-10Refactor section name ref countingStrager Neds1-19/+36
2020-11-11Formatting, there should be a space between PTA_* and (.liuhongt1-6/+6
2020-11-10Update MicroBlaze strings testNagaraju Mekala1-2/+3
2020-11-10testsuite: skip zero-scratch-regs on powerpc.David Edelsohn5-4/+5
2020-11-11Daily bump.GCC Administrator9-1/+651
2020-11-11IBM Z: Fix bootstrap breakage due to HAVE_TF macroIlya Leoshkevich1-2/+3
2020-11-10c++: Improve static_assert diagnostic [PR97518]Marek Polacek7-18/+166
2020-11-10c++: Add 5 unfixed tests.Marek Polacek5-0/+101
2020-11-10Refactor copying decl section namesStrager Neds13-15/+52
2020-11-10Early exit from irange::set for poly ints.Aldy Hernandez1-3/+5
2020-11-10analyzer: remove dead codeMartin Liska7-31/+23
2020-11-10Fortran: OpenMP 5.0 (in_,task_)reduction clause extensionsTobias Burnus67-172/+2349
2020-11-10opts: Change `is incompatible with` messages to have standard parametrised formMatthew Malcomson2-57/+51
2020-11-10libgo: update to Go 1.15.4 releaseIan Lance Taylor1-1/+1
2020-11-10c, c++: Fix up -Wunused-value on COMPLEX_EXPRs [PR97748]Jakub Jelinek4-27/+59
2020-11-10tree-optimization/97769 - fix assert in peeling for alignmentRichard Biener2-6/+33
2020-11-10tree-optimization/97780 - fix ICE in fini_preRichard Biener1-1/+1
2020-11-10AArch64: Add FLAG for tbl/tbx intrinsics [PR94442]zhengnannan1-12/+12
2020-11-10openmp: Implement OpenMP 5.0 base-pointer attachement and clause orderingChung-Lin Tang11-89/+493
2020-11-10IBM Z: Test long doubles in vector registersIlya Leoshkevich55-0/+808
2020-11-10IBM Z: Store long doubles in vector registers when possibleIlya Leoshkevich8-134/+604
2020-11-10Fix wrong code for boolean negation in condition at -O2Eric Botcazou2-14/+66
2020-11-10More PRE TLCRichard Biener1-94/+89