aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-12-18Darwin: Future-proof and homogeneize detection of darwin versionsFrançois-Xavier Coudert8-11/+12
2021-12-18Daily bump.GCC Administrator6-1/+303
2021-12-17attribs: Fix wrong error with -Wno-attribute=A::b [PR103649]Marek Polacek7-6/+56
2021-12-17testsuite: update expected results for ilp32.David Edelsohn1-2/+2
2021-12-17Add -mdejagnu-cpu=power7 to dg-options for pr97142.cOlivier Hainque1-1/+1
2021-12-17c++: Improve diagnostic for class tmpl/class redecl [PR103749]Marek Polacek4-1/+37
2021-12-17rs6000: Update darn testcasesSegher Boessenkool4-8/+6
2021-12-17rs6000: Redo darn (PR103624)Segher Boessenkool3-25/+40
2021-12-17coroutines: Handle initial awaiters with non-void returns [PR 100127].Iain Sandoe2-1/+72
2021-12-17coroutines: Pass lvalues to user-defined operator new [PR 100772].Iain Sandoe3-4/+174
2021-12-17coroutines, c++: Add test for PR 96517.Iain Sandoe1-0/+29
2021-12-17rs6000: Fix fake vec_promote overloadBill Schmidt1-1/+1
2021-12-17testsuite: pragma-optimize.c requires ifunc.David Edelsohn1-0/+1
2021-12-17vect: Fix multi-vector SLP gather loads [PR103744]Richard Sandiford3-2/+55
2021-12-17docs: fix option name referenceMartin Liska1-1/+1
2021-12-17docs: Fix spelling issues in -fipa-strict-aliasing.Martin Liska1-3/+3
2021-12-17slp: check that the operation we're combing is a boolean operation [PR103741]Tamar Christina2-1/+29
2021-12-17Darwin, Driver: Avoid a link line for empty commands.Iain Sandoe2-7/+6
2021-12-17Darwin, ppc: Additional change for r12-5974.Iain Sandoe1-1/+1
2021-12-17Add combine splitter to transform vpternlogd/vpcmpeqd/vpxor/vblendvps to vble...Haochen Jiang2-4/+48
2021-12-17__builtin_dynamic_object_size: Recognize builtinSiddhesh Poyarekar29-42/+378
2021-12-17tree-object-size: Use trees and support negative offsetsSiddhesh Poyarekar10-159/+409
2021-12-16c++: tweak commentJason Merrill1-2/+0
2021-12-16c++: layout of aggregate base with DMI [PR103681]Jason Merrill8-46/+217
2021-12-17Daily bump.GCC Administrator5-1/+232
2021-12-16Testsuite: Tweak gcc.dg/20021029-1.c for nios2.Sandra Loosemore1-0/+1
2021-12-16c++: delayed noexcept in member function template [PR99980]Marek Polacek2-1/+37
2021-12-16Check for class type before assuming a type is one [PR103703].Martin Sebor2-1/+33
2021-12-16Fix member alignment for all targets [PR103751].Martin Sebor1-0/+1
2021-12-16c++: two-stage name lookup for overloaded operators [PR51577]Patrick Palka30-298/+794
2021-12-16i386: Enable VxHF vector modes lower ABI levels [PR103571]Uros Bizjak3-27/+23
2021-12-16opts: do not do sanity check when an error is seenMartin Liska1-1/+1
2021-12-16pragma: respect pragma in lambda functionsMartin Liska2-1/+27
2021-12-16Fix FLUSH IOSTAT valueFrancois-Xavier Coudert1-0/+16
2021-12-16Fix timezone handling near year boundariesFrancois-Xavier Coudert1-0/+35
2021-12-16docs: add missing leading dash for option.Martin Liska1-1/+1
2021-12-16rs6000: Refactor altivec_build_resolved_builtinBill Schmidt1-772/+945
2021-12-16aarch64: fix: ls64 tests fail on aarch64_be [PR103729]Przemyslaw Wirkus1-3/+2
2021-12-16For -foffload= suggest also 'disable' and 'default' [PR103644]Tobias Burnus1-13/+12
2021-12-16Daily bump.GCC Administrator5-1/+279
2021-12-15c++: Allow constexpr decltype(auto) [PR102229]Marek Polacek3-32/+74
2021-12-15testsuite: Be more informative for ICEsThomas Schwinge4-13/+13
2021-12-15d: Merge upstream dmd 93108bb9e, druntime 6364e010, phobos 575b67a9b.Iain Buclaw50-439/+1423
2021-12-15Add new test [PR78969].Martin Sebor1-0/+47
2021-12-15configure: Account CXXFLAGS in gcc-plugin.m4.Iain Sandoe1-0/+5
2021-12-15nvptx: Add -misa=sm_75 and -misa=sm_80Roger Sayle8-3/+82
2021-12-15[nvptx] Add -mptx=7.0Tom de Vries4-2/+9
2021-12-15aarch64: Don't classify vector pairs as short vectors [PR103094]Richard Sandiford2-2/+39
2021-12-15c++: Fix warning word splitting [PR103713]Martin Liska1-2/+3
2021-12-15middle-end: REE should always check all vector usages, even if it finds a def...Tamar Christina3-19/+117