log

age author description
Sun, 05 Oct 2008 18:55:43 +0200 Tomas Lindquist Olsen Added -nodefaultlib switch do disable implicitly linked standard lib modules
Sun, 05 Oct 2008 17:28:15 +0200 Tomas Lindquist Olsen Added test case for bug #100
Sun, 05 Oct 2008 11:47:59 +0200 Christian Kamm Automated merge with http://hg.dsource.org/projects/llvmdc
Sun, 05 Oct 2008 11:47:47 +0200 Christian Kamm Fix VarDecls for tuples. Closes #99.
Sun, 05 Oct 2008 02:01:50 +0200 Tomas Lindquist Olsen Updated the Tango patch to latest revision. Removed problematic (Jarrett) include <cassert> from gen/runtime.cpp
Sat, 04 Oct 2008 23:28:49 +0200 Christian Kamm Portability changes to dmain2.d
Sat, 04 Oct 2008 13:35:27 +0200 Christian Kamm Adjust dmain catch to print exception trace info.
Sat, 04 Oct 2008 12:32:09 +0200 Christian Kamm Don't let outer enclosing handlers propagate to nested function declarations.
Fri, 03 Oct 2008 19:24:46 +0200 Christian Kamm Fix -oq, closes #96
Fri, 03 Oct 2008 17:31:16 +0200 Christian Kamm Make default argument protection check not error for undefined protection.
Fri, 03 Oct 2008 09:11:41 +0200 Christian Kamm Fiber support: clobber the registers we want restored on a context switch.
Fri, 03 Oct 2008 00:42:17 +0200 Christian Kamm Made Fibers work with LLVMDC on x86 Posix.
Thu, 02 Oct 2008 23:12:19 +0200 Christian Kamm Move check for access of context for nested class from backend into frontend.
Thu, 02 Oct 2008 03:38:29 +0200 Tomas Lindquist Olsen Added FreeBSD support to the -t switch
Thu, 02 Oct 2008 03:25:46 +0200 Tomas Lindquist Olsen Applied the FreeBSD patch from Ralith, closes ticket #95 , slightly changed but basically the same. Thanx Ralith :)
Thu, 02 Oct 2008 01:42:21 +0200 Tomas Lindquist Olsen updated tango patch so it compiles again with the latests check for using privates as default args for public functions.
Thu, 02 Oct 2008 01:38:00 +0200 Tomas Lindquist Olsen added test case for last commit (taking delegate of nested function of current function)
Thu, 02 Oct 2008 01:28:33 +0200 Tomas Lindquist Olsen Fixed problem with taking the delegate of a nested function of the current function.
Wed, 01 Oct 2008 23:17:36 +0200 Tomas Lindquist Olsen merge
Wed, 01 Oct 2008 23:17:14 +0200 Tomas Lindquist Olsen Updated to latest LLVM trunk, function notes have been removed and merged with parameter attributes, which have been renamed to just attributes. Nothing seems to have broke!
Wed, 01 Oct 2008 21:14:20 +0200 Christian Kamm Automated merge with http://hg.dsource.org/projects/llvmdc
Wed, 01 Oct 2008 21:14:15 +0200 Christian Kamm Nicer error message on some invalid default args.
Wed, 01 Oct 2008 20:55:13 +0200 Tomas Lindquist Olsen Fixed issue with IsExpression and potential type mismatch for classes.
Wed, 01 Oct 2008 20:32:12 +0200 Christian Kamm Detect a missing global before trying to const init it.
Wed, 01 Oct 2008 19:19:26 +0200 Christian Kamm Tango patch: xml document fixes and symbol visibility in gc
Wed, 01 Oct 2008 19:16:10 +0200 Christian Kamm Fix import visibility bugs 313 and 314.
Wed, 01 Oct 2008 19:15:17 +0200 Christian Kamm Make typedef'ed complex types work.
Wed, 01 Oct 2008 19:15:01 +0200 Christian Kamm Make invalid compile time casts an error instead of asserting.
Wed, 01 Oct 2008 18:33:21 +0200 Tomas Lindquist Olsen merge
Wed, 01 Oct 2008 18:32:31 +0200 Tomas Lindquist Olsen Wrapped all the most potentially expensive logging calls in a conditional to only do work when actually requested.