]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/d/d-tree.h
Update copyright years.
[thirdparty/gcc.git] / gcc / d / d-tree.h
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-08  Iain Buclawd: Merge upstream dmd 568496d5b, druntime 178c44ff...
2021-11-30  Iain Buclawd: Import dmd b8384668f, druntime e6caaab9, phobos...
2021-08-29  Iain Buclawd: Call the assertp and boundsp variants for assert...
2021-07-29  Iain Buclawd: Ensure casting from bool results in either 0 or...
2021-07-28  Iain Buclawd: Compile-time reflection for supported built-ins...
2021-06-10  Iain Buclawd: Fix ICE in TypeInfoDeclaration, at dmd/declaration...
2021-04-17  Iain Buclawd: Add TARGET_D_TEMPLATES_ALWAYS_COMDAT
2021-04-05  Iain Buclawd: Use weak linkage for template symbols instead of...
2021-02-05  Iain Buclawd: Remove the expansion of intrinsic and built-in codes...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-30  Iain Buclawd: Give the result of evaluated expressions a location
2020-08-31  Iain Buclawd: Fix ICEs in the front-end when pointer size is 16...
2020-08-26  Iain Buclawd: Move d_gimplify_expr and dependencies to d-gimplify.cc
2020-08-04  Iain Buclawd: Fix struct literals that have non-deterministic...
2020-08-03  Iain Buclawd: Fix ICE using non-local variable: internal compiler...
2020-07-30  Iain Buclawd: Fix associative array literals that don't have align...
2020-07-30  Iain Buclawd: Refactor use of built-in memcmp/memcpy/memset into...
2020-07-30  Iain Buclawd: Refactor matching and lowering of intrinsic functions.
2020-06-25  Iain Buclawd: Move d_signed_type and d_unsigned_type to types.cc
2020-06-16  Iain Buclawd: Update code formatting in a consistent style.
2020-06-16  Iain Buclawd: Move generation of array bounds error to own function.
2020-06-05  Iain Buclawd: Merge upstream dmd 56f0a65c4.
2020-05-06  Iain Buclawd: Fix ICE in verify_gimple_stmt, at tree-cfg.c:4959
2020-04-27  Iain Buclawd: Fix ICE in assign_temp, at function.c:984 (PR94777)
2020-03-31  Iain Buclawd: Merge UDAs between function prototype and definition...
2020-03-20  Iain Buclawd: Fix SEGV in hash_table<odr_name_hasher, false, xcall...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-04-23  Iain Buclawd: Add support for compiling without libphobos library.
2019-04-12  Iain Buclawd: Add -fbuilding-libphobos-tests option
2019-01-20  Iain Buclaw[D] Fix identity comparison for structs with complex...
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.