log dmd/backend/iasm.d @ 135:af1bebfd96a4 dmd2037

age author description
Mon, 13 Sep 2010 22:19:42 +0100 Eldar Insafutdinov dmd 2.038 dmd2037
Wed, 01 Sep 2010 18:21:58 +0200 Trass3r added a module dmd.common for commonly used stuff
Tue, 31 Aug 2010 23:57:32 +0100 Eldar Insafutdinov More cleanup for arrays
Sat, 21 Aug 2010 12:51:02 +0400 korDen asm_reg_lookup bug fixed
Tue, 13 Apr 2010 15:36:12 +0400 korDen Updated setjmp/longjmp prototypes to reflect recent static arrays change (they are now passed by value by default).
Tue, 13 Apr 2010 00:38:04 +0400 korDen FWindows linking issues fixed
Thu, 08 Apr 2010 04:21:03 +0100 Robert Clipsham Implemented object file output and linking on linux.
Wed, 07 Apr 2010 00:29:13 +0100 Robert Clipsham Fleshed out more unimplemented methods.
Sun, 04 Apr 2010 02:06:32 +0100 Robert Clipsham Implemented Linux support for ddmd. Some parts are a bit hacky to just "get it working", that said, druntime and phobos compile, and unittests pass.
Tue, 08 Dec 2009 21:39:17 +0300 dkoroskin <> Fixed memory corruption bug which was introduced when attempting to restore GC functionality
Mon, 26 Oct 2009 16:28:19 +0300 korDen Step 2 of restoring GC functionality.
Sun, 25 Oct 2009 03:20:59 +0300 korDen Removed unreferenced modules
Sat, 24 Oct 2009 08:42:06 +0400 korDen Initial commit