comparison llvmdc.kdevelop.filelist @ 117:56a21f3e5d3e trunk

[svn r121] Finished ModuleInfo implementation. Static ctors/dtors now work according to spec. Changed class vtable types slightly in some cases. Overridden functions now always take the the type of the first class declaring the method as this parameter. This helps when using headers (w. implementation somewhere else)
author lindquist
date Mon, 26 Nov 2007 04:49:23 +0100
parents 5880c12dba83
children 79c9ac745fbc
comparison
equal deleted inserted replaced
116:fd7ad91fd713 117:56a21f3e5d3e
149 lphobos/internal/adi.d 149 lphobos/internal/adi.d
150 lphobos/internal/arrays.d 150 lphobos/internal/arrays.d
151 lphobos/internal/cast.d 151 lphobos/internal/cast.d
152 lphobos/internal/contract.d 152 lphobos/internal/contract.d
153 lphobos/internal/mem.d 153 lphobos/internal/mem.d
154 lphobos/internal/moduleinit.d
155 lphobos/internal/objectimpl.d 154 lphobos/internal/objectimpl.d
156 lphobos/internal/qsort2.d 155 lphobos/internal/qsort2.d
157 lphobos/llvm 156 lphobos/llvm
158 lphobos/llvm/intrinsic.d 157 lphobos/llvm/intrinsic.d
159 lphobos/llvm/va_list.d 158 lphobos/llvm/va_list.d
389 test/interface7.d 388 test/interface7.d
390 test/intrinsics.d 389 test/intrinsics.d
391 test/mainargs1.d 390 test/mainargs1.d
392 test/memory1.d 391 test/memory1.d
393 test/moduleinfo1.d 392 test/moduleinfo1.d
393 test/moduleinfo2.d
394 test/multiarr1.d 394 test/multiarr1.d
395 test/multiarr2.d 395 test/multiarr2.d
396 test/multiarr3.d 396 test/multiarr3.d
397 test/multiarr4.d 397 test/multiarr4.d
398 test/neg.d 398 test/neg.d