ubuntu-buildroot/output/build/host-gcc-final-11.4.0/gcc/d
chenyf 8b0660016e 1 2024-04-01 23:19:46 +08:00
..
dmd 1 2024-04-01 23:19:46 +08:00
ChangeLog 1 2024-04-01 23:19:46 +08:00
ChangeLog-2006 1 2024-04-01 23:19:46 +08:00
ChangeLog-2007 1 2024-04-01 23:19:46 +08:00
ChangeLog-2008 1 2024-04-01 23:19:46 +08:00
ChangeLog-2009 1 2024-04-01 23:19:46 +08:00
ChangeLog-2010 1 2024-04-01 23:19:46 +08:00
ChangeLog-2011 1 2024-04-01 23:19:46 +08:00
ChangeLog-2012 1 2024-04-01 23:19:46 +08:00
ChangeLog-2013 1 2024-04-01 23:19:46 +08:00
ChangeLog-2014 1 2024-04-01 23:19:46 +08:00
ChangeLog-2015 1 2024-04-01 23:19:46 +08:00
ChangeLog-2016 1 2024-04-01 23:19:46 +08:00
ChangeLog-2017 1 2024-04-01 23:19:46 +08:00
ChangeLog-2018 1 2024-04-01 23:19:46 +08:00
ChangeLog-2019 1 2024-04-01 23:19:46 +08:00
ChangeLog-2020 1 2024-04-01 23:19:46 +08:00
Make-lang.in 1 2024-04-01 23:19:46 +08:00
README.gcc 1 2024-04-01 23:19:46 +08:00
config-lang.in 1 2024-04-01 23:19:46 +08:00
d-attribs.cc 1 2024-04-01 23:19:46 +08:00
d-builtins.cc 1 2024-04-01 23:19:46 +08:00
d-codegen.cc 1 2024-04-01 23:19:46 +08:00
d-compiler.cc 1 2024-04-01 23:19:46 +08:00
d-convert.cc 1 2024-04-01 23:19:46 +08:00
d-ctfloat.cc 1 2024-04-01 23:19:46 +08:00
d-diagnostic.cc 1 2024-04-01 23:19:46 +08:00
d-frontend.cc 1 2024-04-01 23:19:46 +08:00
d-gimplify.cc 1 2024-04-01 23:19:46 +08:00
d-incpath.cc 1 2024-04-01 23:19:46 +08:00
d-lang.cc 1 2024-04-01 23:19:46 +08:00
d-longdouble.cc 1 2024-04-01 23:19:46 +08:00
d-port.cc 1 2024-04-01 23:19:46 +08:00
d-spec.cc 1 2024-04-01 23:19:46 +08:00
d-system.h 1 2024-04-01 23:19:46 +08:00
d-target-def.h 1 2024-04-01 23:19:46 +08:00
d-target.cc 1 2024-04-01 23:19:46 +08:00
d-target.def 1 2024-04-01 23:19:46 +08:00
d-target.h 1 2024-04-01 23:19:46 +08:00
d-tree.def 1 2024-04-01 23:19:46 +08:00
d-tree.h 1 2024-04-01 23:19:46 +08:00
decl.cc 1 2024-04-01 23:19:46 +08:00
expr.cc 1 2024-04-01 23:19:46 +08:00
gdc.texi 1 2024-04-01 23:19:46 +08:00
imports.cc 1 2024-04-01 23:19:46 +08:00
intrinsics.cc 1 2024-04-01 23:19:46 +08:00
intrinsics.def 1 2024-04-01 23:19:46 +08:00
lang-specs.h 1 2024-04-01 23:19:46 +08:00
lang.opt 1 2024-04-01 23:19:46 +08:00
longdouble.h 1 2024-04-01 23:19:46 +08:00
modules.cc 1 2024-04-01 23:19:46 +08:00
runtime.cc 1 2024-04-01 23:19:46 +08:00
runtime.def 1 2024-04-01 23:19:46 +08:00
toir.cc 1 2024-04-01 23:19:46 +08:00
typeinfo.cc 1 2024-04-01 23:19:46 +08:00
types.cc 1 2024-04-01 23:19:46 +08:00
verstr.h 1 2024-04-01 23:19:46 +08: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.