aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-02gcc: regenerate configureMartin Liska1-2/+2
2022-12-02Daily bump.GCC Administrator8-1/+514
2022-12-02i386: Save/restore recog_data in ix86_vector_duplicate_value [PR106577]Jakub Jelinek2-0/+15
2022-12-02c++: Incremental fix for g++.dg/gomp/for-21.C [PR84469]Jakub Jelinek4-15/+81
2022-12-02c++: Deduce range for structured bindings if expression is not type dependent...Jakub Jelinek3-5/+68
2022-12-02match.pd: rewrite select to branchless expressionMichael Collison2-0/+50
2022-12-02Add --param max-unswitch-depthRichard Biener3-1/+10
2022-12-02PR59447: --with-dwarf2 implies "(or later)"Eric Gallager3-3/+5
2022-12-01analyzer: handle comparisons against negated symbolic values [PR107948]David Malcolm3-0/+65
2022-12-01analyzer: add test coverage for string opsDavid Malcolm2-0/+128
2022-12-02Fix ICE due to incorrect insn type.liuhongt2-1/+9
2022-12-01c++: comptypes ICE with BOUND_TEMPLATE_TEMPLATE_PARMs [PR107539]Patrick Palka4-6/+47
2022-12-02libstdc++: Add error handler for <stacktrace>Björn Schäpers1-7/+12
2022-12-01varasm: Fix type confusion bugAlex Coplan1-1/+1
2022-12-01gcc: remove incpath.o from CXX_C_OBJSMartin Liska1-1/+1
2022-12-02RISC-V: Remove tail && mask policy operand for vmclr, vmset, vmld, vmstJu-Zhe Zhong2-3/+2
2022-12-02RISC-V: Add attributes for VSETVL PASSJu-Zhe Zhong5-48/+290
2022-12-02RISC-V: Add duplicate vector support.Ju-Zhe Zhong11-18/+881
2022-12-01amdgcn: Add preprocessor builtins for every processor typePaul-Antoine Arras2-14/+32
2022-12-01ada: Strip conversions for the implementation of storage modelsEric Botcazou1-0/+5
2022-12-01ada: Enforce Aggregate aspect legality ruleSteve Baird1-0/+6
2022-12-01ada: Further adjustments to User's Guide for PIE defaultEric Botcazou3-29/+21
2022-12-01ada: Fix misphrasing in commentRonan Desplanques1-1/+1
2022-12-01ada: Use the address type of a Storage_Model_Type for 'AddressGary Dismukes1-1/+28
2022-12-01ada: Fix minor issues in reference manualRonan Desplanques2-53/+53
2022-12-01ada: Minor updates to gnat/doc configurationJosue Nava Bello1-28/+72
2022-12-01arm: Fix MVE testsuite falloutsChristophe Lyon7-69/+69
2022-12-01tree-optimization/107937 - uninit predicate simplification fixupRichard Biener3-8/+63
2022-12-01tree-optimization/107935 - fixup equivalence handling in PHI VNRichard Biener2-1/+24
2022-12-01i386: Improve *concat<mode><dwi>3_{1,2,3,4} patterns [PR107627]Jakub Jelinek4-12/+89
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-01Daily bump.GCC Administrator10-1/+301
2022-11-30maintainer-scripts: Add gdc to update_web_docs_gitIain Buclaw1-0/+1
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 Taylor2-3/+3
2022-11-30Fix addvdi3 and subvdi3 patternsJohn David Anglin1-18/+22