comparison llvmdc.kdevelop.filelist @ 107:3efbcc81ba45 trunk

[svn r111] Fixed most problems with complex number support and added typeinfo for them. Added typeinfo ti_C. Did some changes to the way expressions that have both lvalue and rvalue LLVM values are handled.
author lindquist
date Tue, 20 Nov 2007 00:02:35 +0100
parents 5b5194b25f33
children 288fe1029e1f
comparison
equal deleted inserted replaced
106:5b5194b25f33 107:3efbcc81ba45
130 gen/toir.cpp 130 gen/toir.cpp
131 gen/tollvm.cpp 131 gen/tollvm.cpp
132 gen/tollvm.h 132 gen/tollvm.h
133 gen/toobj.cpp 133 gen/toobj.cpp
134 gen/typeinf.h 134 gen/typeinf.h
135 gen/typeinfo12.d
136 gen/typinf.cpp 135 gen/typinf.cpp
137 lphobos 136 lphobos
138 lphobos/crc32.d 137 lphobos/crc32.d
139 lphobos/gc 138 lphobos/gc
140 lphobos/gc/gclinux.d 139 lphobos/gc/gclinux.d
191 lphobos/std/traits.d 190 lphobos/std/traits.d
192 lphobos/std/uni.d 191 lphobos/std/uni.d
193 lphobos/std/utf.d 192 lphobos/std/utf.d
194 lphobos/typeinfo1 193 lphobos/typeinfo1
195 lphobos/typeinfo1/ti_byte.d 194 lphobos/typeinfo1/ti_byte.d
195 lphobos/typeinfo1/ti_cdouble.d
196 lphobos/typeinfo1/ti_cfloat.d
196 lphobos/typeinfo1/ti_char.d 197 lphobos/typeinfo1/ti_char.d
198 lphobos/typeinfo1/ti_creal.d
197 lphobos/typeinfo1/ti_dchar.d 199 lphobos/typeinfo1/ti_dchar.d
198 lphobos/typeinfo1/ti_delegate.d 200 lphobos/typeinfo1/ti_delegate.d
199 lphobos/typeinfo1/ti_double.d 201 lphobos/typeinfo1/ti_double.d
200 lphobos/typeinfo1/ti_float.d 202 lphobos/typeinfo1/ti_float.d
201 lphobos/typeinfo1/ti_idouble.d 203 lphobos/typeinfo1/ti_idouble.d
211 lphobos/typeinfo1/ti_ulong.d 213 lphobos/typeinfo1/ti_ulong.d
212 lphobos/typeinfo1/ti_ushort.d 214 lphobos/typeinfo1/ti_ushort.d
213 lphobos/typeinfo1/ti_void.d 215 lphobos/typeinfo1/ti_void.d
214 lphobos/typeinfo1/ti_wchar.d 216 lphobos/typeinfo1/ti_wchar.d
215 lphobos/typeinfo2 217 lphobos/typeinfo2
218 lphobos/typeinfo2/ti_AC.d
216 lphobos/typeinfo2/ti_Adouble.d 219 lphobos/typeinfo2/ti_Adouble.d
217 lphobos/typeinfo2/ti_Afloat.d 220 lphobos/typeinfo2/ti_Afloat.d
218 lphobos/typeinfo2/ti_Ag.d 221 lphobos/typeinfo2/ti_Ag.d
219 lphobos/typeinfo2/ti_Aint.d 222 lphobos/typeinfo2/ti_Aint.d
220 lphobos/typeinfo2/ti_Along.d 223 lphobos/typeinfo2/ti_Along.d
221 lphobos/typeinfo2/ti_Areal.d 224 lphobos/typeinfo2/ti_Areal.d
222 lphobos/typeinfo2/ti_Ashort.d 225 lphobos/typeinfo2/ti_Ashort.d
226 lphobos/typeinfo2/ti_C.d
223 lphobos/typeinfos1.d 227 lphobos/typeinfos1.d
224 lphobos/typeinfos2.d 228 lphobos/typeinfos2.d
225 runalltests.d 229 runalltests.d
226 test 230 test
227 test/a.d 231 test/a.d
302 test/bug61.d 306 test/bug61.d
303 test/bug62.d 307 test/bug62.d
304 test/bug63.d 308 test/bug63.d
305 test/bug64.d 309 test/bug64.d
306 test/bug66.d 310 test/bug66.d
307 test/bug69.d
308 test/bug7.d 311 test/bug7.d
312 test/bug70.d
309 test/bug8.d 313 test/bug8.d
310 test/bug9.d 314 test/bug9.d
311 test/c.d 315 test/c.d
312 test/classes.d 316 test/classes.d
313 test/classes2.d 317 test/classes2.d