log

age author description
Thu, 26 Feb 2009 14:49:32 +0100 Frits van Bommel Fix dstress runner to use ldmd
Thu, 26 Feb 2009 14:48:47 +0100 Frits van Bommel Fix x86_64 cfloat support to work on intended target :)
Thu, 26 Feb 2009 14:23:18 +0100 Tomas Lindquist Olsen oups, seems like I broke some constness in D1 last commit, compiles again!
Thu, 26 Feb 2009 14:13:27 +0100 Tomas Lindquist Olsen Forgot new files that were supposed to be in last commit.
Thu, 26 Feb 2009 14:11:49 +0100 Tomas Lindquist Olsen - Fixed LLVM style CL args for D2.
Wed, 25 Feb 2009 19:30:06 +0100 Frits van Bommel Call llvm_shutdown when shutting down the backend.
Wed, 25 Feb 2009 17:34:51 +0100 Frits van Bommel Use LLVM-style command line (instead of DMD-style)
Thu, 19 Feb 2009 13:51:44 +0100 Frits van Bommel Clean up regexes in .hgignore, making it more strict.
Thu, 19 Feb 2009 13:50:05 +0100 Frits van Bommel Removing ldc.conf. (IMPORTANT: run 'cmake .' after pull)
Thu, 19 Feb 2009 11:01:34 +0100 Frits van Bommel Fix out-ouf-source build for runtime as well.
Thu, 19 Feb 2009 00:50:35 +0100 Frits van Bommel Add explicit paths to revisions.* to unbreak out-of-source build.
Wed, 18 Feb 2009 23:18:34 +0100 Frits van Bommel Update some testcases now that 64-bit immediates are working.
Wed, 18 Feb 2009 22:50:22 +0100 Frits van Bommel Clean up the code generated when jumping out of inline asm and make label names more expressive.
Wed, 18 Feb 2009 21:46:14 +0100 Frits van Bommel Fix some assembler issues:
Wed, 18 Feb 2009 03:38:12 +0100 Frits van Bommel Fix a latent bug in the asm code.
Tue, 17 Feb 2009 23:14:19 +0100 Frits van Bommel Update .hgignore due to moved(?) idgen/impcnvgen locations.
Tue, 17 Feb 2009 19:08:38 +0100 Christian Kamm Fix for fix from [974].
Tue, 17 Feb 2009 18:57:11 +0100 Christian Kamm Fix #217. getInternalTypeInfo doesn't work with LDC.
Tue, 17 Feb 2009 18:53:15 +0100 Christian Kamm Allow 'return exp;' for void main().
Tue, 17 Feb 2009 18:25:34 +0100 Christian Kamm Fix #216 by implementing TypeExp::toElem. It just provides the appropriate
Tue, 17 Feb 2009 01:13:18 +0100 Frits van Bommel Change the way the version is printed (more verbose, with short hash)
Tue, 17 Feb 2009 00:08:20 +0100 Frits van Bommel Fix the problems exposed by the callingconv1.d test case.
Mon, 16 Feb 2009 23:56:56 +0100 Frits van Bommel Revert wilsonk's "fix" for the callingconv1.d problem.
Mon, 16 Feb 2009 23:56:56 +0100 Frits van Bommel Add some extra debug output that's useful in diagnosing inline assembler bugs.
Mon, 16 Feb 2009 19:31:10 +0100 Frits van Bommel Fix {,w,d}char handling in tests/mini/vararg6.d:print()
Mon, 16 Feb 2009 19:17:15 +0100 Christian Kamm Fix test on x86-32.
Mon, 16 Feb 2009 18:27:33 +0100 Christian Kamm Reduce size of integer constant make x86-64 asm parsing code compile on x86-32.
Sun, 15 Feb 2009 23:09:53 -0700 Kelly Wilson Merging fvbommels fix for asm8.d x86-64 code
Mon, 16 Feb 2009 01:43:14 +0100 Frits van Bommel Some changes I missed in my last commit (wound up in wrong patch file)
Sun, 15 Feb 2009 22:56:10 -0700 Kelly Wilson Fix for tests/mini/callingconv1.d