log llvmdc.kdevelop @ 650:aa6a0b7968f7

age author description
Fri, 01 Aug 2008 17:59:58 +0200 Tomas Lindquist Olsen Changed the handling of variadic intrinsics a bit.
Fri, 01 Aug 2008 00:32:06 +0200 Tomas Lindquist Olsen Removed tango from the repository and instead added a runtime dir with the files needed to patch and build tango from svn.
Sun, 13 Jul 2008 20:49:10 +0200 lindquist [svn r368] Fixed custom class allocators with arbitrary user arguments. Closes #25 trunk
Thu, 12 Jun 2008 19:59:19 +0200 lindquist [svn r276] Fixed debug info for 'this' arg seemed to be broken. trunk
Tue, 13 May 2008 18:07:03 +0200 lindquist [svn r222] Forgot to remove volatile ATTENTION. trunk
Mon, 24 Mar 2008 19:43:02 +0100 lindquist [svn r155] Fixed a bunch of linkage problems (especially with templates) trunk
Sat, 26 Jan 2008 17:13:22 +0100 lindquist [svn r149] fixed: a bunch of D-style variadics problems. trunk
Fri, 25 Jan 2008 01:42:36 +0100 lindquist [svn r147] tango.io.Console is now working. True this time :) Yay! trunk
Wed, 23 Jan 2008 12:58:51 +0100 lindquist [svn r145] fixed some x86 problems trunk
Wed, 23 Jan 2008 12:56:09 +0100 lindquist [svn r144] fixes trunk
Fri, 18 Jan 2008 16:42:16 +0100 lindquist [svn r141] fixed more problems with classinfo trunk
Fri, 11 Jan 2008 17:57:40 +0100 lindquist [svn r136] MAJOR UNSTABLE UPDATE!!! trunk
Fri, 04 Jan 2008 01:38:42 +0100 lindquist [svn r135] * Merged DMD 1.025 * trunk
Fri, 30 Nov 2007 12:56:52 +0100 lindquist [svn r131] Fixed #11 trunk
Wed, 28 Nov 2007 04:52:35 +0100 lindquist [svn r129] Started AA literals. trunk
Tue, 27 Nov 2007 03:09:36 +0100 lindquist [svn r125] Renamed/moved a few backend member inside DMD structures for consistency. trunk
Wed, 21 Nov 2007 04:13:15 +0100 lindquist [svn r113] Added initial support for associative arrays (AAs). trunk
Sun, 18 Nov 2007 06:52:57 +0100 lindquist [svn r106] Turns out the last commit wasn't enough, now the D->LLVM process is even more split up. trunk
Wed, 14 Nov 2007 20:18:01 +0100 lindquist [svn r101] Split up CastExp into several smaller utility functions. trunk
Mon, 12 Nov 2007 06:32:46 +0100 lindquist [svn r98] Added support for std.c.stdlib.alloca via pragma(LLVM_internal, "alloca"). trunk