log ir/irstruct.h @ 1155:ba9d6292572a

age author description
Sat, 28 Mar 2009 09:00:32 +0100 Tomas Lindquist Olsen Fixed forward reference problem in struct methods on x86-64.
Fri, 27 Mar 2009 23:17:04 +0100 Tomas Lindquist Olsen Fixed problems introduced by previous commits that prevented Tango from compiling.
Sun, 08 Feb 2009 16:50:22 +0100 Christian Kamm Mostly rewrite debug info generation in terms of llvm/Analysis/DebugInfo.h.
Mon, 01 Dec 2008 18:34:02 +0100 Tomas Lindquist Olsen Made ClassInfo.interfaces generation consistent with DMD, fixes #134
Sun, 30 Nov 2008 11:25:40 +0100 Christian Kamm Move storage of final vtbl from BaseClass to IrInterface: BaseClass instances are shared!
Sat, 29 Nov 2008 20:57:52 +0100 Tomas Lindquist Olsen Fixed some problems with the addZeros forward declarations having type mismatches.
Sat, 29 Nov 2008 21:25:43 +0100 Tomas Lindquist Olsen Removed KDevelop3 project files, CMake can generate them just fine!
Tue, 28 Oct 2008 15:41:09 +0100 Tomas Lindquist Olsen Removed warnings on ignored aligns. Only do aligment on packed structs, align(1) struct Packed { ... }
Mon, 06 Oct 2008 22:54:08 +0200 Christian Kamm Some missed LLVMDC -> LDC.
Wed, 30 Jul 2008 10:12:55 +0200 Tomas Lindquist Olsen Added type param to DVarValue as DMD sometimes overrides the type of the VarDeclaration.
Sat, 28 Jun 2008 03:45:18 +0200 lindquist [svn r328] Fixed an issue with interfaces where the vtable type of a interface implemented could be invalid. Fixes several tango modules like, FileStream, ServerSocket trunk
Thu, 12 Jun 2008 16:58:26 +0200 lindquist [svn r269] Fixed dwarf debug info for structs. trunk
Mon, 09 Jun 2008 09:37:08 +0200 lindquist [svn r261] Fixed debug info for integer and floating local variables, can now be inspected in GDB. trunk
Mon, 12 May 2008 21:08:33 +0200 ChristianK [svn r215] fix for empty class vtbl trunk
Mon, 12 May 2008 18:44:11 +0200 lindquist [svn r209] Fixed: exotic array to pointer casts were broken. trunk
Wed, 23 Jan 2008 15:48:19 +0100 lindquist [svn r146] fixed some potential problems with mismatch in order of interfaces in class data layout trunk
Wed, 23 Jan 2008 12:56:09 +0100 lindquist [svn r144] fixes trunk
Fri, 18 Jan 2008 16:42:16 +0100 lindquist [svn r141] fixed more problems with classinfo trunk
Thu, 17 Jan 2008 03:15:12 +0100 lindquist [svn r140] did a lot of the work towards being able to pass multiple modules on the command line. not complete yet though trunk