aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/toir.cc
AgeCommit message (Expand)AuthorFilesLines
2022-06-29d: Fix error: aggregate value used where floating point was expectedIain Buclaw1-0/+1
2022-05-24d: add 'final' and 'override' to gcc/d/*.cc 'visit' implsDavid Malcolm1-32/+32
2022-04-02d: Merge upstream dmd 47871363d, druntime, c52e28b7, phobos 99e9c1b77.Iain Buclaw1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-10d: Merge upstream dmd 3982604c5, druntime bc58b1e9, phobos 12329adb6.Iain Buclaw1-2/+1
2021-11-30d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)Iain Buclaw1-84/+17
2021-08-29d: Call the assertp and boundsp variants for assert and array contract failures.Iain Buclaw1-1/+1
2021-07-03d: Missed RVO optimization with non-POD structsIain Buclaw1-2/+30
2021-04-04d: Merge upstream dmd 3b808e838, druntime 483bc129, phobos f89dc217aIain Buclaw1-0/+7
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-08-26d: Fix no RVO when returning struct literals initialized with constructor.Iain Buclaw1-6/+50
2020-06-25d: Merge upstream dmd 4f1046222.Iain Buclaw1-1/+1
2020-06-16d: Update code formatting in a consistent style.Iain Buclaw1-13/+14
2020-06-16d: Consistently format quotations in comments.Iain Buclaw1-11/+11
2020-06-16d: Use toStringExp instead of explicit castIain Buclaw1-3/+3
2020-06-16d: Use toTypeFunction instead of explicit castIain Buclaw1-1/+1
2020-06-04d: Merge upstream dmd 48d704f08Iain Buclaw1-12/+12
2020-04-26d: Recognize pragma(inline) in the code generator.Iain Buclaw1-1/+7
2020-04-07d: Always set ASM_VOLATILE_P on asm statements (PR94425)Iain Buclaw1-2/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-06-11toir.cc (pop_label): Only queue labels in a vector.Richard Biener1-7/+22
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-8/+10
2019-04-23d: Add support for compiling without libphobos library.Iain Buclaw1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-28Add D front-end, libphobos library, and D2 testsuite.Iain Buclaw1-0/+1447