log dmd/statement.h @ 883:b52d5de7783f

age author description
Tue, 06 Jan 2009 16:33:51 +0100 Tomas Lindquist Olsen Merged DMD 1.038
Sat, 08 Nov 2008 22:29:19 +0100 Christian Kamm Merge wilsonk's x86-64 inline assembly.
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 ;)
Mon, 14 Jul 2008 12:00:24 +0200 ChristianK [svn r377] The previous check was too strict, it completely disallowed gotos within finally blocks. This reenables them as long as they don't cross a finally boundary. trunk
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: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
Wed, 25 Jun 2008 20:39:09 +0200 ChristianK [svn r323] Branching out of inline asm works. trunk
Tue, 24 Jun 2008 21:38:23 +0200 ChristianK [svn r320] Begun work on branches out of asm blocks. Unfinished. 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 22:07:10 +0200 lindquist [svn r256] AsmBlockStatement was still being flattened in some cases. 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
Thu, 05 Jun 2008 19:22:37 +0200 ChristianK [svn r235] rough port of GDC's inline assembler code, unfinished 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, 20 Nov 2007 05:29:20 +0100 lindquist [svn r112] Fixed 'case 1,2,3:' style case statements. 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
Sat, 01 Sep 2007 21:43:27 +0200 lindquist [svn r5] Initial commit. Most things are very rough. trunk