log dmd/statement.c @ 846:bc982f1ad106

age author description
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
Sat, 22 Mar 2008 12:20:32 +0100 ChristianK [svn r154] renaming enclosingtry to enclosingtryfinally to distinguish it from enclosingtrycatch, which will probably need to be added for exception handling trunk
Sat, 08 Mar 2008 15:22:07 +0100 ChristianK [svn r150] fixes #16 and #17, implements GotoCaseStatement trunk
Sat, 26 Jan 2008 17:13:22 +0100 lindquist [svn r149] fixed: a bunch of D-style variadics problems. trunk
Tue, 22 Jan 2008 00:01:16 +0100 lindquist [svn r143] Fixed: a few bugs in debug information, still only line info, but should be correct files now :) trunk
Thu, 17 Jan 2008 03:15:12 +0100 lindquist [svn r140] did a lot of the work towards being able to pass multiple modules on the command line. not complete yet though trunk
Tue, 20 Nov 2007 05:29:20 +0100 lindquist [svn r112] Fixed 'case 1,2,3:' style case statements. trunk
Thu, 08 Nov 2007 19:13:28 +0100 lindquist [svn r96] Updated to DMD 1.023. trunk
Sat, 03 Nov 2007 14:44:58 +0100 lindquist [svn r90] Major updates to the gen directory. Redesigned the 'elem' struct. Much more... !!! 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 02:50:00 +0200 lindquist [svn r38] * resizing dynamic arrays support trunk
Thu, 04 Oct 2007 03:42:56 +0200 lindquist [svn r23] * Updated to DMD 1.021 trunk
Sat, 01 Sep 2007 21:43:27 +0200 lindquist [svn r5] Initial commit. Most things are very rough. trunk