]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/d/expr.cc
d: Fix ICE in gimplify_var_or_parm_decl, at gimplify.c:2755 (PR100882)
[thirdparty/gcc.git] / gcc / d / expr.cc
2021-06-04  Iain Buclawd: Fix ICE in gimplify_var_or_parm_decl, at gimplify...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-22  Iain Buclawd: Fix OutOfMemoryError thrown when appending to an...
2020-11-18  Iain Buclawd: Fix LHS of array concatentation evaluated before...
2020-09-04  Iain Buclawd: Fix ICE in create_tmp_var, at gimple-expr.c:482
2020-08-26  Iain Buclawd: Fix no RVO when returning struct literals initialize...
2020-08-04  Iain Buclawd: Fix struct literals that have non-deterministic...
2020-08-04  Iain Buclawd: Fix PR96429: Pointer subtraction uses TRUNC_DIV_EXPR
2020-07-30  Iain Buclawd: Fix associative array literals that don't have align...
2020-07-30  Iain Buclawd: Inline bounds checking for simple array assignments.
2020-07-30  Iain Buclawd: Refactor use of built-in memcmp/memcpy/memset into...
2020-07-30  Iain Buclawd: Move private functions out of ExprVisitor into local...
2020-06-16  Iain Buclawd: Update code formatting in a consistent style.
2020-06-16  Iain Buclawd: Consistently format quotations in comments.
2020-06-16  Iain Buclawd: Move generation of array bounds error to own function.
2020-06-16  Iain Buclawd: Use new isXxxxExp helpers where possible
2020-06-16  Iain Buclawd: Use new isTypeXxxx helpers where possible.
2020-06-14  Iain Buclawd: Fix line lengths after mechanical field renames.
2020-06-08  Iain Buclawd: Merge upstream dmd 955b8b36f.
2020-06-05  Iain Buclawd: Merge upstream dmd f5638c7b8.
2020-06-04  Iain Buclawd: Merge upstream dmd 48d704f08
2020-05-06  Iain Buclawd: Fix ICE in verify_gimple_stmt, at tree-cfg.c:4959
2020-03-31  Iain Buclawd: Use memset to fill alignment holes with zeroes.
2020-03-18  Jakub JelinekFix up duplicated duplicated words in comments
2020-01-01  Jakub JelinekUpdate copyright years.
2019-05-17  Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-04-23  Iain Buclawd: Add support for compiling without libphobos library.
2019-03-12  Iain Buclawd/dmd: Merge upstream dmd 19b1454b5
2019-01-20  Iain Buclaw[D] Fix identity comparison for structs with complex...
2019-01-20  Johannes Pfau[D] Fix IdentityExp comparison for complex floats.
2019-01-15  Iain Buclaw[D] Move building of typeof(null) values to a common...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-10-28  Iain BuclawAdd D front-end, libphobos library, and D2 testsuite.