aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/d-gimplify.cc
AgeCommit message (Expand)AuthorFilesLines
2023-02-21d: Only handle the left-to-right evaluation of a call expression during gimplifyIain Buclaw1-0/+9
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-06-15d: Add `@visibility' and `@hidden' attributes.Iain Buclaw1-2/+2
2022-05-16d: Merge upstream dmd 60bfa0ee7, druntime 94bd5bcb, phobos 3a1cd9a01.Iain Buclaw1-1/+2
2022-02-16d: Merge upstream dmd 52844d4b1, druntime dbd0c874, phobos 896b1d0e1.Iain Buclaw1-0/+71
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-09d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.Iain Buclaw1-35/+30
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-08-26d: Move lowering of each tree node to separate functionsIain Buclaw1-91/+119
2020-08-26d: Move d_gimplify_expr and dependencies to d-gimplify.ccIain Buclaw1-0/+187