log dmd/statement.c @ 1141:f99a3b393c03

age author description
Tue, 24 Mar 2009 21:18:18 +0100 Christian Kamm Reorganize EnclosingHandlers to require less changes to the frontend and allow us to
Mon, 23 Mar 2009 20:26:33 +0100 Tomas Lindquist Olsen Cleanup DMD 1.041 merge.
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
Thu, 12 Mar 2009 20:37:27 +0100 Tomas Lindquist Olsen - Updated to DMD frontend 1.041.
Sun, 08 Feb 2009 05:26:54 +0100 Tomas Lindquist Olsen SWITCHED TO LLVM 2.5 !
Thu, 29 Jan 2009 16:56:48 +0100 Christian Kamm Apply patch for #193. Thanks fvbommel.
Thu, 22 Jan 2009 21:46:40 +0100 Christian Kamm Fix #174.
Tue, 06 Jan 2009 16:33:51 +0100 Tomas Lindquist Olsen Merged DMD 1.038
Sat, 13 Dec 2008 13:15:31 +0100 Tomas Lindquist Olsen Merged DMD 1.037 frontend
Fri, 28 Nov 2008 21:24:08 +0100 Christian Kamm Fix warnings on x86-64. By fvbommel.
Wed, 12 Nov 2008 07:41:56 +0100 Tomas Lindquist Olsen Fixed 32bit assumption in statement.c when calling aaApply(2).
Wed, 22 Oct 2008 21:50:08 +0200 Tomas Lindquist Olsen Implemented first class delegates. closes #101
Wed, 22 Oct 2008 14:55:33 +0200 Tomas Lindquist Olsen Removed TypeOpaque from DMD.
Mon, 06 Oct 2008 22:54:08 +0200 Christian Kamm Some missed LLVMDC -> LDC.
Thu, 14 Aug 2008 06:55:41 +0200 Tomas Lindquist Olsen Merged DMD 1.034, array operations are not yet implemented ;)
Thu, 24 Jul 2008 18:51:36 +0200 Christian Kamm Made setup for runtime calls in dmd frontend allocate less.
Wed, 23 Jul 2008 17:55:20 +0200 Christian Kamm Mixed up argument types for aApply and aaApply.
Tue, 22 Jul 2008 23:06:46 +0200 Christian Kamm Introducing opaque type to dmd frontent to be used with certain runtime array
Tue, 22 Jul 2008 19:24:40 +0200 Christian Kamm Get rid of runTimeHack and instead add proper argument info to the frontend
Mon, 14 Jul 2008 11:07:15 +0200 ChristianK [svn r374] Move label target basic block from AST to IRFunction. This is a first step to allowing labels to be emitted multiple times. (for instance within finally blocks) trunk
Sat, 12 Jul 2008 19:38:31 +0200 lindquist [svn r357] Merged DMD 1.033 trunk
Sat, 28 Jun 2008 11:50:28 +0200 lindquist [svn r331] Fixed, forgot to default initialize the SynchronizedStatement enclosinghandler. trunk
Sat, 28 Jun 2008 11:37:53 +0200 lindquist [svn r330] Implemented synchronized statements. trunk
Fri, 27 Jun 2008 22:04:35 +0200 lindquist [svn r326] Fixed a bunch of issues with printf's that MinGW32 did not support. trunk
Wed, 25 Jun 2008 23:42:38 +0200 ChristianK [svn r325] Removed dead code. trunk
Thu, 19 Jun 2008 17:30:32 +0200 lindquist [svn r296] Removed: the 'suite' dir, it never took off! trunk
Sat, 14 Jun 2008 05:13:49 +0200 lindquist [svn r280] Fixed a bunch of issues with switch statements. Ended up a bit far reaching... trunk
Sun, 08 Jun 2008 06:15:51 +0200 lindquist [svn r248] Fixed: labels in inline asm block now work for the normal case. trunk
Tue, 03 Jun 2008 13:51:09 +0200 lindquist [svn r231] Changed: warnings are no longer treated as an error. trunk
Thu, 01 May 2008 15:15:28 +0200 ChristianK [svn r175] merged dmd 1.029 trunk