gcc/gcc/d
GCC Administrator 57ea089421 Daily bump.
2020-08-27 00:16:27 +00:00
..
dmd d: Merge upstream dmd e49192807 2020-08-26 10:03:56 +02:00
ChangeLog Daily bump. 2020-08-27 00:16:27 +00:00
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017
ChangeLog-2018
ChangeLog-2019
config-lang.in
d-attribs.cc d: Fix ICE in uda_attribute_p when looking up unknown attribute 2020-06-25 17:02:45 +02:00
d-builtins.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
d-codegen.cc d: Fix small struct literals that have non-deterministic hash values 2020-08-26 10:03:55 +02:00
d-compiler.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
d-convert.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
d-ctfloat.cc d: Merge upstream dmd 56f0a65c4. 2020-06-05 17:52:57 +02:00
d-diagnostic.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
d-frontend.cc d: Fix no RVO when returning struct literals initialized with constructor. 2020-08-26 10:03:56 +02:00
d-gimplify.cc d: Move lowering of each tree node to separate functions 2020-08-26 10:03:54 +02:00
d-incpath.cc d: Merge upstream dmd 48d704f08 2020-06-04 23:27:12 +02:00
d-lang.cc d: Use read() to load contents of stdin into memory. 2020-08-26 10:03:55 +02:00
d-longdouble.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
d-port.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
d-spec.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
d-system.h
d-target-def.h
d-target.cc d: Merge upstream dmd b0df0e982 2020-06-07 16:50:46 +02:00
d-target.def
d-target.h
d-tree.def
d-tree.h d: Move d_gimplify_expr and dependencies to d-gimplify.cc 2020-08-26 10:03:54 +02:00
decl.cc d: Fix no RVO when returning struct literals initialized with constructor. 2020-08-26 10:03:56 +02:00
expr.cc d: Fix no RVO when returning struct literals initialized with constructor. 2020-08-26 10:03:56 +02:00
gdc.texi d: Add -Wvarargs warning flag to the D front-end 2020-07-30 23:44:31 +02:00
imports.cc d: Consistently format quotations in comments. 2020-06-16 23:37:55 +02:00
intrinsics.cc d: Fix regression, all 32-bit execution tests FAIL: internal error printing module cycle 2020-07-31 18:43:23 +02:00
intrinsics.def d: Implement core.bitop.rol() and core.bitop.ror() as intrinsics. 2020-07-30 12:03:58 +02:00
lang-specs.h
lang.opt d: Add -Wvarargs warning flag to the D front-end 2020-07-30 23:44:31 +02:00
longdouble.h d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
Make-lang.in d: Move d_gimplify_expr and dependencies to d-gimplify.cc 2020-08-26 10:03:54 +02:00
modules.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
README.gcc
runtime.cc d: Consistently format quotations in comments. 2020-06-16 23:37:55 +02:00
runtime.def
toir.cc d: Fix no RVO when returning struct literals initialized with constructor. 2020-08-26 10:03:56 +02:00
typeinfo.cc d: Update code formatting in a consistent style. 2020-06-16 23:39:23 +02:00
types.cc d: Fix no NRVO when returning an array of a non-POD struct 2020-08-26 10:03:55 +02:00
verstr.h

The files in the dmd subdirectory are part of the front-end for the
Digital Mars D compiler, hosted at https://github.com/dlang/dmd/.

They cover the lexical analysis, parsing, and semantic analysis of the
D Programming Language defined in the documents at https://dlang.org/.

To report a problem or look up known issues with the dmd front-end,
please visit the issue tracker at https://issues.dlang.org/.

All changes to dmd should go through the upstream repository first,
then merged back to GCC.