comparison llvmdc.kdevelop.filelist @ 94:61615fa85940 trunk

[svn r98] Added support for std.c.stdlib.alloca via pragma(LLVM_internal, "alloca"). Added support for array .sort and .reverse properties. Fixed some bugs with pointer arithmetic. Disabled some DMD AST optimizations that was messing things up, destroying valuable information. Added a KDevelop project file, this is what I use for coding LLVMDC now :) Other minor stuff.
author lindquist
date Mon, 12 Nov 2007 06:32:46 +0100
parents
children c4e161556a21
comparison
equal deleted inserted replaced
93:08508eebbb3e 94:61615fa85940
1 # KDevelop Custom Project File List
2 demos
3 demos/gl.d
4 demos/glfuncs.d
5 demos/gltypes.d
6 demos/lib.d
7 demos/libtest1.d
8 demos/qd.d
9 demos/qd1.d
10 demos/ray.d
11 demos/sdl.d
12 demos/sdldemo1.d
13 dmd
14 dmd/access.c
15 dmd/aggregate.h
16 dmd/array.c
17 dmd/arraytypes.h
18 dmd/attrib.c
19 dmd/attrib.h
20 dmd/cast.c
21 dmd/class.c
22 dmd/complex_t.h
23 dmd/cond.c
24 dmd/cond.h
25 dmd/constfold.c
26 dmd/dchar.c
27 dmd/dchar.h
28 dmd/declaration.c
29 dmd/declaration.h
30 dmd/delegatize.c
31 dmd/doc.c
32 dmd/doc.h
33 dmd/dsymbol.c
34 dmd/dsymbol.h
35 dmd/dump.c
36 dmd/entity.c
37 dmd/enum.c
38 dmd/enum.h
39 dmd/expression.c
40 dmd/expression.h
41 dmd/func.c
42 dmd/gnuc.c
43 dmd/gnuc.h
44 dmd/hdrgen.c
45 dmd/hdrgen.h
46 dmd/html.c
47 dmd/html.h
48 dmd/id.c
49 dmd/id.h
50 dmd/identifier.c
51 dmd/identifier.h
52 dmd/idgen.c
53 dmd/impcnvgen.c
54 dmd/impcnvtab.c
55 dmd/import.c
56 dmd/import.h
57 dmd/inifile.c
58 dmd/init.c
59 dmd/init.h
60 dmd/inline.c
61 dmd/interpret.c
62 dmd/lexer.c
63 dmd/lexer.h
64 dmd/link.c
65 dmd/lstring.c
66 dmd/lstring.h
67 dmd/macro.c
68 dmd/macro.h
69 dmd/mangle.c
70 dmd/mars.c
71 dmd/mars.h
72 dmd/mem.c
73 dmd/mem.h
74 dmd/module.c
75 dmd/module.h
76 dmd/mtype.c
77 dmd/mtype.h
78 dmd/opover.c
79 dmd/optimize.c
80 dmd/parse.c
81 dmd/parse.h
82 dmd/port.h
83 dmd/root.c
84 dmd/root.h
85 dmd/scope.c
86 dmd/scope.h
87 dmd/statement.c
88 dmd/statement.h
89 dmd/staticassert.c
90 dmd/staticassert.h
91 dmd/stringtable.c
92 dmd/stringtable.h
93 dmd/struct.c
94 dmd/template.c
95 dmd/template.h
96 dmd/total.h
97 dmd/unialpha.c
98 dmd/utf.c
99 dmd/utf.h
100 dmd/version.c
101 dmd/version.h
102 gen
103 gen/arrays.cpp
104 gen/arrays.h
105 gen/binops.cpp
106 gen/dvalue.cpp
107 gen/dvalue.h
108 gen/dwarftypes.cpp
109 gen/elem.cpp
110 gen/elem.h
111 gen/enums.h
112 gen/irstate.cpp
113 gen/irstate.h
114 gen/llvm.h
115 gen/logger.cpp
116 gen/logger.h
117 gen/runtime.cpp
118 gen/runtime.h
119 gen/statements.cpp
120 gen/structs.cpp
121 gen/structs.h
122 gen/symbol.h
123 gen/tocsym.cpp
124 gen/todebug.cpp
125 gen/todebug.h
126 gen/todt.cpp
127 gen/toir.cpp
128 gen/tollvm.cpp
129 gen/tollvm.h
130 gen/toobj.cpp
131 gen/typinf.cpp
132 lphobos
133 lphobos/crc32.d
134 lphobos/gc
135 lphobos/gc/gclinux.d
136 lphobos/gc/gcstub.d
137 lphobos/gcstats.d
138 lphobos/internal
139 lphobos/internal/aApply.d
140 lphobos/internal/aApplyR.d
141 lphobos/internal/adi.d
142 lphobos/internal/arrays.d
143 lphobos/internal/contract.d
144 lphobos/internal/mem.d
145 lphobos/internal/moduleinit.d
146 lphobos/internal/objectimpl.d
147 lphobos/internal/qsort2.d
148 lphobos/llvm
149 lphobos/llvm/intrinsic.d
150 lphobos/llvm/va_list.d
151 lphobos/llvmsupport.d
152 lphobos/obj
153 lphobos/object.d
154 lphobos/phobos.d
155 lphobos/std
156 lphobos/std/array.d
157 lphobos/std/base64.d
158 lphobos/std/c
159 lphobos/std/c/fenv.d
160 lphobos/std/c/linux
161 lphobos/std/c/linux/linux.d
162 lphobos/std/c/linux/linuxextern.d
163 lphobos/std/c/linux/pthread.d
164 lphobos/std/c/linux/socket.d
165 lphobos/std/c/locale.d
166 lphobos/std/c/math.d
167 lphobos/std/c/process.d
168 lphobos/std/c/stdarg.d
169 lphobos/std/c/stddef.d
170 lphobos/std/c/stdio.d
171 lphobos/std/c/stdlib.d
172 lphobos/std/c/string.d
173 lphobos/std/c/time.d
174 lphobos/std/compiler.d
175 lphobos/std/conv.d
176 lphobos/std/ctype.d
177 lphobos/std/format.d
178 lphobos/std/intrinsic.d
179 lphobos/std/moduleinit.d
180 lphobos/std/outofmemory.d
181 lphobos/std/stdarg.d
182 lphobos/std/stdint.d
183 lphobos/std/stdio.d
184 lphobos/std/string.d
185 lphobos/std/traits.d
186 lphobos/std/uni.d
187 lphobos/std/utf.d
188 lphobos/typeinfo1
189 lphobos/typeinfo1/ti_byte.d
190 lphobos/typeinfo1/ti_char.d
191 lphobos/typeinfo1/ti_dchar.d
192 lphobos/typeinfo1/ti_delegate.d
193 lphobos/typeinfo1/ti_double.d
194 lphobos/typeinfo1/ti_float.d
195 lphobos/typeinfo1/ti_idouble.d
196 lphobos/typeinfo1/ti_ifloat.d
197 lphobos/typeinfo1/ti_int.d
198 lphobos/typeinfo1/ti_ireal.d
199 lphobos/typeinfo1/ti_long.d
200 lphobos/typeinfo1/ti_ptr.d
201 lphobos/typeinfo1/ti_real.d
202 lphobos/typeinfo1/ti_short.d
203 lphobos/typeinfo1/ti_ubyte.d
204 lphobos/typeinfo1/ti_uint.d
205 lphobos/typeinfo1/ti_ulong.d
206 lphobos/typeinfo1/ti_ushort.d
207 lphobos/typeinfo1/ti_void.d
208 lphobos/typeinfo1/ti_wchar.d
209 lphobos/typeinfo2
210 lphobos/typeinfo2/ti_Adouble.d
211 lphobos/typeinfo2/ti_Afloat.d
212 lphobos/typeinfo2/ti_Ag.d
213 lphobos/typeinfo2/ti_Aint.d
214 lphobos/typeinfo2/ti_Along.d
215 lphobos/typeinfo2/ti_Areal.d
216 lphobos/typeinfo2/ti_Ashort.d
217 lphobos/typeinfos1.d
218 lphobos/typeinfos2.d
219 runalltests.d
220 test
221 test/a.d
222 test/alignment.d
223 test/alloca1.d
224 test/arrayinit.d
225 test/arrays.d
226 test/arrays10.d
227 test/arrays2.d
228 test/arrays3.d
229 test/arrays4.d
230 test/arrays5.d
231 test/arrays6.d
232 test/arrays7.d
233 test/arrays8.d
234 test/arrays9.d
235 test/assign.d
236 test/b.d
237 test/bitops.d
238 test/bug1.d
239 test/bug10.d
240 test/bug11.d
241 test/bug12.d
242 test/bug13.d
243 test/bug14.d
244 test/bug15.d
245 test/bug16.d
246 test/bug17.d
247 test/bug18.d
248 test/bug19.d
249 test/bug2.d
250 test/bug20.d
251 test/bug21.d
252 test/bug22.d
253 test/bug23.d
254 test/bug24.d
255 test/bug25.d
256 test/bug26.d
257 test/bug27.d
258 test/bug28.d
259 test/bug29.d
260 test/bug3.d
261 test/bug30.d
262 test/bug32.d
263 test/bug33.d
264 test/bug34.d
265 test/bug35.d
266 test/bug36.d
267 test/bug37.d
268 test/bug38.d
269 test/bug39.d
270 test/bug4.d
271 test/bug40.d
272 test/bug41.d
273 test/bug42.d
274 test/bug43.d
275 test/bug44.d
276 test/bug45.d
277 test/bug47.d
278 test/bug48.d
279 test/bug49.d
280 test/bug5.d
281 test/bug50.d
282 test/bug51.d
283 test/bug52.d
284 test/bug53.d
285 test/bug54.d
286 test/bug55.d
287 test/bug56.d
288 test/bug57.d
289 test/bug58.d
290 test/bug59.d
291 test/bug6.d
292 test/bug60.d
293 test/bug61.d
294 test/bug62.d
295 test/bug63.d
296 test/bug64.d
297 test/bug65.d
298 test/bug7.d
299 test/bug8.d
300 test/bug9.d
301 test/c.d
302 test/classes.d
303 test/classes2.d
304 test/classes3.d
305 test/classes4.d
306 test/classes5.d
307 test/classes6.d
308 test/classes7.d
309 test/classes8.d
310 test/classinfo1.d
311 test/comma.d
312 test/complex1.d
313 test/cond.d
314 test/cond1.d
315 test/condexp.d
316 test/condexp1.d
317 test/cyclic.d
318 test/d.d
319 test/dgs.d
320 test/dotproduct.d
321 test/e.d
322 test/enum1.d
323 test/enum2.d
324 test/enum3.d
325 test/f.d
326 test/fail1.d
327 test/fail2.d
328 test/floatcmp.d
329 test/foreach1.d
330 test/foreach2.d
331 test/foreach3.d
332 test/foreach4.d
333 test/foreach5.d
334 test/foreach6.d
335 test/foreach7.d
336 test/forwdecl.d
337 test/funcptr.d
338 test/funcs.d
339 test/funcs2.d
340 test/g.d
341 test/globals1.d
342 test/globals2.d
343 test/goto1.d
344 test/imag1.d
345 test/imports2.d
346 test/imports_1of2.d
347 test/imports_2of2.d
348 test/intrinsics.d
349 test/mainargs1.d
350 test/memory1.d
351 test/moduleinfo1.d
352 test/multiarr1.d
353 test/multiarr2.d
354 test/multiarr3.d
355 test/multiarr4.d
356 test/neg.d
357 test/nested1.d
358 test/nested2.d
359 test/nested3.d
360 test/nested4.d
361 test/pointers.d
362 test/pt.d
363 test/ptrarith.d
364 test/ray.d
365 test/scope1.d
366 test/scope2.d
367 test/scope3.d
368 test/scope4.d
369 test/scope5.d
370 test/sieve.d
371 test/slices.d
372 test/sqrts.d
373 test/static_ctor.d
374 test/staticarrays.d
375 test/staticvars.d
376 test/stdiotest.d
377 test/strings1.d
378 test/structinit.d
379 test/structinit2.d
380 test/structs.d
381 test/structs2.d
382 test/structs3.d
383 test/structs4.d
384 test/structs5.d
385 test/structs6.d
386 test/switch1.d
387 test/sync1.d
388 test/templ1.d
389 test/templ2.d
390 test/terms.d
391 test/throw1.d
392 test/tuple1.d
393 test/typeinfo.d
394 test/typeinfo10.d
395 test/typeinfo2.d
396 test/typeinfo3.d
397 test/typeinfo4.d
398 test/typeinfo5.d
399 test/typeinfo6.d
400 test/typeinfo7.d
401 test/typeinfo8.d
402 test/typeinfo9.d
403 test/union1.d
404 test/union2.d
405 test/union3.d
406 test/union4.d
407 test/union5.d
408 test/union6.d
409 test/union7.d
410 test/unittest1.d
411 test/unrolled.d
412 test/v2d.d
413 test/vararg1.d
414 test/vararg2.d
415 test/vararg3.d
416 test/vararg4.d
417 test/virtcall.d
418 test/with1.d
419 tester.d