aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-24compiler: mark global variables whose address is takenIan Lance Taylor7-184/+276
2021-05-24libstdc++: Limit allocation on iterator insertion in Hashtable [PR 96088]François Dumont7-22/+782
2021-05-24Fusion patterns for add-logical/logical-addAaron Sawdey6-279/+797
2021-05-24VARYING ranges of different sizes should not be equal.Aldy Hernandez1-1/+12
2021-05-24libstdc++: Fix iterator caching inside range adaptors [PR100479]Patrick Palka2-67/+201
2021-05-24libstdc++: Qualify functions used in testsJonathan Wakely4-7/+7
2021-05-24OpenMP/Fortran: Handle polymorphic scalars in data-sharing FIRSTPRIVATE [PR86...Tobias Burnus9-2/+1374
2021-05-24AArch64: Enable fast shifts on Neoverse N1Wilco Dijkstra1-1/+1
2021-05-24AArch64: Cleanup aarch64_classify_symbolWilco Dijkstra1-21/+16
2021-05-24arm: Auto-vectorization for MVE: vld4/vst4Christophe Lyon3-20/+166
2021-05-24arm: Auto-vectorization for MVE: vld2/vst2Christophe Lyon3-14/+123
2021-05-24Do not load the thunk symbols.Wang Liushuai1-1/+1
2021-05-24gcc-changelog: Add note about ChangeLog entriesMartin Liska2-4/+6
2021-05-24Fix ICE when lhs is NULL.liuhongt2-15/+28
2021-05-24Fix two testcases for ssa names which are more than 1 digitAndrew Pinski2-2/+2
2021-05-24Daily bump.GCC Administrator4-1/+39
2021-05-23i386: Add push insns for 4-byte vectors [PR100722]Uros Bizjak2-0/+50
2021-05-23Fortran: fix passing return value to class(*) dummy argumentHarald Anlauf2-1/+33
2021-05-23Revert "Add ChangeLogs for the previous commit."Martin Liska2-8/+0
2021-05-23Revert "PR98301 Add missing changelog entries."Martin Liska2-17/+0
2021-05-23fortran/intrinsic.texi: Use proper variable nameTobias Burnus1-2/+2
2021-05-23Add ChangeLogs for the previous commit.Andrew Pinski2-0/+8
2021-05-23Don't simplify (A & C) != 0 ? D : 0 for pointer types.Andrew Pinski2-1/+20
2021-05-23Daily bump.GCC Administrator5-1/+28
2021-05-22PR98301 Add missing changelog entries.Andre Vehreschild2-0/+18
2021-05-22Steve Kargl <kargl@gcc.gnu.org>Andre Vehreschild7-70/+106
2021-05-22[OpenACC privatization] Prune uninteresting/varying diagnostics in 'libgomp.o...Thomas Schwinge1-6/+3
2021-05-21Fix rs6000 p10 fusion patterns with old attr type namesAaron Sawdey2-4/+4
2021-05-22Daily bump.GCC Administrator10-1/+583
2021-05-21combine patterns for add-add fusionAaron Sawdey6-3/+135
2021-05-21Test cases for p10 fusion patternsAaron Sawdey2-0/+271
2021-05-21openmp: Fix up firstprivate+lastprivate clause handling [PR99928]Jakub Jelinek7-13/+140
2021-05-21openmp: Fix up handling of implicit lastprivate on outer constructs for impli...Jakub Jelinek4-205/+423
2021-05-21[OpenACC privatization] Reject 'static', 'external' in blocks [PR90115]Thomas Schwinge7-36/+45
2021-05-21[OpenACC privatization] Largely extend diagnostics and corresponding testsuit...Thomas Schwinge92-253/+2342
2021-05-21Add '__OPTIMIZE__' DejaGnu selectorThomas Schwinge3-0/+29
2021-05-21[OpenACC privatization] Explain OpenACC privatization candidate selection [PR...Thomas Schwinge1-3/+42
2021-05-21[OpenACC privatization] Skip processing if no work to be done [PR90115]Thomas Schwinge1-1/+2
2021-05-21[OpenACC privatization] Explain two different configurations [PR90115]Thomas Schwinge1-0/+20
2021-05-21[OpenACC privatization] Don't let unhandled 'IFN_UNIQUE_OACC_PRIVATE' linger ...Thomas Schwinge2-6/+6
2021-05-21[OpenACC privatization] Don't evaluate OpenMP 'for' clauses [PR90115]Thomas Schwinge1-1/+2
2021-05-21[OpenACC privatization, nvptx] Tighten some aspects [PR90115]Thomas Schwinge1-5/+6
2021-05-21openacc: Add support for gang local storage allocation in shared memory [PR90...Julian Brown15-15/+606
2021-05-21x86: Remove MAX_BITSIZE_MODE_ANY_INTH.J. Lu1-12/+3
2021-05-21Elide expand_constructor if move by pieces is preferredH.J. Lu3-0/+61
2021-05-21Don't skip 'libgomp.oacc-fortran/privatized-ref-2.f90' for nvptx offloadingThomas Schwinge1-1/+11
2021-05-21Add 'libgomp.oacc-fortran/privatized-ref-2.f90'Tobias Burnus1-0/+101
2021-05-21aarch64: Add attributes for builtins specified in aarch64-builtins.cKyrylo Tkachov1-25/+31
2021-05-21Add insn types for fusion pairsAaron Sawdey3-148/+168
2021-05-21i386: Add comparisons for 4-byte vectors [PR100637]Uros Bizjak6-2/+244