comparison llvmdc.kdevelop.filelist @ 100:5071469303d4 trunk

[svn r104] TONS OF FIXES. Split up declaration, constant initializer gen and definition for globals, structs, classes and functions. Improved ClassInfo support (not complete), not in vtable yet. Fixed a bunch of forward reference problems. Much more. Major commit! :)
author lindquist
date Fri, 16 Nov 2007 08:21:47 +0100
parents a676a7743642
children 169fda3a77d4
comparison
equal deleted inserted replaced
99:a676a7743642 100:5071469303d4
101 dmd/version.h 101 dmd/version.h
102 gen 102 gen
103 gen/arrays.cpp 103 gen/arrays.cpp
104 gen/arrays.h 104 gen/arrays.h
105 gen/binops.cpp 105 gen/binops.cpp
106 gen/classes.cpp
107 gen/classes.h
106 gen/dvalue.cpp 108 gen/dvalue.cpp
107 gen/dvalue.h 109 gen/dvalue.h
108 gen/dwarftypes.cpp 110 gen/dwarftypes.cpp
109 gen/enums.h 111 gen/enums.h
112 gen/functions.cpp
113 gen/functions.h
110 gen/irstate.cpp 114 gen/irstate.cpp
111 gen/irstate.h 115 gen/irstate.h
112 gen/llvm.h 116 gen/llvm.h
113 gen/logger.cpp 117 gen/logger.cpp
114 gen/logger.h 118 gen/logger.h
221 test/arrayinit.d 225 test/arrayinit.d
222 test/arrays.d 226 test/arrays.d
223 test/arrays10.d 227 test/arrays10.d
224 test/arrays11.d 228 test/arrays11.d
225 test/arrays12.d 229 test/arrays12.d
230 test/arrays13.d
226 test/arrays2.d 231 test/arrays2.d
227 test/arrays3.d 232 test/arrays3.d
228 test/arrays4.d 233 test/arrays4.d
229 test/arrays5.d 234 test/arrays5.d
230 test/arrays6.d 235 test/arrays6.d
289 test/bug59.d 294 test/bug59.d
290 test/bug6.d 295 test/bug6.d
291 test/bug60.d 296 test/bug60.d
292 test/bug61.d 297 test/bug61.d
293 test/bug62.d 298 test/bug62.d
299 test/bug63.d
294 test/bug64.d 300 test/bug64.d
301 test/bug66.d
295 test/bug7.d 302 test/bug7.d
296 test/bug8.d 303 test/bug8.d
297 test/bug9.d 304 test/bug9.d
298 test/c.d 305 test/c.d
299 test/classes.d 306 test/classes.d