log gen/abi.cpp @ 1638:0de4525a9ed6

age author description
Fri, 14 Aug 2009 00:39:18 +0200 Benjamin Kramer IntegerType is now contextifed.
Thu, 30 Jul 2009 15:25:10 +0200 Benjamin Kramer LLVMContext changes up to r77366
Wed, 15 Jul 2009 18:09:41 +0200 Benjamin Kramer More factory methods moved to LLVMContext
Tue, 16 Jun 2009 19:31:10 +0200 Frits van Bommel Add an `llvm::OStream` workalike class for use with `Logger::cout()`, with the
Wed, 03 Jun 2009 02:28:48 +0200 Tomas Lindquist Olsen D2:
Sun, 31 May 2009 12:43:59 +0200 Frits van Bommel Improve ABI conformance on x86 by passing the `sret` parameter in EAX if there's
Sat, 30 May 2009 23:48:22 +0200 Frits van Bommel Add some missing returns.
Sat, 16 May 2009 13:06:49 +0200 Frits van Bommel Intrinsics shouldn't see struct padding, so use a special TargetABI for them
Thu, 14 May 2009 13:26:40 +0200 Tomas Lindquist Olsen Adds explicit alignment information for alloca instructions in general, there's a few cases that still needs to be looked at but this should catch the majority. Fixes ticket #293 .
Sat, 07 Mar 2009 14:25:30 +0100 Christian Kamm Make IrFuncTy a member of TypeFunction. Reset between modules compiled in the
Fri, 06 Mar 2009 21:15:13 +0100 Frits van Bommel Fix a bug in the X86 ABI. The size of a struct is different from the size of a
Fri, 06 Mar 2009 16:00:47 +0100 Frits van Bommel Some calling convention work for x86-64:
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.
Tue, 03 Mar 2009 21:20:20 +0100 Tomas Lindquist Olsen Fixed inreg attribute to no longer overwrite sign/zeroext.
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 19:01:05 +0100 Tomas Lindquist Olsen - Fixed x86-32 C ABI for complex number return values.
Thu, 26 Feb 2009 23:35:39 +0100 Frits van Bommel Fix cfloat return on x86_64: only perform ABI transformation for non-extern(D)
Thu, 26 Feb 2009 15:23:52 +0100 Frits van Bommel Don't crash if we don't know what ABI to use. Assume some defaults instead.
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:13:27 +0100 Tomas Lindquist Olsen Forgot new files that were supposed to be in last commit.