log

age author description
Sat, 07 Nov 2009 13:51:05 +0100 Christian Kamm Fix codegen for foreach with ref value being lowered to for.
Sat, 07 Nov 2009 11:16:09 +0100 Christian Kamm Fix another test returning a non-void in a void function.
Sat, 07 Nov 2009 11:14:37 +0100 Christian Kamm Replace DMD's isSymbolDeclaration with isStaticStructInitDeclaration.
Sat, 07 Nov 2009 11:01:49 +0100 Christian Kamm Fix bug in nested13 minitest.
Sat, 07 Nov 2009 10:54:40 +0100 Christian Kamm Hack to make compiling the tango 0.99.8 runtime work.
Fri, 06 Nov 2009 23:58:01 +0100 Christian Kamm Merge DMD 1.051
Fri, 06 Nov 2009 21:51:41 +0100 Christian Kamm Fix several 'reaches end of function' warnings by making fatal noreturn.
Thu, 22 Oct 2009 13:30:30 +0200 tomas Updated C binding to be more up to date with LLVM.
Wed, 21 Oct 2009 05:46:56 +0200 tomas Fixed issue in exception runtime with recent LLVM revisions, with this in place EH seems to work properly on x86-64. These fixes need to be merged into tango trunk still!
Tue, 22 Sep 2009 20:26:50 +0200 Moritz Warning basename => dirname, thanks Hxal
Sat, 19 Sep 2009 13:05:10 +0100 Robert Clipsham Fixed a segfault in ldc2 when compiling synchronized{} blocks.
Sat, 19 Sep 2009 00:44:35 +0100 Robert Clipsham Fixed ticket #365. Thanks wilkie.
Wed, 09 Sep 2009 20:13:17 +0200 Moritz Warning allow forward referencing, fix #361
Wed, 09 Sep 2009 02:03:24 +0200 Moritz Warning fix newline warning
Tue, 08 Sep 2009 11:21:30 +0100 Robert Clipsham Removed a chunk of code in favour of a shorter and more portable method
Tue, 08 Sep 2009 10:07:56 +0100 Robert Clipsham DMD 2.032 Merge.
Tue, 25 Aug 2009 21:35:43 +0200 Benjamin Kramer Kill off StripMetaData.
Tue, 25 Aug 2009 21:21:37 +0200 Benjamin Kramer This flush is not needed anymore.
Sat, 22 Aug 2009 11:45:20 +0200 Benjamin Kramer Fix bug #356. Our sorting function was wrong if a value was between two NULL pointers.
Mon, 17 Aug 2009 13:42:19 -0600 Kelly Wilson Fixed iretq problem reported by wilkie of the XomB project
Fri, 14 Aug 2009 01:43:30 +0200 Benjamin Kramer Avoid some unecessary heap allocations by using llvm's StringRef class.
Fri, 14 Aug 2009 00:39:18 +0200 Benjamin Kramer IntegerType is now contextifed.
Thu, 06 Aug 2009 16:02:14 +0200 Benjamin Kramer Remove dummy module hack.
Thu, 06 Aug 2009 01:47:39 +0200 Benjamin Kramer Push the context through StructType::get.
Thu, 06 Aug 2009 17:04:36 +0200 Tomas Lindquist Olsen Forgot to add files.
Thu, 06 Aug 2009 16:52:43 +0200 Tomas Lindquist Olsen Added framework for writing a static printf call checker for bearophile to implement.
Tue, 04 Aug 2009 12:21:59 +0200 Benjamin Kramer lookupTarget no longer takes a Module.
Mon, 03 Aug 2009 11:29:35 +0200 Benjamin Kramer Build fix for TargetMachine changes.
Sun, 02 Aug 2009 18:37:07 +0200 Tomas Lindquist Olsen Added check and error in case two same named modules - with different packages and compiled at once - would overwrite each other's output files.
Sun, 02 Aug 2009 17:56:30 +0200 Tomas Lindquist Olsen Fixed bug #349 , now emits error.