aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-24Use NSDMI for predicate classdevel/loop-unswitch-support-switchesRichard Biener1-6/+3
2022-05-18Another bogus range from .invert so don't use it.Richard Biener2-12/+19
2022-05-18Properly only consider reachable BBs predicatesRichard Biener2-54/+72
2022-05-18Make sure to cost bb[0], work around unreachable predicatesRichard Biener1-10/+17
2022-05-18This fixes the execute FAIL of gfortran.fortran-torture/execute/forall_7.f90Richard Biener1-44/+62
2022-05-18Avoid ICE when removing a case sharing the edge with the default caseRichard Biener2-3/+51
2022-05-17Merge remote-tracking branch 'origin/master' into unswitchRichard Biener1246-104144/+119831
2022-05-17Do not clear bb->aux in duplicate_loop_body_to_header_edgeRichard Biener1-1/+0
2022-05-17Check for equivalence after merging relations.Andrew MacLeod2-4/+24
2022-05-17Really use first found predicate. Adjust limit for loop-unswitch-16.cRichard Biener2-27/+35
2022-05-17fix ->aux clearing of duplicate_loop_body_to_header_edgeRichard Biener1-1/+0
2022-05-17i386: Fix ICE in final_scan_insn_1 [PR105624]Uros Bizjak6-249/+268
2022-05-17libgomp: Clarify that omp_display_env is fully implementedJakub Jelinek1-2/+1
2022-05-17Advise to call 'internal_error' instead of 'abort' or 'fancy_abort'Thomas Schwinge2-5/+5
2022-05-17Fix recursive unswitching regressionRichard Biener3-74/+98
2022-05-17graphite: Fix minor mistakes in commentsFrederik Harwath2-3/+3
2022-05-17graphite: Rename isl_id_for_ssa_nameFrederik Harwath1-10/+11
2022-05-17libgomp.texi: Document OpenMP context selectorsTobias Burnus1-0/+32
2022-05-17gcn/t-omp-device: Add 'amdgcn' as 'arch' [PR105602]Tobias Burnus2-2/+2
2022-05-17openmp: Add support for inoutset depend-kindJakub Jelinek19-42/+365
2022-05-17More cleanupsRichard Biener2-198/+213
2022-05-17libstdc++: Skip tests that fail for the versioned namespaceJonathan Wakely2-0/+2
2022-05-17libstdc++: Stop defining C++0x compat symbols for versioned namespaceJonathan Wakely8-22/+54
2022-05-17libgomp.texi: Add OpenMP 5.2 implementation statusTobias Burnus1-5/+56
2022-05-17i386: Fix up V2DI and V1TI inequality comparisons [PR105613]Jakub Jelinek2-2/+34
2022-05-17random fixesRichard Biener2-57/+66
2022-05-17OpenMP: Add omp_all_memory support to FortranTobias Burnus11-22/+567
2022-05-17tree-optimization/105618 - restore load sinkingRichard Biener2-0/+24
2022-05-17[Ada] Restore defensive guard in checks for volatile actualsPiotr Trojanek1-1/+2
2022-05-17[Ada] Subprogram renaming fails to hide homographGary Dismukes1-0/+25
2022-05-17[Ada] CUDA: remove code performing kernel registrationGhjuvan Lacambre2-503/+8
2022-05-17[Ada] Enhance the warning on C enum with size clause for size /= 32Etienne Servais1-5/+12
2022-05-17[Ada] Allow inlining for proof inside genericsYannick Moy5-10/+103
2022-05-17[Ada] Provide allocation subtype for allocators of a Designated_Storage_Model...Gary Dismukes2-8/+44
2022-05-17[Ada] Cleanups related to front-end SJLJBob Duff8-75/+21
2022-05-17[Ada] GNAT.Binary_Search is not internalDmitriy Anisimkov1-0/+1
2022-05-17[Ada] Fix insertion of declaration inside quantified expressionYannick Moy1-1/+1
2022-05-17[Ada] Fix Forced sign flag in formatted stringMarc Poulhiès1-1/+1
2022-05-17[Ada] Fix small glitch in Expand_N_Full_Type_DeclarationEric Botcazou1-2/+1
2022-05-17[Ada] Requires_Cleanup_Actions and N_Protected_BodyBob Duff1-1/+0
2022-05-17[Ada] Output.w always writes to stderrBob Duff1-4/+42
2022-05-17[Ada] Generic binary search implementationDmitriy Anisimkov5-169/+412
2022-05-17[Ada] Fix bogus visibility error with partially parameterized formal packageEric Botcazou3-79/+167
2022-05-17[Ada] Take full view of private typeEtienne Servais1-1/+3
2022-05-17[Ada] Allow 'Reduce with -gnat2022Arnaud Charlet2-12/+1
2022-05-17[Ada] Don't create calls to Abort_Undefer when not Abort_AllowedGhjuvan Lacambre1-1/+3
2022-05-17[Ada] Typo fix in finalization commentMarc Poulhiès1-8/+8
2022-05-17[Ada] Initialize Compiler_State to avoid Constraint_ErrorEtienne Servais1-1/+1
2022-05-17[Ada] Deal with derived record types in Has_Compatible_RepresentationEric Botcazou1-0/+10
2022-05-17[Ada] Streamline implementation of Has_Compatible_RepresentationEric Botcazou4-49/+31