gcc/gcc/d
Gaius Mulley 1d7705735b Merge branch 'master' into devel/modula-2. 2022-08-08 11:38:49 +01:00
..
dmd d: Merge upstream dmd d7772a2369, phobos 5748ca43f. 2022-08-03 13:01:53 +02:00
ChangeLog Daily bump. 2022-08-04 00:16:49 +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
ChangeLog-2020
ChangeLog-2021
Make-lang.in d: Build the D sources in the front-end with -fno-exceptions 2022-07-06 19:51:38 +02:00
README.gcc
config-lang.in
d-attribs.cc Merge branch 'master' into devel/modula-2. 2022-07-06 20:04:26 +01:00
d-builtins.cc Merge branch 'master' into devel/modula-2. 2022-07-06 20:04:26 +01:00
d-codegen.cc d: Merge upstream dmd d7772a2369, phobos 5748ca43f. 2022-08-03 13:01:53 +02:00
d-compiler.cc Merge branch 'master' into devel/modula-2. 2022-07-06 20:04:26 +01:00
d-convert.cc Merge branch 'master' into devel/modula-2. 2022-07-06 20:04:26 +01:00
d-ctfloat.cc
d-diagnostic.cc
d-frontend.cc
d-frontend.h
d-gimplify.cc Merge branch 'master' into devel/modula-2. 2022-07-06 20:04:26 +01:00
d-incpath.cc
d-lang.cc d: Merge upstream dmd d7772a2369, phobos 5748ca43f. 2022-08-03 13:01:53 +02:00
d-longdouble.cc
d-port.cc
d-spec.cc
d-system.h
d-target-def.h
d-target.cc
d-target.def
d-target.h
d-tree.def
d-tree.h Merge branch 'master' into devel/modula-2. 2022-07-06 20:04:26 +01:00
decl.cc d: Merge upstream dmd d7772a2369, phobos 5748ca43f. 2022-08-03 13:01:53 +02:00
expr.cc d: Merge upstream dmd d7772a2369, phobos 5748ca43f. 2022-08-03 13:01:53 +02:00
gdc.texi
imports.cc d: add more 'final' and 'override' to gcc/d/*.cc 'visit' impls 2022-05-25 13:12:53 +02:00
intrinsics.cc Merge branch 'master' into devel/modula-2. 2022-07-06 20:04:26 +01:00
intrinsics.def Merge branch 'master' into devel/modula-2. 2022-07-06 20:04:26 +01:00
lang-specs.h
lang.opt d: Merge upstream dmd d7772a2369, phobos 5748ca43f. 2022-08-03 13:01:53 +02:00
longdouble.h
modules.cc
runtime.cc
runtime.def Merge branch 'master' into devel/modula-2. 2022-07-06 20:04:26 +01:00
toir.cc Merge branch 'master' into devel/modula-2. 2022-07-06 20:04:26 +01:00
typeinfo.cc Merge branch 'master' into devel/modula-2. 2022-07-06 20:04:26 +01:00
types.cc Merge branch 'master' into devel/modula-2. 2022-07-06 20:04:26 +01:00

README.gcc

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.