log

age author description
Sun, 30 Nov 2008 11:54:18 +0100 Christian Kamm Add interface minitest, rework s.d.
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 23:39:04 +0100 Tomas Lindquist Olsen Ensure all logging of llvm values/types is only called when -vv is passed
Sat, 29 Nov 2008 22:37:36 +0100 Tomas Lindquist Olsen Removed use of DMD's toPrettyChars function for providing llvm value names.
Sat, 29 Nov 2008 21:26:50 +0100 Tomas Lindquist Olsen Removed DtoConstFieldInitializer, it's no longer needed and was buggy.
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 18:28:32 +0100 Tomas Lindquist Olsen merge
Sat, 29 Nov 2008 18:28:17 +0100 Tomas Lindquist Olsen Changed aggregate field initializers to be created lazily, fixes problem with static void arrays in aggregates.
Sat, 29 Nov 2008 17:13:38 +0100 Christian Kamm Do put zero in vtable initializer for function without body in abstract class.
Sat, 29 Nov 2008 17:06:36 +0100 Christian Kamm Use toParent instead of toParent2 to determine whether inside a function body.
Sat, 29 Nov 2008 21:25:43 +0100 Tomas Lindquist Olsen Removed KDevelop3 project files, CMake can generate them just fine!
Sat, 29 Nov 2008 12:28:10 +0100 Christian Kamm Error instead of assert when trying to build a default initializer for void[n].
Fri, 28 Nov 2008 23:29:00 +0100 Christian Kamm Adjust Tango patch for Tango rev 4134.
Fri, 28 Nov 2008 21:24:08 +0100 Christian Kamm Fix warnings on x86-64. By fvbommel.
Thu, 27 Nov 2008 18:31:09 +0100 Christian Kamm Attempt at fixing #126.
Thu, 27 Nov 2008 17:43:20 +0100 Christian Kamm Automated merge with http://hg.dsource.org/projects/ldc
Thu, 27 Nov 2008 17:41:49 +0100 Christian Kamm Apply Elrood's CMake patch from #132.
Thu, 27 Nov 2008 02:16:55 +0100 Tomas Lindquist Olsen Updated tango patch, the object.di changes are now in tango trunk
Wed, 26 Nov 2008 19:44:06 +0100 Christian Kamm Use LLVM package string for llvm version info in D2 frontend too.
Wed, 26 Nov 2008 19:40:11 +0100 Christian Kamm Print llvm package string in version header. See #128.
Tue, 25 Nov 2008 17:15:02 +0100 Christian Kamm Fix StdCall selection.
Mon, 24 Nov 2008 20:02:59 +0100 Christian Kamm Add missing CMakeList, apply conf changes to dmd2 frontend.
Mon, 24 Nov 2008 18:17:58 +0100 Christian Kamm Apply Elrood's CMake changes from #124. Thanks a lot!
Sun, 23 Nov 2008 21:57:11 +0100 Christian Kamm Fix float->bool, #130. Thanks fvbommel.
Sat, 22 Nov 2008 21:11:26 +0100 Christian Kamm hgignore updates for CMake.
Sat, 22 Nov 2008 21:08:00 +0100 Christian Kamm Don't use StdCall on Windows.
Sat, 22 Nov 2008 21:06:33 +0100 Christian Kamm Strip test binaries.
Sat, 22 Nov 2008 18:45:09 +0100 Christian Kamm Move tuple syntax copy for function arguments after semantic, to make sure
Sat, 22 Nov 2008 18:38:13 +0100 Christian Kamm Fix return type of OrOr and AndAndExp being set incorrectly if rhs is void. Thanks wilsonk!
Sat, 22 Nov 2008 18:35:52 +0100 Christian Kamm Get rid of DtoBoolean - use DtoCast(... Type::tbool) instead.