log

age author description
Mon, 22 Oct 2007 15:40:56 +0200 lindquist [svn r54] Added support for nested delegates referencing parent's stack variables. trunk
Fri, 19 Oct 2007 17:43:46 +0200 lindquist [svn r53] added basic support for delegate literals. if you access outer variables you get a broken module trunk
Fri, 19 Oct 2007 17:15:30 +0200 lindquist [svn r52] fixed static arrays in struct literals trunk
Fri, 19 Oct 2007 17:00:35 +0200 lindquist [svn r51] dynamic array members in struct literals was broken trunk
Fri, 19 Oct 2007 16:37:34 +0200 lindquist [svn r50] trunk
Fri, 19 Oct 2007 16:37:15 +0200 lindquist [svn r49] foreach on dynamic arrays trunk
Fri, 19 Oct 2007 16:05:06 +0200 lindquist [svn r48] fixed some storage problems trunk
Fri, 19 Oct 2007 15:26:09 +0200 lindquist [svn r47] fixed a problem with gdc 4.1 trunk
Fri, 19 Oct 2007 15:16:11 +0200 lindquist [svn r46] fix for shift operations trunk
Fri, 19 Oct 2007 07:45:35 +0200 lindquist [svn r45] Added a modified version of scrapple.qd (by downs) to the demos dir. It doesn't compile yet though :( trunk
Fri, 19 Oct 2007 07:43:21 +0200 lindquist [svn r44] Lots of bug fixes. trunk
Wed, 10 Oct 2007 06:21:31 +0200 lindquist [svn r43] Fixed the rebuild profile to be able to build sdldemo1. trunk
Wed, 10 Oct 2007 06:16:48 +0200 lindquist [svn r42] Disabled the extensive logging by default. Use the -vv flag to get it back. trunk
Wed, 10 Oct 2007 03:38:24 +0200 lindquist [svn r41] new'd dynamic arrays are now initialized with the element type's default initializer. trunk
Tue, 09 Oct 2007 07:51:13 +0200 lindquist [svn r40] Cleaned up some of the array routines to use gep/load/store instead of memcpy/memset. trunk
Tue, 09 Oct 2007 06:21:30 +0200 lindquist [svn r39] * Updated to DMD 1.022 with the exception of: trunk
Tue, 09 Oct 2007 02:50:00 +0200 lindquist [svn r38] * resizing dynamic arrays support trunk
Thu, 04 Oct 2007 22:38:53 +0200 lindquist [svn r37] * Initial support for foreach on static arrays. Not 100% complete trunk
Thu, 04 Oct 2007 18:24:05 +0200 lindquist [svn r36] * Fixed a bug where passing a regular argument to a ref argument did not allocate storage trunk
Thu, 04 Oct 2007 16:44:07 +0200 lindquist [svn r35] * Attributes on struct fields/methods now work trunk
Thu, 04 Oct 2007 14:15:54 +0200 lindquist [svn r34] * Fixed passing a struct literal as function argument trunk
Thu, 04 Oct 2007 13:45:22 +0200 lindquist [svn r33] * Added support for assignment to function arguments trunk
Thu, 04 Oct 2007 12:49:37 +0200 lindquist [svn r32] * Fixed problems with arrays members of aggregates trunk
Thu, 04 Oct 2007 11:39:53 +0200 lindquist [svn r31] * Fixed returning through hidden pointer was unable to report back the return value trunk
Thu, 04 Oct 2007 10:57:26 +0200 lindquist [svn r30] * Fixed static function-local variables. trunk
Thu, 04 Oct 2007 10:22:56 +0200 lindquist [svn r29] * Fixed structs inside struct literals trunk
Thu, 04 Oct 2007 10:13:21 +0200 lindquist [svn r28] * Fixed accessing aggregate fields. it was still not quite right. hopefully is now :) trunk
Thu, 04 Oct 2007 09:24:15 +0200 lindquist [svn r27] * Fixed bug in aggregate field lookup. trunk
Thu, 04 Oct 2007 07:35:02 +0200 lindquist [svn r26] * Fixed templates defining a constant value trunk
Thu, 04 Oct 2007 07:01:15 +0200 lindquist [svn r25] * Fixed a lot of problems with string literals trunk
Thu, 04 Oct 2007 04:28:30 +0200 lindquist [svn r24] * Added a simple std.traits by downs trunk
Thu, 04 Oct 2007 03:42:56 +0200 lindquist [svn r23] * Updated to DMD 1.021 trunk
Thu, 04 Oct 2007 01:47:53 +0200 lindquist [svn r22] * Forgot to add std.stdio trunk
Wed, 03 Oct 2007 06:14:41 +0200 lindquist [svn r21] * Fixed local instances of imported templates trunk
Wed, 03 Oct 2007 05:41:15 +0200 lindquist [svn r20] * Added a simple compiletime std.stdio by downs trunk
Wed, 03 Oct 2007 04:56:32 +0200 lindquist [svn r19] * Added support for reassigning 'this' inside class constructors. trunk
Wed, 03 Oct 2007 02:15:12 +0200 lindquist [svn r18] * Initial support for switch statements - No string switches yet. trunk
Tue, 02 Oct 2007 21:28:57 +0200 lindquist [svn r17] changed the llvmdc.conf to use dmd.conf style values. hardcoding my home dir is obviously not the best idea... trunk
Tue, 02 Oct 2007 05:27:44 +0200 lindquist [svn r16] * Updated all tests to have a main trunk
Tue, 02 Oct 2007 05:10:18 +0200 lindquist [svn r15] * Fixed a bunch problems with virtual calls. Seems I did some rather poor testing. trunk
Mon, 01 Oct 2007 23:32:29 +0200 lindquist [svn r14] Forgot something stupid...y trunk
Mon, 01 Oct 2007 21:19:53 +0200 lindquist [svn r13] * Updated for LLVM 2.1 trunk
Thu, 27 Sep 2007 06:03:06 +0200 lindquist [svn r12] fixed accessing aggregate fields of aggregates trunk
Wed, 26 Sep 2007 19:17:54 +0200 lindquist [svn r11] added another struct sample trunk
Wed, 26 Sep 2007 19:05:18 +0200 lindquist [svn r10] Updated for LLVM rev. 20070913 trunk
Wed, 05 Sep 2007 07:16:31 +0200 lindquist [svn r9] added a preliminary rebuild profile. llvmdc-posix - very handy :) trunk
Mon, 03 Sep 2007 17:34:30 +0200 lindquist [svn r8] changed backend includes to always use the gen/<foo>.h prefix trunk
Sat, 01 Sep 2007 22:26:33 +0200 lindquist [svn r7] forgot the conf file trunk
Sat, 01 Sep 2007 22:24:46 +0200 lindquist [svn r6] added some missing things trunk
Sat, 01 Sep 2007 21:43:27 +0200 lindquist [svn r5] Initial commit. Most things are very rough. trunk
Thu, 02 Aug 2007 16:48:02 +0200 root [svn r3] initial repository setup trunk