8sa1-gcc/gcc/d
GCC Administrator 6e9d865119 Daily bump.
2020-12-16 00:16:31 +00:00
..
dmd d: Remove d_size_t from front-end sources (PR 87788) 2020-11-29 13:06:32 +01:00
ChangeLog Daily bump. 2020-12-16 00:16:31 +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-builtins.cc
d-codegen.cc d: Fix LHS of array concatentation evaluated before the RHS. 2020-11-18 10:22:18 +01:00
d-compiler.cc
d-convert.cc
d-ctfloat.cc
d-diagnostic.cc
d-frontend.cc
d-gimplify.cc
d-incpath.cc
d-lang.cc
d-longdouble.cc
d-port.cc
d-spec.cc
d-system.h
d-target-def.h
d-target.cc d: Fix ICE in finish_thunk (PR97644) 2020-11-13 14:58:58 +01:00
d-target.def d: Add darwin support for D language front-end 2020-11-29 22:10:00 +01:00
d-target.h
d-tree.def
d-tree.h
decl.cc d: Fix ICE in gimplify_expr, at gimplify.c (PR98277) 2020-12-15 22:20:35 +01:00
expr.cc d: Fix OutOfMemoryError thrown when appending to an array with a side effect 2020-11-22 19:39:26 +01:00
gdc.texi
imports.cc
intrinsics.cc d: Add float and double overloads for all core.math intrinsics 2020-11-27 21:27:13 +01:00
intrinsics.def d: Add float and double overloads for all core.math intrinsics 2020-11-27 21:27:13 +01:00
lang-specs.h
lang.opt
longdouble.h
Make-lang.in configury: Fix up --enable-link-serialization support 2020-11-20 08:45:11 +01:00
modules.cc d: Add darwin support for D language front-end 2020-11-29 22:10:00 +01:00
README.gcc
runtime.cc
runtime.def
toir.cc
typeinfo.cc
types.cc d: Merge upstream dmd db0df3f7e. 2020-11-27 21:27:14 +01: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.