log dmd/backend/iasm.d @ 191:52188e7e3fb5

age author description
Sun, 25 Mar 2012 03:11:12 +0400 korDen Fixed deprecated features, now compiles with DMD2.058
Tue, 02 Nov 2010 08:46:11 +0100 Jacob Carlborg One step closer to building on posix.
Mon, 25 Oct 2010 15:36:13 +0200 Jacob Carlborg Several changes to make it build on posix systems.
Sun, 10 Oct 2010 10:38:55 +0400 korDen bug fixes
Sun, 10 Oct 2010 05:22:45 +0400 korDen Moved all the mutable globals to Global
Sun, 10 Oct 2010 03:48:06 +0400 korDen get rid of globals
Sun, 10 Oct 2010 03:47:23 +0400 korDen lot os toCBuffer methods implemented
Tue, 14 Sep 2010 23:34:50 +0100 Eldar Insafutdinov redundant extern(C)
Tue, 14 Sep 2010 23:28:52 +0100 Eldar Insafutdinov Fix inline asm problem
Tue, 14 Sep 2010 01:54:48 +0200 Trass3r dmd.lib now only contains the backend
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