log

age author description
Sun, 20 Apr 2008 12:03:13 +0200 Anders Halager Declarations.d/visitMemberLookup: Use the loc of the lookup, rather than the types loc new_gen
Sun, 20 Apr 2008 11:53:40 +0200 Anders Halager Ooops.. should have compiled before commit.. now works again new_gen
Sun, 20 Apr 2008 11:47:34 +0200 Anders Halager Merge, and updated Error class new_gen
Sun, 20 Apr 2008 11:20:28 +0200 Anders Johnsen Now supporting structs - both read and write. Still a few errors though, so watch out. new_gen
Sun, 20 Apr 2008 01:08:50 +0200 Anders Halager Various changes related to DType new_gen
Sat, 19 Apr 2008 22:19:14 +0200 Anders Halager Added a DType class new_gen
Sat, 19 Apr 2008 19:31:28 +0200 Anders Halager Removed a line of debug output new_gen
Sat, 19 Apr 2008 18:29:42 +0200 Anders Halager New codegen! new_gen
Sat, 19 Apr 2008 11:40:20 +0200 Anders Halager Trying to use Tomas Lindquist Olsen's LLVM bindings instead of raw text-output new_gen
Fri, 18 Apr 2008 23:45:45 +0200 johnsen now handling structs to some extend
Fri, 18 Apr 2008 21:39:17 +0200 johnsen Now working with gdc also (gdc use reverse paremeter validating on function calls)
Fri, 18 Apr 2008 20:28:49 +0200 Anders Halager Small changes to the text program.
Fri, 18 Apr 2008 18:24:36 +0200 Anders Halager Fixed two typos in the comparison operators
Fri, 18 Apr 2008 17:59:01 +0200 Anders Johnsen Merge
Fri, 18 Apr 2008 17:55:42 +0200 Anders Johnsen Fixed tests.run - now works really nice