aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-05d: Merge upstream dmd 6d5bffa54Iain Buclaw18-61/+52
2020-06-05tree-optimization/95539 - fix SLP_TREE_REPRESENTATIVE vs. dr_infoRichard Biener3-5/+45
2020-06-05expand: Simplify removing subregs when expanding a copy [PR95254]Fei Yang3-1/+94
2020-06-05ix86: Improve __builtin_c[lt]z followed by extension [PR95535]Jakub Jelinek3-0/+194
2020-06-05Add new/delete to struct occurenceJonathan Wakely2-26/+45
2020-06-05middle-end/95493 - bogus MEM_ATTRS for variable array accessRichard Biener3-55/+73
2020-06-05Fix bitmask conflict between PTA_AVX512VP2INTERSECT and PTA_WAITPKG in gcc/co...Cui,Lili1-1/+1
2020-06-05Daily bump.GCC Administrator11-1/+906
2020-06-04libstdc++: Remove workarounds for constrained nested class templatesJonathan Wakely2-94/+97
2020-06-04Implement a solution for PR middle-end/10138 and PR middle-end/95136.Martin Sebor43-316/+1566
2020-06-04d: Merge upstream dmd 48d704f08Iain Buclaw66-1476/+1503
2020-06-04libstdc++: Specialize copy/copy_n for istreambuf_iterator and deque iteratorsFrançois Dumont10-35/+349
2020-06-04d: Merge upstream dmd 47ed0330fIain Buclaw128-128/+129
2020-06-04c++: Fix complex constexpr virtual cases [PR93310].Jason Merrill4-42/+54
2020-06-04c++: Fix FE devirt with diamond inheritance [PR95158]Jason Merrill4-11/+59
2020-06-04PR fortran/95500 - Segfault compiling extra interface on intrinsicHarald Anlauf2-0/+16
2020-06-04coroutines: Fix missed ramp function return copy elision [PR95346].Iain Sandoe2-25/+73
2020-06-04Add test for PR95464.c.Vladimir N. Makarov1-0/+64
2020-06-04[OpenACC 'exit data'] Evaluate 'copyfrom' individually for 'GOMP_MAP_STRUCT' ...Thomas Schwinge2-26/+83
2020-06-04[OpenACC 'exit data'] Evaluate 'finalize' individually for 'GOMP_MAP_STRUCT' ...Thomas Schwinge3-47/+156
2020-06-04Fix 'sizeof' usage in 'libgomp.oacc-c-c++-common/deep-copy-{7,8}.c'Thomas Schwinge2-4/+4
2020-06-04[OpenACC] Repair/restore 'is_tgt_unmapped' checkingThomas Schwinge8-30/+135
2020-06-04[OpenACC] Don't open-code 'gomp_remove_var' in 'acc_unmap_data'Thomas Schwinge1-4/+6
2020-06-04[OpenACC] Remove 'tgt' reference counting from 'acc_unmap_data' [PR92854]Thomas Schwinge1-7/+7
2020-06-04Extend 'libgomp.oacc-c-c++-common/pr92854-1.c' some more [PR92854]Thomas Schwinge1-17/+47
2020-06-04[OpenACC] Use 'tgt' returned from 'gomp_map_vars'Thomas Schwinge1-12/+15
2020-06-04[OpenACC] XFAIL behavior of over-eager 'finalize' clauseThomas Schwinge10-0/+336
2020-06-04[OpenACC] Missing unlocking on error paths in attach/detach code, part IIThomas Schwinge1-1/+4
2020-06-04[OpenACC] Missing unlocking on error paths in attach/detach codeJulian Brown1-2/+8
2020-06-04'libgomp.oacc-fortran/{error_,}stop-{1,2,3}.f': initialize before the checkpointThomas Schwinge6-0/+24
2020-06-04d: Split up d-frontend.cc into multiple parts.Iain Buclaw5-420/+516
2020-06-04Add processing STRICT_LOW_PART for matched reloads.Vladimir N. Makarov2-2/+7
2020-06-04aarch64: PR target/95526: Fix gimplification of varargsRichard Biener1-0/+1
2020-06-04ipa-sra: Do not remove statements necessary because of non-call EH (PR 95113)Martin Jambor5-16/+60
2020-06-04[ARM]: Correct the grouping of operands in MVE vector scatter store intrinsic...Srinath Parvathaneni8-321/+1363
2020-06-04[PATCH][GCC] arm: Fix the MVE ACLE vbicq intrinsics.Srinath Parvathaneni13-16/+28
2020-06-04add vect_get_slp_vect_defRichard Biener4-17/+17
2020-06-04Add explicit SLP_TREE_LANESRichard Biener4-19/+19
2020-06-04libstdc++: Make std::copy_n work with negative and non-integral sizesJonathan Wakely4-6/+137
2020-06-04Simplify SLP code wrt SLP_TREE_DEF_TYPERichard Biener3-194/+89
2020-06-04Fix zero-masking for vcvtps2ph when dest operand is memory.liuhongt4-4/+70
2020-06-04[Ada] AI12-0184: Long Long C Data typesArnaud Charlet1-3/+5
2020-06-04[Ada] New package Ada.Task_InitializationArnaud Charlet6-0/+104
2020-06-04[Ada] Ada_2020: contracts for formal subprogramsEd Schonberg2-3/+224
2020-06-04[Ada] Add missing conversion in call to Finalize primitiveEric Botcazou1-0/+9
2020-06-04[Ada] Get rid of Disable_FE_Inline_AlwaysArnaud Charlet4-8/+4
2020-06-04[Ada] Fix a couple of oversights in previous changeEric Botcazou2-4/+17
2020-06-04[Ada] Put_Image attributeBob Duff43-224/+3612
2020-06-04[Ada] Alignment clause ignored on completion derived from private typeEric Botcazou7-81/+70
2020-06-04[Ada] Remove OpenACC supportArnaud Charlet14-2678/+837