log

age author description
Tue, 24 Mar 2009 14:34:16 +0100 Christian Kamm Automated merge with http://hg.dsource.org/projects/ldc
Tue, 24 Mar 2009 14:33:57 +0100 Christian Kamm Fix #239.
Tue, 24 Mar 2009 03:14:22 +0100 Frits van Bommel Remove struct padding which was making this test fail on 64-bit systems.
Tue, 24 Mar 2009 02:46:57 +0100 Frits van Bommel Update comments now that LLVM PR3861 has been fixed. However, since
Mon, 23 Mar 2009 20:26:33 +0100 Tomas Lindquist Olsen Cleanup DMD 1.041 merge.
Mon, 23 Mar 2009 14:47:51 +0100 Christian Kamm Fix tuple declarations in aggregates.
Mon, 23 Mar 2009 01:01:55 +0100 Frits van Bommel Workaround for LLVM PR 3861 (http://llvm.org/PR3861).
Sun, 22 Mar 2009 14:51:03 +0100 Christian Kamm Bring FrameInfo definition up to date with recent Tango developments. Thanks fawzi!
Sat, 21 Mar 2009 09:47:48 +0100 Christian Kamm Add dmd-style configuration file for rebuild usage. See #236 and thanks to ccuter for the patch!
Fri, 20 Mar 2009 15:50:01 +0100 Frits van Bommel Return null from a static class to interface cast if the class reference was
Fri, 20 Mar 2009 15:47:42 +0100 Frits van Bommel Fix makewebstatistics: don't try to drop a test multiple times.
Wed, 18 Mar 2009 15:33:19 +0100 Frits van Bommel Fix some issues with fawzi's patch.
Wed, 18 Mar 2009 15:20:07 +0100 Frits van Bommel Apply fawzi's patch from #235.
Wed, 18 Mar 2009 15:03:17 +0100 Frits van Bommel Fix a bug where ::warning() was called with a va_list argument instead of an
Wed, 18 Mar 2009 00:25:36 +0100 Frits van Bommel Don't set LLVM_REV if it's set on the command line.
Sun, 15 Mar 2009 23:04:58 +0100 Christian Kamm Fix imports copying for out-of-source build.
Sun, 15 Mar 2009 16:57:44 +0100 Frits van Bommel Apply [1120] to D2 as well (untested).
Sun, 15 Mar 2009 15:58:38 +0100 Frits van Bommel Another "pointers are 32 bits" issue in the frontend. long/ulong constants cast
Sat, 14 Mar 2009 22:44:52 +0100 Frits van Bommel Fix -g with default ldc.conf
Sat, 14 Mar 2009 22:29:31 +0100 Frits van Bommel Make this test a bit more meaningful
Sat, 14 Mar 2009 22:15:31 +0100 Frits van Bommel Fun with parameter attributes: For several of the "synthetic" parameters added
Sat, 14 Mar 2009 01:32:10 +0100 Frits van Bommel Disable this for -release, -disable-boundscheck, etc.
Sat, 14 Mar 2009 01:22:05 +0100 Frits van Bommel Call _d_array_bounds when an associative array is indexed with a non-existent
Fri, 13 Mar 2009 19:22:40 +0100 Frits van Bommel Hopefully fix #232
Fri, 13 Mar 2009 16:18:43 +0100 Frits van Bommel Split out LLVM_REV into separate header, to reduce rebuilding when only the LDC
Fri, 13 Mar 2009 16:18:01 +0100 Frits van Bommel Updating revisions.pl.in:
Fri, 13 Mar 2009 07:17:29 -0600 Kelly Wilson Fix 32bit "+2" typo for Outbuffer::reserve
Thu, 12 Mar 2009 17:10:24 -0600 Kelly Wilson Revert removal of "+2" from Outbuffer::reserve function for x64. Unless
Thu, 12 Mar 2009 23:48:43 +0100 Frits van Bommel Fix field access from inline asm. See tests/mini/asm10.d
Thu, 12 Mar 2009 23:31:26 +0100 Frits van Bommel Apply r1106 to x86-64 asm too