log

age author description
Tue, 10 Mar 2009 09:13:13 -0400 notroot Fix 32bit version of "jle short Label;" for 'short' or 'long'.
Tue, 10 Mar 2009 06:23:26 -0600 Kelly Wilson Fix for dual operand form of fistp, also make reg ST(0) explicit and fix lindquists
Tue, 10 Mar 2009 10:46:15 +0100 Frits van Bommel Update testcase broken by intrinsics changes.
Tue, 10 Mar 2009 04:56:28 +0100 Frits van Bommel Oops, had some unsaved changes
Tue, 10 Mar 2009 04:48:54 +0100 Frits van Bommel Automated merge with http://hg.dsource.org/projects/ldc
Tue, 10 Mar 2009 04:45:32 +0100 Frits van Bommel Intrinsics overhaul:
Mon, 09 Mar 2009 20:11:42 -0600 Kelly Wilson Fix for asm { jle short Lret; }, used by Tango since dmd accepts the 'short'. We just
Mon, 09 Mar 2009 21:38:31 +0100 Frits van Bommel Change the way imports are copied to the (Tango) runtime dir.
Mon, 09 Mar 2009 21:38:24 +0100 Frits van Bommel Reformat intrinsics.di a bit.
Mon, 09 Mar 2009 21:38:06 +0100 Frits van Bommel Factor out some common code between X86 and X86_64, and supply *_real versions
Mon, 09 Mar 2009 16:25:45 +0100 Frits van Bommel Make sure revisions.pl always runs so revisions.h doesn't get out of date.
Mon, 09 Mar 2009 13:29:25 +0100 Frits van Bommel Work around llvm bug #3749 better, or not at all if using a fixed llvm revision.
Mon, 09 Mar 2009 03:44:11 +0100 Frits van Bommel Ignore the ABI some more for intrinsics
Sun, 08 Mar 2009 17:57:34 +0100 Christian Kamm Fix out of source build by adding the build dir to the include path.
Sun, 08 Mar 2009 17:51:45 +0100 Christian Kamm Automated merge with http://hg.dsource.org/projects/ldc
Sun, 08 Mar 2009 16:30:39 +0100 Christian Kamm Make CompileUnit linkage compatible with llvm trunk.
Sun, 08 Mar 2009 16:22:06 +0100 Christian Kamm Automated merge with http://hg.dsource.org/projects/ldc
Sun, 08 Mar 2009 16:21:56 +0100 Christian Kamm Improved template emission control for singleobj building.
Sun, 08 Mar 2009 16:21:11 +0100 Christian Kamm Give compile units LinkOnceLinkage to circumvent duplicate symbols with LLVM linking.
Sun, 08 Mar 2009 16:37:55 +0100 Frits van Bommel Fix to make sure to create gen/ in build dir and unbreak build with older perl
Sun, 08 Mar 2009 16:13:10 +0100 Frits van Bommel Make LDC work with LLVM trunk (s/LinkOnceLinkage/LinkOnceOdrLinkage/)
Sun, 08 Mar 2009 12:13:22 +0100 Frits van Bommel Fixed some #includes to be correct for both D1 and D2
Sun, 08 Mar 2009 11:46:55 +0100 Frits van Bommel Make error message on assembler failure more informative (hopefully)
Sun, 08 Mar 2009 09:58:26 +0100 Frits van Bommel Update runtime CMakeList.txt for new command line syntax regarding PIC
Sun, 08 Mar 2009 09:57:20 +0100 Frits van Bommel Remove a dead variable from ldmd.
Sun, 08 Mar 2009 04:23:44 +0100 Tomas Lindquist Olsen really fixed fstp a, b; on x86-64
Sun, 08 Mar 2009 02:46:37 +0100 Tomas Lindquist Olsen Applied rev two operand form fstp fix to x86-64 asm
Sun, 08 Mar 2009 02:36:45 +0100 Tomas Lindquist Olsen Merge
Sun, 08 Mar 2009 02:36:09 +0100 Tomas Lindquist Olsen Fixed two operand form of X86 fstp instruction. (throw away second operand!)
Sun, 08 Mar 2009 02:07:53 +0100 Frits van Bommel Apply [1053] to x86-32 asm as well.