comparison llvmdc.kdevelop.filelist @ 131:5825d48b27d1 trunk

[svn r135] * Merged DMD 1.025 * * Fixed a minor linking order mishap * * Added an command line option -annotate * * Fixed some problems with running optimizations * * Added std.stdio and dependencies to lphobos (still not 100% working, but compiles and links) * * Fixed problems with passing aggregate types to variadic functions * * Added initial code towards full GC support, currently based on malloc and friends, not all the runtime calls the GC yet for memory * * Fixed problems with resolving nested function context pointers for some heavily nested cases * * Redid function argument passing + other minor code cleanups, still lots to do on this end... *
author lindquist
date Fri, 04 Jan 2008 01:38:42 +0100
parents 8096ba7082db
children 1700239cab2e
comparison
equal deleted inserted replaced
130:a7dfa0ed966c 131:5825d48b27d1
1 # KDevelop Custom Project File List 1 # KDevelop Custom Project File List
2 Doxyfile
2 demos 3 demos
3 demos/gl.d 4 demos/gl.d
4 demos/glfuncs.d 5 demos/glfuncs.d
5 demos/gltypes.d 6 demos/gltypes.d
6 demos/lib.d 7 demos/lib.d
9 demos/qd1.d 10 demos/qd1.d
10 demos/ray.d 11 demos/ray.d
11 demos/sdl.d 12 demos/sdl.d
12 demos/sdldemo1.d 13 demos/sdldemo1.d
13 dmd 14 dmd
15 dmd/Doxyfile
14 dmd/access.c 16 dmd/access.c
15 dmd/aggregate.h 17 dmd/aggregate.h
16 dmd/array.c 18 dmd/array.c
17 dmd/arraytypes.h 19 dmd/arraytypes.h
18 dmd/attrib.c 20 dmd/attrib.c
135 gen/tollvm.h 137 gen/tollvm.h
136 gen/toobj.cpp 138 gen/toobj.cpp
137 gen/typeinf.h 139 gen/typeinf.h
138 gen/typinf.cpp 140 gen/typinf.cpp
139 lphobos 141 lphobos
142 lphobos/build.sh
140 lphobos/crc32.d 143 lphobos/crc32.d
141 lphobos/gc 144 lphobos/gc
142 lphobos/gc/gcbits.d 145 lphobos/gc/gcbits.d
143 lphobos/gc/gclinux.d 146 lphobos/gc/gclinux.d
144 lphobos/gc/gcstub.d 147 lphobos/gc/gcstub.d
183 lphobos/std/c/time.d 186 lphobos/std/c/time.d
184 lphobos/std/compiler.d 187 lphobos/std/compiler.d
185 lphobos/std/conv.d 188 lphobos/std/conv.d
186 lphobos/std/ctype.d 189 lphobos/std/ctype.d
187 lphobos/std/format.d 190 lphobos/std/format.d
191 lphobos/std/gc.di
188 lphobos/std/intrinsic.d 192 lphobos/std/intrinsic.d
189 lphobos/std/math.d 193 lphobos/std/math.d
190 lphobos/std/moduleinit.d 194 lphobos/std/moduleinit.d
191 lphobos/std/outofmemory.d 195 lphobos/std/outofmemory.d
192 lphobos/std/stdarg.d 196 lphobos/std/stdarg.d
193 lphobos/std/stdint.d 197 lphobos/std/stdint.d
194 lphobos/std/stdio.d 198 lphobos/std/stdio.d
195 lphobos/std/string.d 199 lphobos/std/string.d
200 lphobos/std/thread.d
196 lphobos/std/traits.d 201 lphobos/std/traits.d
197 lphobos/std/uni.d 202 lphobos/std/uni.d
198 lphobos/std/utf.d 203 lphobos/std/utf.d
199 lphobos/typeinfo1 204 lphobos/typeinfo1
200 lphobos/typeinfo1/ti_byte.d 205 lphobos/typeinfo1/ti_byte.d
230 lphobos/typeinfo2/ti_Areal.d 235 lphobos/typeinfo2/ti_Areal.d
231 lphobos/typeinfo2/ti_Ashort.d 236 lphobos/typeinfo2/ti_Ashort.d
232 lphobos/typeinfo2/ti_C.d 237 lphobos/typeinfo2/ti_C.d
233 lphobos/typeinfos1.d 238 lphobos/typeinfos1.d
234 lphobos/typeinfos2.d 239 lphobos/typeinfos2.d
240 premake.lua
235 runalltests.d 241 runalltests.d
236 test 242 test
237 test/a.d 243 test/a.d
238 test/aa1.d 244 test/aa1.d
239 test/aa2.d 245 test/aa2.d
256 test/arrays5.d 262 test/arrays5.d
257 test/arrays6.d 263 test/arrays6.d
258 test/arrays7.d 264 test/arrays7.d
259 test/arrays8.d 265 test/arrays8.d
260 test/arrays9.d 266 test/arrays9.d
267 test/asm1.d
261 test/assign.d 268 test/assign.d
262 test/ast1.d
263 test/b.d 269 test/b.d
264 test/bitops.d 270 test/bitops.d
265 test/bug1.d 271 test/bug1.d
266 test/bug10.d 272 test/bug10.d
267 test/bug11.d 273 test/bug11.d
330 test/bug74.d 336 test/bug74.d
331 test/bug75.d 337 test/bug75.d
332 test/bug76.d 338 test/bug76.d
333 test/bug77.d 339 test/bug77.d
334 test/bug78.d 340 test/bug78.d
341 test/bug79.d
335 test/bug8.d 342 test/bug8.d
343 test/bug80.d
336 test/bug9.d 344 test/bug9.d
337 test/c.d 345 test/c.d
346 test/calls1.d
338 test/classes.d 347 test/classes.d
339 test/classes10.d 348 test/classes10.d
340 test/classes11.d 349 test/classes11.d
341 test/classes2.d 350 test/classes2.d
342 test/classes3.d 351 test/classes3.d
407 test/multiarr3.d 416 test/multiarr3.d
408 test/multiarr4.d 417 test/multiarr4.d
409 test/neg.d 418 test/neg.d
410 test/nested1.d 419 test/nested1.d
411 test/nested10.d 420 test/nested10.d
421 test/nested11.d
422 test/nested12.d
412 test/nested2.d 423 test/nested2.d
413 test/nested3.d 424 test/nested3.d
414 test/nested4.d 425 test/nested4.d
415 test/nested5.d 426 test/nested5.d
416 test/nested6.d 427 test/nested6.d
430 test/sqrts.d 441 test/sqrts.d
431 test/static_ctor.d 442 test/static_ctor.d
432 test/staticarrays.d 443 test/staticarrays.d
433 test/staticvars.d 444 test/staticvars.d
434 test/stdiotest.d 445 test/stdiotest.d
446 test/stdiotest2.d
435 test/strings1.d 447 test/strings1.d
436 test/strings2.d 448 test/strings2.d
437 test/structinit.d 449 test/structinit.d
438 test/structinit2.d 450 test/structinit2.d
439 test/structs.d 451 test/structs.d
477 test/v2d.d 489 test/v2d.d
478 test/vararg1.d 490 test/vararg1.d
479 test/vararg2.d 491 test/vararg2.d
480 test/vararg3.d 492 test/vararg3.d
481 test/vararg4.d 493 test/vararg4.d
494 test/vararg5.d
482 test/virtcall.d 495 test/virtcall.d
483 test/with1.d 496 test/with1.d
484 tester.d 497 tester.d