aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-05-27c++: Output less irrelevant info for function template decl [PR100716]Matthias Kretz3-15/+156
2021-05-27c++: Add missing scope in typedef diagnostic [PR100763]Matthias Kretz1-0/+2
2021-05-27i386: Remove unneeded binary operand fixup from expanders.Uros Bizjak2-160/+56
2021-05-27PR other/100463 - many errors using GTY and hash_mapMartin Sebor2-31/+50
2021-05-27c++: parameter pack inside static_assert [PR99893]Patrick Palka2-0/+14
2021-05-27c++: argument pack with expansion [PR86355]Jason Merrill2-2/+18
2021-05-27c++: Relax rule for non-type arguments in partial specs [CWG1315]Patrick Palka10-71/+114
2021-05-27i386: Add XOP comparisons for 4- and 8-byte vectors [PR100637]Uros Bizjak2-2/+58
2021-05-27Fortran: Fix erroneous "pointer argument is not associated" runtime errorHarald Anlauf2-1/+36
2021-05-27PR fortran/100656 - prevent ICE in gfc_conv_expr_presentHarald Anlauf2-2/+15
2021-05-27arm: Remove use of opts_set in arm_configure_build_target [PR100767]Richard Earnshaw3-17/+12
2021-05-27Use get_range_query in simplify_conversion_using_ranges.Aldy Hernandez1-1/+1
2021-05-27Move global range code to value-query.cc.Aldy Hernandez6-161/+158
2021-05-27Tweak Wstringop-overflow-55.c test.Aldy Hernandez1-1/+1
2021-05-27i386: Add uavg_ceil patterns for 4-byte vectors [PR100637]Uros Bizjak3-0/+61
2021-05-27Daily bump.GCC Administrator6-1/+304
2021-05-27Small tweak to documentation of scalar_storage_orderEric Botcazou1-2/+3
2021-05-26c++: access for hidden friend of nested class template [PR100502]Patrick Palka3-0/+42
2021-05-26Cleanup get_range_infoAldy Hernandez2-45/+14
2021-05-26Convert remaining passes to get_range_query.Aldy Hernandez26-159/+332
2021-05-26Convert Walloca pass to get_range_query.Aldy Hernandez3-11/+11
2021-05-26Convert evrp pass to get_range_query.Aldy Hernandez1-11/+9
2021-05-26Common API for accessing global and on-demand ranges.Aldy Hernandez11-50/+172
2021-05-26i386: Autovectorize 4-byte vectorsUros Bizjak10-9/+205
2021-05-26Fix gcc-bootstrap issueBernd Edlinger1-0/+2
2021-05-26Warn on type punning that toggles scalar storage orderEric Botcazou2-0/+31
2021-05-26arm: Auto-vectorization for MVE: vaddvChristophe Lyon4-14/+53
2021-05-26Remove useless register keywordsJakub Jelinek7-30/+32
2021-05-26arc: Remove useless register keywordJan-Benedict Glaw1-10/+10
2021-05-26c++: constexpr and copy elision within mem init [PR100368]Patrick Palka2-7/+24
2021-05-26c++: Fix reference NTTP binding to noexcept fn [PR97420]Patrick Palka3-26/+23
2021-05-26openmp: Fix up handling of target constructs in offloaded routines [PR100573]Jakub Jelinek2-8/+43
2021-05-26C-SKY: Delete TARGET_CAN_CHANGE_MODE_CLASS, use defualt definition.Geng Qi1-16/+0
2021-05-26Fix C++ libgomp regressionsEric Botcazou1-1/+1
2021-05-26DOC: update documentation of __gcov_{dump,reset}Martin Liska1-3/+5
2021-05-26docs: port old-intall.texi part to install.texiMartin Liska1-14/+58
2021-05-26Remove install-old.texiMartin Liska4-205/+3
2021-05-26C-SKY: Support fldrd/fstrd for fpuv2 and fldr.64/fstr.64 for fpuv3.Geng Qi6-11/+51
2021-05-26C-SKY: Delete definition TARGET_PROMOTE_PROTOTYPES, just use the default defi...Geng Qi1-3/+0
2021-05-26C-SKY: Fix FAIL of gcc.dg/torture/stackalign/builtin-return-2.c.Geng Qi1-0/+4
2021-05-26C-SKY: Add instruction "ld.bs".Geng Qi2-0/+21
2021-05-26Optimize x < 0 ? ~y : y to (x >> 31) ^ y in match.pdAndrew Pinski3-2/+85
2021-05-26Add a couple of A?CST1:CST2 match and simplify optimizationsAndrew Pinski1-0/+41
2021-05-26Daily bump.GCC Administrator7-1/+394
2021-05-25Remove the logical stmt cache for now.Andrew MacLeod2-340/+2
2021-05-25Adjust fur_source internal api to use gori_compute not ranger_cache.Andrew MacLeod2-15/+15
2021-05-25Make expr_range_in_bb stmt based rather than block based.Andrew MacLeod2-19/+19
2021-05-25Tweak location of non-null calls. revamp ranger debug output.Andrew MacLeod2-76/+74
2021-05-25Unify temporal cache with gori dependencies.Andrew MacLeod2-85/+32
2021-05-25Add imports and strengthen the export definition in range_def and gori_map.Andrew MacLeod2-106/+327