]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/d/decl.cc
Update copyright years.
[thirdparty/gcc.git] / gcc / d / decl.cc
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-10  Iain Buclawd: Merge upstream dmd 3982604c5, druntime bc58b1e9...
2021-12-10  Iain Buclawd: Align methods to MINIMUM_METHOD_BOUNDARY.
2021-12-08  Iain Buclawd: Merge upstream dmd 568496d5b, druntime 178c44ff...
2021-11-30  Iain Buclawd: Import dmd b8384668f, druntime e6caaab9, phobos...
2021-11-18  Iain Buclawd: Use HOST_WIDE_INT for type size temporaries.
2021-07-30  Iain Buclawd: Only handle named enums in enum_initializer_decl
2021-07-30  Iain Buclawd: Set COMDAT and visibility of thunks only if they...
2021-07-30  Iain Buclawd: Factor aggregate_initializer_decl to set the sinit...
2021-04-17  Iain Buclawd: Add TARGET_D_TEMPLATES_ALWAYS_COMDAT
2021-04-14  Iain Buclawd: Move call to set_linkage_for_decl to declare_extern_var.
2021-04-08  Iain Buclawd: Update language attribute support, and implement...
2021-04-05  Iain Buclawd: Use weak linkage for template symbols instead of...
2021-04-03  Iain Buclawd: Merge upstream dmd 3b808e838, druntime 483bc129...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-15  Iain Buclawd: Fix ICE in gimplify_expr, at gimplify.c (PR98277)
2020-11-13  Iain Buclawd: Fix ICE in finish_thunk (PR97644)
2020-11-10  Strager NedsRefactor copying decl section names
2020-10-23  Jan HubickaMove thunks out of cgraph_node
2020-10-22  Jan HubickaMove nested function info out of cgraph_node
2020-09-12  Iain Buclawd: Build TYPE_DECLs for non-numeric enum types.
2020-09-10  Iain Buclawd: Don't warn about variables initialized with 'void'
2020-08-31  Iain Buclawd: Fix ICEs in the front-end when pointer size is 16...
2020-08-26  Iain Buclawd: Fix no RVO when returning struct literals initialize...
2020-08-18  Iain Buclawd: Fix ICE Segmentation fault during RTL pass: expand...
2020-08-03  Iain Buclawd: Fix ICE using non-local variable: internal compiler...
2020-06-25  Iain Buclawd: Do not implicitly set DECL_DECLARED_INLINE_P on...
2020-06-25  Iain Buclawd: Don't set DECL_INITIAL if initializer is 'void'.
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: Use new isXxxxExp helpers where possible
2020-06-16  Iain Buclawd: Use toTypeFunction instead of explicit cast
2020-06-16  Iain Buclawd: Use new isTypeXxxx helpers where possible.
2020-06-09  Iain Buclawd: Merge upstream dmd 13d67c575.
2020-06-07  Iain Buclawd: Merge upstream dmd 73d8e2fec.
2020-06-07  Iain Buclawd: Merge upstream dmd 108ca1bcd.
2020-06-05  Iain Buclawd: Merge upstream dmd 56f0a65c4.
2020-06-05  Iain Buclawd: Merge upstream dmd 6d5bffa54
2020-06-04  Iain Buclawd: Merge upstream dmd 48d704f08
2020-06-02  Iain Buclawd: Set up input_location before lowering Dsymbol AST
2020-04-26  Iain Buclawd: Recognize pragma(inline) in the code generator.
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-03-16  Iain Buclawd: Fix multiple definition error when using mixins...
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-04-21  Iain Buclawd: Use semanticRun to prevent declaration pass from...
2019-04-12  Iain Buclawd: Add -fbuilding-libphobos-tests option
2019-03-20  Iain Buclawd: Fix ICE force_type_die, at dwarf2out.c using nested...
2019-01-26  Iain BuclawFix ICE when handling void initialized manifest constants.
2019-01-01  Jakub JelinekUpdate copyright years.
2018-10-28  Iain BuclawAdd D front-end, libphobos library, and D2 testsuite.