aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/expr.cc
AgeCommit message (Expand)AuthorFilesLines
2021-08-29d: Call the assertp and boundsp variants for assert and array contract failures.Iain Buclaw1-50/+8
2021-07-30d: Remove dead code from binary_op.Iain Buclaw1-8/+0
2021-07-30d: Don't generate a PREDICT_EXPR when assert contracts are turned off.Iain Buclaw1-9/+3
2021-07-30d: Clarify comment for generating static array assignment with literal.Iain Buclaw1-3/+3
2021-07-29d: Return the correct value for C++ constructor calls (PR101664)Iain Buclaw1-0/+13
2021-07-29d: Ensure casting from bool results in either 0 or 1 (PR96435)Iain Buclaw1-5/+8
2021-07-28d: Wrong evaluation order of binary expressions (PR101640)Iain Buclaw1-1/+1
2021-06-04d: Fix ICE in gimplify_var_or_parm_decl, at gimplify.c:2755 (PR100882)Iain Buclaw1-6/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-22d: Fix OutOfMemoryError thrown when appending to an array with a side effectIain Buclaw1-24/+43
2020-11-18d: Fix LHS of array concatentation evaluated before the RHS.Iain Buclaw1-0/+3
2020-09-04d: Fix ICE in create_tmp_var, at gimple-expr.c:482Iain Buclaw1-3/+0
2020-08-26d: Fix no RVO when returning struct literals initialized with constructor.Iain Buclaw1-1/+13
2020-08-04d: Fix struct literals that have non-deterministic hash values (PR96153)Iain Buclaw1-35/+69
2020-08-04d: Fix PR96429: Pointer subtraction uses TRUNC_DIV_EXPRIain Buclaw1-0/+12
2020-07-30d: Fix associative array literals that don't have alignment holes filledIain Buclaw1-24/+9
2020-07-30d: Inline bounds checking for simple array assignments.Iain Buclaw1-6/+39
2020-07-30d: Refactor use of built-in memcmp/memcpy/memset into helper functions.Iain Buclaw1-35/+9
2020-07-30d: Move private functions out of ExprVisitor into local staticsIain Buclaw1-154/+159
2020-06-16d: Update code formatting in a consistent style.Iain Buclaw1-9/+9
2020-06-16d: Consistently format quotations in comments.Iain Buclaw1-4/+4
2020-06-16d: Move generation of array bounds error to own function.Iain Buclaw1-3/+1
2020-06-16d: Use new isXxxxExp helpers where possibleIain Buclaw1-28/+34
2020-06-16d: Use new isTypeXxxx helpers where possible.Iain Buclaw1-42/+29
2020-06-14d: Fix line lengths after mechanical field renames.Iain Buclaw1-1/+2
2020-06-08d: Merge upstream dmd 955b8b36f.Iain Buclaw1-28/+11
2020-06-05d: Merge upstream dmd f5638c7b8.Iain Buclaw1-3/+3
2020-06-04d: Merge upstream dmd 48d704f08Iain Buclaw1-32/+32
2020-05-06d: Fix ICE in verify_gimple_stmt, at tree-cfg.c:4959Iain Buclaw1-19/+14
2020-03-31d: Use memset to fill alignment holes with zeroes.Iain Buclaw1-3/+17
2020-03-18Fix up duplicated duplicated words in commentsJakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-1/+1
2019-04-23d: Add support for compiling without libphobos library.Iain Buclaw1-26/+39
2019-03-12d/dmd: Merge upstream dmd 19b1454b5Iain Buclaw1-0/+8
2019-01-20[D] Fix identity comparison for structs with complex float fields.Iain Buclaw1-14/+0
2019-01-20[D] Fix IdentityExp comparison for complex floats.Johannes Pfau1-5/+28
2019-01-15[D] Move building of typeof(null) values to a common function.Iain Buclaw1-27/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-28Add D front-end, libphobos library, and D2 testsuite.Iain Buclaw1-0/+3138