aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-11-30d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)Iain Buclaw2437-133854/+213443
2021-11-30ipa-param-manip: Be careful about a reallocating hash_mapMartin Jambor1-3/+4
2021-11-30Add comment to indicate tail recursionRichard Biener1-0/+1
2021-11-30Always track arguments, even when ignoring equiv params.Andrew MacLeod2-12/+33
2021-11-30Remove more stray returns and gcc_unreachable ()sRichard Biener12-25/+3
2021-11-30tree-optimization/103489 - fix ICE when bool pattern recog failsRichard Biener2-0/+30
2021-11-30Change if-to-switch-conversion test.Martin Liska1-2/+2
2021-11-30[OpenACC] Remove erroneous "Orphan reductions cannot have gang partitioning" ...Thomas Schwinge8-51/+62
2021-11-30Consolidate OpenACC "gang reduction on an orphan loop" checkingThomas Schwinge5-61/+20
2021-11-30Re OpenACC "gang reduction on an orphan loop" error messageFrederik Harwath3-4/+196
2021-11-30[OpenACC] Allow gang reductions inside serial constructsKwok Cheung Yeung1-1/+13
2021-11-30Make OpenACC orphan gang reductions errorsCesar Philippidis15-2/+516
2021-11-30Fix c-c++-common/goacc/routine-4.c and c-c++-common/goacc/routine-4-extern.c ...Kwok Cheung Yeung2-80/+64
2021-11-30[Committed] PR testsuite/103477: Fix big-endian mistake in new test case.Roger Sayle1-4/+4
2021-11-30Remove can_throw_non_call_exceptions special case from operator_div::wi_fold.Aldy Hernandez3-8/+22
2021-11-30vect: Support masked gather loads with SLPRichard Sandiford5-10/+203
2021-11-30if-conv: Apply VN to hoisted conversionsRichard Sandiford4-14/+104
2021-11-30vect: Support gather loads with SLPRichard Sandiford8-51/+223
2021-11-30vect: Use generalised accessors to build SLP nodesRichard Sandiford2-72/+114
2021-11-30vect: Use code_helper when building SLP nodesRichard Sandiford1-51/+26
2021-11-30vect: Fix SVE mask_gather_load/store_store testsRichard Sandiford1-0/+1
2021-11-30vect: Fix vect_is_reductionRichard Sandiford2-2/+17
2021-11-30vect: Pass mode to gather/scatter testsRichard Sandiford6-39/+56
2021-11-30Mark IFN_ADD/MUL_OVERFLOW as commutativeRichard Sandiford2-0/+30
2021-11-30Mark IFN_UBSAN_CHECK_ADD/MUL as commutativeRichard Sandiford2-0/+32
2021-11-30Mark IFN_COMPLEX_MUL as commutativeRichard Sandiford2-0/+17
2021-11-30Canonicalize argument order for commutative functionsRichard Sandiford3-20/+75
2021-11-30vect: Add support for fmax and fmin reductionsRichard Sandiford21-9/+599
2021-11-30vect: Make reduction code handle callsRichard Sandiford11-259/+561
2021-11-30gimple-match: Make code_helper conversions explicitRichard Sandiford3-33/+45
2021-11-30gimple-match: Add a gimple_extract_op functionRichard Sandiford2-110/+135
2021-11-30Fix -freorder-blocks-and-partition glitch with Windows SEH (continued)Eric Botcazou2-4/+6
2021-11-30libcpp: Enable P1949R7 for C++11 and up as it was a DR [PR100977]Jakub Jelinek8-21/+19
2021-11-30c++: Small incremental tweak to source_location::current() foldingJakub Jelinek1-8/+7
2021-11-30x86_64: PR target/100711: Splitters for pandnRoger Sayle3-0/+96
2021-11-30Only return after resetting type_param_spec_listRichard Biener1-2/+2
2021-11-30middle-end/103485 - fix conversion kind for vectorsRichard Biener2-1/+13
2021-11-30Avoid some -Wunreachable-code-ctrlRichard Biener14-59/+14
2021-11-29rs6000: Remove builtin mask check from builtin_decl [PR102347]Kewen Lin2-10/+19
2021-11-29rs6000: Modify the way for extra penalized costKewen Lin1-16/+19
2021-11-29visium: Revert commit r12-5332Kewen Lin1-25/+25
2021-11-29Don't reuse reference after potential resize.Andrew MacLeod1-3/+4
2021-11-30Daily bump.GCC Administrator13-1/+223
2021-11-29analyzer: further false leak fixes due to overzealous state merging [PR103217]David Malcolm5-2/+215
2021-11-29i386: Fix and improve movhi_internal and movhf_internal some more.Uros Bizjak1-83/+128
2021-11-29Prune out valid -Winfinite-recursion [PR103469].Martin Sebor3-0/+9
2021-11-29Fix autoconf regeneration slip-up.Eric Gallager1-1/+0
2021-11-29Make etags path used by build system configurableEric Gallager11-20/+55
2021-11-29rs6000: Add Power10 optimization for most _mm_movemask*Paul A. Clarke2-0/+12
2021-11-29Fix RTL FE issue with premature returnRichard Biener1-1/+2