annotate commands.txt @ 56:51605de93870

TupleExp.optimize UnrolledLoopStatement.ctor UnrolledLoopStatement.semantic UnrolledLoopStatement.blockExit OrOrExp.checkSideEffect FuncExp.syntaxCopy FuncLiteralDeclaration.syntaxCopy WhileStatement.hasBreak StructInitializer.toExpression StructLiteralExp.ctor StructLiteralExp.optimize BinExp.commonSemanticAssign ModAssignExp.opId Argument.isLazyArray CommaExp.implicitConvTo CommaExp.castTo TypeClass.isBaseOf createTypeInfoArray TypeTuple.getTypeInfoDeclaration TypeInfoTupleDeclaration.ctor TypeNext.constConv XorExp.implicitConvTo TemplateParameter.isTemplateValueParameter
author korDen
date Sat, 21 Aug 2010 14:16:53 +0400
parents 544b922227c7
children cab4c37afb89
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
1 -g
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
2 -debug
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
3 -version=DMDV2
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
4 -version=TX86
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
5 -version=MARS
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
6 -version=TARGET_WINDOS
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
7 -version=_WIN32
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
8 -version=WindowsXP
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
9 -version=DumbClone
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
10 -version=STRUCTTHISREF
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
11 -version=CCASTSYNTAX
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
12 -version=CARRAYDECL
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
13 -version=BREAKABI
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
14 -version=SEH
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
15 -version=OMFOBJ
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
16 -version=SNAN_DEFAULT_INIT
34
544b922227c7 update to work with dmd 2.048
korDen
parents: 7
diff changeset
17 -ofC:\dmd2.032\windows\bin\dmd.exe
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
18 bridge.obj
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
19 ddmd.def
34
544b922227c7 update to work with dmd 2.048
korDen
parents: 7
diff changeset
20 C:\dmd2.032\src\dmd\dmd.lib
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
21 main.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
22 win32\windef.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
23 win32\winuser.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
24 win32\wingdi.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
25 dlib\CrashHandler.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
26 dbg\ui\CrashWindow.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
27 dbg\Debug.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
28 dbg\symbol\CodeView.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
29 dbg\image\PE.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
30 dmd\AggregateDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
31 dmd\VarExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
32 dmd\Tuple.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
33 dmd\UnrolledLoopStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
34 dmd\SwitchErrorStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
35 dmd\NewAnonClassExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
36 dmd\StructLiteralExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
37 dmd\StaticIfCondition.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
38 dmd\BoolExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
39 dmd\ShlAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
40 dmd\ShrAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
41 dmd\UshrAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
42 dmd\CatAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
43 dmd\Port.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
44 dmd\declaration\MATCH.d
7
89cc05dbdae1 Implementing TemplateAliasParameter and TemplateValueParameter
dkoroskin <>
parents: 3
diff changeset
45 dmd\templates\Util.d
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
46 dmd\expression\Util.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
47 dmd\expression\Add.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
48 dmd\expression\Xor.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
49 dmd\expression\Ptr.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
50 dmd\expression\Min.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
51 dmd\expression\And.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
52 dmd\expression\Shr.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
53 dmd\expression\Not.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
54 dmd\expression\Mod.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
55 dmd\expression\Mul.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
56 dmd\expression\Com.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
57 dmd\expression\Ushr.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
58 dmd\expression\Shl.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
59 dmd\expression\Div.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
60 dmd\expression\Cmp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
61 dmd\expression\Identity.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
62 dmd\expression\ArrayLength.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
63 dmd\expression\Equal.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
64 dmd\expression\Or.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
65 dmd\expression\Neg.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
66 dmd\expression\Cat.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
67 dmd\expression\Slice.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
68 dmd\expression\Index.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
69 dmd\expression\shift_optimize.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
70 dmd\expression\util\arrayTypeCompatible.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
71 dmd\condition\util\findCondition.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
72 dmd\OverExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
73 dmd\Cast.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
74 dmd\TupleExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
75 dmd\ArrayLengthExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
76 dmd\TypeInfoConstDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
77 dmd\TypeInfoInvariantDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
78 dmd\TypeInfoSharedDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
79 dmd\TypeInfoStructDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
80 dmd\TypeInfoInterfaceDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
81 dmd\TypeInfoEnumDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
82 dmd\TypeInfoClassDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
83 dmd\TypeInfoArrayDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
84 dmd\TypeInfoDelegateDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
85 dmd\TypeInfoTypedefDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
86 dmd\TypeInfoPointerDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
87 dmd\DsymbolExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
88 dmd\GlobalExpressions.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
89 dmd\NewExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
90 dmd\PeelStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
91 dmd\HaltExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
92 dmd\SymOffExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
93 dmd\type\Util.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
94 dmd\SymbolExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
95 dmd\Optimize.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
96 dmd\DotVarExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
97 dmd\DeclarationExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
98 dmd\TraitsExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
99 dmd\ComplexExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
100 dmd\ErrorExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
101 dmd\AssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
102 dmd\DotExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
103 dmd\AliasDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
104 dmd\DefaultInitExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
105 dmd\FileInitExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
106 dmd\LineInitExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
107 dmd\AnonDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
108 dmd\AliasThis.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
109 dmd\AlignDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
110 dmd\AnonymousAggregateDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
111 dmd\Argument.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
112 dmd\FuncExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
113 dmd\ArrayLiteralExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
114 dmd\AssocArrayLiteralExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
115 dmd\AssertExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
116 dmd\IsExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
117 dmd\TypeExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
118 dmd\StringExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
119 dmd\NullExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
120 dmd\RealExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
121 dmd\ThisExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
122 dmd\ScopeExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
123 dmd\Array.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
124 dmd\DotIdExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
125 dmd\FileExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
126 dmd\SuperExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
127 dmd\TypeidExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
128 dmd\CompileExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
129 dmd\IdentifierExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
130 dmd\DollarExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
131 dmd\AndAndExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
132 dmd\DotTemplateInstanceExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
133 dmd\OrExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
134 dmd\PostExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
135 dmd\CallExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
136 dmd\SliceExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
137 dmd\ArrayExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
138 dmd\AddrExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
139 dmd\UAddExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
140 dmd\XorExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
141 dmd\CommaExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
142 dmd\BinExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
143 dmd\CondExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
144 dmd\OrOrExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
145 dmd\AndExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
146 dmd\InExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
147 dmd\EqualExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
148 dmd\CmpExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
149 dmd\ShlExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
150 dmd\AddExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
151 dmd\CatExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
152 dmd\MinExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
153 dmd\MulExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
154 dmd\ModExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
155 dmd\DivExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
156 dmd\ShrExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
157 dmd\UshrExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
158 dmd\CastExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
159 dmd\DeleteExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
160 dmd\ComExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
161 dmd\NotExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
162 dmd\UnaExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
163 dmd\NegExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
164 dmd\PtrExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
165 dmd\IntegerExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
166 dmd\AddAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
167 dmd\AndAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
168 dmd\DivAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
169 dmd\MinAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
170 dmd\ModAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
171 dmd\MulAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
172 dmd\OrAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
173 dmd\XorAssignExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
174 dmd\IdentityExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
175 dmd\ArrayInitializer.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
176 dmd\ArrayScopeSymbol.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
177 dmd\ArrayTypes.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
178 dmd\AsmStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
179 dmd\AttribDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
180 dmd\BUILTIN.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
181 dmd\BaseClass.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
182 dmd\BreakStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
183 dmd\CaseRangeStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
184 dmd\CaseStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
185 dmd\Catch.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
186 dmd\ClassDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
187 dmd\ClassInfoDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
188 dmd\CompileDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
189 dmd\CompileStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
190 dmd\CompoundDeclarationStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
191 dmd\CompoundStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
192 dmd\Condition.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
193 dmd\ConditionalDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
194 dmd\ConditionalStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
195 dmd\ContinueStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
196 dmd\CppMangleState.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
197 dmd\CtorDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
198 dmd\DVCondition.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
199 dmd\Dchar.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
200 dmd\DebugCondition.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
201 dmd\DebugSymbol.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
202 dmd\Declaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
203 dmd\DeclarationStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
204 dmd\DefaultStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
205 dmd\DeleteDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
206 dmd\DoStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
207 dmd\DocComment.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
208 dmd\Dsymbol.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
209 dmd\DsymbolTable.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
210 dmd\DtorDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
211 dmd\EnumDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
212 dmd\EnumMember.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
213 dmd\Escape.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
214 dmd\ExpInitializer.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
215 dmd\ExpStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
216 dmd\Expression.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
217 dmd\File.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
218 dmd\FileName.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
219 dmd\ForStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
220 dmd\ForeachRangeStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
221 dmd\ForeachStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
222 dmd\FuncAliasDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
223 dmd\FuncDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
224 dmd\FuncLiteralDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
225 dmd\Global.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
226 dmd\GotoCaseStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
227 dmd\GotoDefaultStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
228 dmd\GotoStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
229 dmd\HdrGenState.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
230 dmd\ILS.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
231 dmd\IRState.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
232 dmd\Id.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
233 dmd\Identifier.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
234 dmd\IfStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
235 dmd\Import.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
236 dmd\Initializer.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
237 dmd\InlineCostState.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
238 dmd\InlineDoState.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
239 dmd\InlineScanState.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
240 dmd\IntRange.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
241 dmd\InterState.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
242 dmd\InterfaceDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
243 dmd\InvariantDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
244 dmd\LINK.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
245 dmd\LabelDsymbol.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
246 dmd\LabelStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
247 dmd\Lexer.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
248 dmd\Library.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
249 dmd\LinkDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
250 dmd\Loc.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
251 dmd\Lstring.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
252 dmd\MATCH.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
253 dmd\Macro.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
254 dmd\Module.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
255 dmd\ModuleDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
256 dmd\ModuleInfoDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
257 dmd\NewDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
258 dmd\ObjModule.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
259 dmd\OnScopeStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
260 dmd\OutBuffer.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
261 dmd\OverloadSet.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
262 dmd\PREC.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
263 dmd\PROT.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
264 dmd\Package.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
265 dmd\Param.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
266 dmd\Parser.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
267 dmd\PostBlitDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
268 dmd\PragmaDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
269 dmd\PragmaStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
270 dmd\ProtDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
271 dmd\RET.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
272 dmd\ReturnStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
273 dmd\STC.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
274 dmd\Scope.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
275 dmd\ScopeDsymbol.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
276 dmd\ScopeStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
277 dmd\Section.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
278 dmd\Statement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
279 dmd\StaticAssert.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
280 dmd\StaticAssertStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
281 dmd\StaticCtorDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
282 dmd\StaticDtorDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
283 dmd\StaticIfDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
284 dmd\StorageClassDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
285 dmd\String.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
286 dmd\StringEntry.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
287 dmd\StringTable.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
288 dmd\StringValue.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
289 dmd\StructDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
290 dmd\StructInitializer.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
291 dmd\SwitchStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
292 dmd\SymbolDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
293 dmd\SynchronizedStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
294 dmd\TOK.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
295 dmd\TY.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
296 dmd\TemplateAliasParameter.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
297 dmd\TemplateDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
298 dmd\TemplateInstance.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
299 dmd\TemplateMixin.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
300 dmd\TemplateParameter.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
301 dmd\TemplateThisParameter.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
302 dmd\TemplateTupleParameter.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
303 dmd\TemplateTypeParameter.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
304 dmd\TemplateValueParameter.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
305 dmd\ThisDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
306 dmd\ThrowStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
307 dmd\Token.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
308 dmd\TryCatchStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
309 dmd\TryFinallyStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
310 dmd\TupleDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
311 dmd\Type.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
312 dmd\TypeAArray.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
313 dmd\TypeArray.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
314 dmd\TypeBasic.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
315 dmd\TypeClass.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
316 dmd\TypeDArray.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
317 dmd\TypeDelegate.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
318 dmd\TypeEnum.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
319 dmd\TypeFunction.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
320 dmd\TypeIdentifier.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
321 dmd\TypeInfoDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
322 dmd\TypeInstance.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
323 dmd\TypeNext.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
324 dmd\TypePointer.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
325 dmd\TypeQualified.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
326 dmd\TypeReference.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
327 dmd\TypeReturn.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
328 dmd\TypeSArray.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
329 dmd\EnumUtils.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
330 dmd\TypeSlice.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
331 dmd\TypeStruct.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
332 dmd\TypeTuple.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
333 dmd\TypeTypedef.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
334 dmd\TypeTypeof.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
335 dmd\TypedefDeclaration.d
56
51605de93870 TupleExp.optimize
korDen
parents: 34
diff changeset
336 dmd\TypeInfoTupleDeclaration
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
337 dmd\UnionDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
338 dmd\UnitTestDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
339 dmd\Utf.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
340 dmd\Util.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
341 dmd\DotTemplateExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
342 dmd\DelegateExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
343 dmd\RemoveExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
344 dmd\TemplateExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
345 dmd\DotTypeExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
346 dmd\IndexExp.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
347 dmd\VarDeclaration.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
348 dmd\VersionCondition.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
349 dmd\VersionSymbol.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
350 dmd\VoidInitializer.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
351 dmd\VolatileStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
352 dmd\WhileStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
353 dmd\WithScopeSymbol.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
354 dmd\WithStatement.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
355 dmd\backend\Blockx.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
356 dmd\backend\enum_t.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
357 dmd\backend\Symbol.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
358 dmd\backend\Util.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
359 dmd\backend\TYPE.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
360 dmd\backend\TYM.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
361 dmd\backend\mTY.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
362 dmd\backend\block.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
363 dmd\backend\code.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
364 dmd\backend\glue.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
365 dmd\backend\dt_t.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
366 dmd\backend\elem.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
367 dmd\backend\func_t.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
368 dmd\backend\Cstate.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
369 dmd\backend\TYFL.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
370 dmd\backend\RTLSYM.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
371 dmd\backend\symtab_t.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
372 dmd\backend\Classsym.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
373 dmd\backend\con_t.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
374 dmd\backend\cse_t.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
375 dmd\backend\struct_t.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
376 dmd\backend\OPER.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
377 dmd\backend\StringTab.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
378 dmd\backend\DT.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
379 dmd\backend\Configv.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
380 dmd\backend\iasm.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
381 dmd\backend\rel.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
382 dmd\backend\LIST.d
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
383 dmd\codegen\Util.d