aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-12-01rs6000: Corrects comments which are added by r13-4423Haochen Gui1-2/+4
2022-11-30c++: small contracts fixesJason Merrill2-2/+2
2022-12-01Fix unrecognizable insn due to illegal immediate_operand (const_int 255) of Q...liuhongt2-1/+9
2022-11-30analyzer: fix i18n issues in symbolic out-of-bounds [PR106626]David Malcolm1-54/+138
2022-11-30analyzer: unify bounds-checking class hierarchiesDavid Malcolm2-94/+115
2022-11-30diagnostics: tweak diagnostic_path::interprocedural_p [PR106626]David Malcolm3-3/+74
2022-11-30analyzer: more bounds-checking wording tweaks [PR106626]David Malcolm17-109/+327
2022-11-30analyzer: add note about valid subscripts [PR106626]David Malcolm5-11/+64
2022-11-30analyzer: fix wording of 'number of bad bytes' note [PR106626]David Malcolm5-48/+56
2022-11-30analyzer: move bounds checking to a new bounds-checking.ccDavid Malcolm4-653/+698
2022-11-30analyzer: fix ICE on bind/connect with a constant fd [PR107928]David Malcolm6-2/+159
2022-12-01rs6000: Generates permute index directly for little endian targets (PR100866)Haochen Gui3-3/+20
2022-12-01Merge branch 'master' into devel/modula-2Gaius Mulley1474-16131/+54102
2022-12-01Daily bump.GCC Administrator8-1/+282
2022-11-30Token accuracy fixes for module symbol creation.Gaius Mulley9-66/+130
2022-11-30d: Add language reference section to documentation files.Iain Buclaw3-4/+2523
2022-11-30d: Update recipes for building html and pdf documentationIain Buclaw1-8/+7
2022-11-30d: Separate documentation indices into options and keywords.Iain Buclaw1-107/+118
2022-11-30d: Synchronize gdc documentation with options in d/lang.optIain Buclaw2-22/+18
2022-11-30runtime: force XSI strerror on hurdIan Lance Taylor1-1/+1
2022-11-30Fix addvdi3 and subvdi3 patternsJohn David Anglin1-18/+22
2022-11-30aarch64: Specify that FEAT_MOPS sequences clobber CCKyrylo Tkachov4-0/+55
2022-11-30d: Fix ICE on named continue label in an unrolled loop [PR107592]Iain Buclaw2-2/+37
2022-11-30switch conversion: remove dead variableMartin Liska1-2/+0
2022-11-30fix Clang warningMartin Liska1-1/+1
2022-11-30Make Warray-bounds alias to Warray-bounds= [PR107787]Iskander Shakirzyanov9-32/+43
2022-11-30Improve profile handling in switch lowering.Martin Liska2-19/+46
2022-11-30tree-optimization/107919 - predicate simplification in uninitRichard Biener1-7/+76
2022-11-30Improve uninit diagnostic dumpsRichard Biener1-2/+2
2022-11-30tree-optimization/107919 - uninit diagnostic predicate simplificationRichard Biener2-43/+43
2022-11-30tree-chrec: Fix up ICE on pointer multiplication [PR107835]Jakub Jelinek2-1/+13
2022-11-30amdgcn: Support AMD-specific 'isa' traits in OpenMP context selectorsPaul-Antoine Arras2-2/+2
2022-11-30[PR107304] note test's ifunc requirementAlexandre Oliva1-0/+1
2022-11-30LoongArch: Optimize the implementation of stack check.Lulu Cheng21-101/+361
2022-11-29analyzer: move stdio known fns to sm-file.ccDavid Malcolm2-111/+106
2022-11-29analyzer work on issues with flex-generated lexers [PR103546]David Malcolm12-0/+3577
2022-11-29analyzer: fix folding of '(PTR + 0) => PTR' [PR105784]David Malcolm2-4/+47
2022-11-29c++: ICE with <=> of incompatible pointers [PR107542]Patrick Palka2-2/+32
2022-11-30Daily bump.GCC Administrator5-1/+83
2022-11-29syscall, runtime: always call XSI strerror_rIan Lance Taylor1-1/+1
2022-11-29Bugfix to detect re-assigning a constant record in a code block.Gaius Mulley3-51/+68
2022-11-29Fortran: intrinsic MERGE shall use all its arguments [PR107874]Harald Anlauf4-2/+70
2022-11-29c++: explicit specialization and trailing requirements [PR107864]Patrick Palka3-14/+20
2022-11-29New regression tests added.Gaius Mulley5-0/+63
2022-11-29Bugfix to detect re-assigning a constant array in a code block.Gaius Mulley9-78/+219
2022-11-29tree-optimization/107852 - missed optimization with PHIsRichard Biener2-1/+97
2022-11-29tree-optimization/106995 - if-conversion and vanishing loopsRichard Biener1-1/+2
2022-11-29Couple of testsuite adjustmentsEric Botcazou2-6/+6
2022-11-29Fix PR ada/107810Eric Botcazou1-1/+1
2022-11-29tree-optimization/107898 - ICE with -Walloca-larger-thanRichard Biener1-0/+1