log

age author description
Wed, 04 Mar 2009 23:06:23 +0100 Frits van Bommel Fix bug in default implementation of ABIRewrite::getL.
Wed, 04 Mar 2009 17:24:25 +0100 Tomas Lindquist Olsen Updated ABI handling to be more flexible with regard to reusing lvalues and allocating fewer temporaries.
Wed, 04 Mar 2009 16:13:16 +0100 Tomas Lindquist Olsen Added some documentation for the IrFuncTyArg structure, which is key to writing ABI transformations.
Tue, 03 Mar 2009 21:20:20 +0100 Tomas Lindquist Olsen Fixed inreg attribute to no longer overwrite sign/zeroext.
Tue, 03 Mar 2009 19:47:39 +0100 Tomas Lindquist Olsen Updated lifetime.d with a 32bit faster codepath for overflow checks.
Tue, 03 Mar 2009 19:37:47 +0100 Tomas Lindquist Olsen Removed inline asm for overflow checking in runtime that wasn't working.
Tue, 03 Mar 2009 19:27:23 +0100 Tomas Lindquist Olsen remove memory clobber again ...
Tue, 03 Mar 2009 19:18:47 +0100 Tomas Lindquist Olsen Added ~{memory} clobber when a jump_target is generated in inline asm (branch out of inline asm)
Tue, 03 Mar 2009 19:03:27 +0100 Christian Kamm Move more tests to D_InlineAsm
Tue, 03 Mar 2009 18:26:39 +0100 Christian Kamm Adjust mini tests to use D_InlineAsm
Tue, 03 Mar 2009 17:44:56 +0100 Christian Kamm Switch LLVM_InlineAsm -> D_InlineAsm. It's for real this time, hopefully.
Tue, 03 Mar 2009 17:38:08 +0100 Christian Kamm Remove unused defines: X86_REVERSE_PARAMS, X86_PASS_IN_EAX
Tue, 03 Mar 2009 17:27:14 +0100 Tomas Lindquist Olsen Fixed potential assertion failure in taking address of function as a constant expression.
Tue, 03 Mar 2009 17:21:35 +0100 Tomas Lindquist Olsen Disabled some extensive LLVM value logging with -vv that dramatically increases -vv output length for little value.
Tue, 03 Mar 2009 15:08:26 +0100 Tomas Lindquist Olsen Added hasUnalignedFields helper to check if a type has unaligned fields - as per request from fvbommel. Result is cached in TypeStruct.
Tue, 03 Mar 2009 14:10:37 +0100 Tomas Lindquist Olsen Merged ABI changes into D2 frontend.
Tue, 03 Mar 2009 09:51:15 +0100 Frits van Bommel Oops, merge with mainline and actually push this time...
Sun, 01 Mar 2009 22:59:03 +0100 Frits van Bommel Pass -m32/-m64 on to gcc when assembling and linking
Tue, 03 Mar 2009 04:41:11 +0100 Tomas Lindquist Olsen Fixed #218 by disabling the problematic optimization.
Tue, 03 Mar 2009 02:51:21 +0100 Tomas Lindquist Olsen Abstracted more (most) ABI details out of the normal codegen.
Sun, 01 Mar 2009 22:40:15 +0100 Tomas Lindquist Olsen Fixed find alt script.
Sun, 01 Mar 2009 22:27:37 +0100 Tomas Lindquist Olsen Added script to find the alternative triple of the host.
Sun, 01 Mar 2009 22:27:03 +0100 Tomas Lindquist Olsen Implemented basic -m32 and -m64 options.
Sun, 01 Mar 2009 20:22:10 +0100 Tomas Lindquist Olsen Remember to set asm type back to void and n=0 when rewriting to sret asm return.
Sun, 01 Mar 2009 19:06:47 +0100 Tomas Lindquist Olsen Removed some code that wasn't supposed to be in last commit!
Sun, 01 Mar 2009 19:01:05 +0100 Tomas Lindquist Olsen - Fixed x86-32 C ABI for complex number return values.
Sun, 01 Mar 2009 11:04:05 +0100 Frits van Bommel Remove Tango patch that's been applied upstream.
Sat, 28 Feb 2009 18:17:45 -0700 Kelly Wilson Just forgot an opcode for x64
Sun, 01 Mar 2009 01:34:20 +0100 Tomas Lindquist Olsen Same fix for align size of void type on D2.
Sun, 01 Mar 2009 01:33:08 +0100 Tomas Lindquist Olsen Fixed alignsize for void types. (it's one byte)