aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/d-tree.h
AgeCommit message (Expand)AuthorFilesLines
2020-08-31d: Fix ICEs in the front-end when pointer size is 16-bit.Iain Buclaw1-1/+1
2020-08-26d: Move d_gimplify_expr and dependencies to d-gimplify.ccIain Buclaw1-0/+3
2020-08-04d: Fix struct literals that have non-deterministic hash values (PR96153)Iain Buclaw1-1/+1
2020-08-03d: Fix ICE using non-local variable: internal compiler error: Segmentation faultIain Buclaw1-0/+1
2020-07-30d: Fix associative array literals that don't have alignment holes filledIain Buclaw1-0/+1
2020-07-30d: Refactor use of built-in memcmp/memcpy/memset into helper functions.Iain Buclaw1-0/+3
2020-07-30d: Refactor matching and lowering of intrinsic functions.Iain Buclaw1-1/+1
2020-06-25d: Move d_signed_type and d_unsigned_type to types.ccIain Buclaw1-2/+2
2020-06-16d: Update code formatting in a consistent style.Iain Buclaw1-5/+5
2020-06-16d: Move generation of array bounds error to own function.Iain Buclaw1-0/+1
2020-06-05d: Merge upstream dmd 56f0a65c4.Iain Buclaw1-0/+1
2020-05-06d: Fix ICE in verify_gimple_stmt, at tree-cfg.c:4959Iain Buclaw1-3/+1
2020-04-27d: Fix ICE in assign_temp, at function.c:984 (PR94777)Iain Buclaw1-2/+2
2020-04-01d: Merge UDAs between function prototype and definitions (PR90136)Iain Buclaw1-4/+2
2020-03-20d: Fix SEGV in hash_table<odr_name_hasher, false, xcallocator>::find_slot_wit...Iain Buclaw1-0/+5
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-04-23d: Add support for compiling without libphobos library.Iain Buclaw1-1/+2
2019-04-12d: Add -fbuilding-libphobos-tests optionIain Buclaw1-1/+6
2019-01-20[D] Fix identity comparison for structs with complex float fields.Iain Buclaw1-0/+1
2019-01-15[D] Move building of typeof(null) values to a common function.Iain Buclaw1-0/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-28Add D front-end, libphobos library, and D2 testsuite.Iain Buclaw1-0/+675