Improve costs for DImode shifts of interger constants.
[official-gcc.git] / gcc / d / README.gcc
blob757545cc705aa2edaf7548e529cb688620567d35
1 The files in the dmd subdirectory are part of the front-end for the
2 Digital Mars D compiler, hosted at https://github.com/dlang/dmd/.
4 They cover the lexical analysis, parsing, and semantic analysis of the
5 D Programming Language defined in the documents at https://dlang.org/.
7 To report a problem or look up known issues with the dmd front-end,
8 please visit the issue tracker at https://issues.dlang.org/.
10 All changes to dmd should go through the upstream repository first,
11 then merged back to GCC.