log

age author description
Tue, 19 Aug 2008 20:18:01 +0200 Tomas Lindquist Olsen First step towards D abi compliance.
Sun, 17 Aug 2008 13:16:35 +0200 Christian Kamm Fix binops change for OpAssign.
Sun, 17 Aug 2008 12:21:53 +0200 Christian Kamm Binary ops had the wrong result type for real op imaginary.
Sun, 17 Aug 2008 11:39:36 +0200 Christian Kamm Abstract functions may have bodies.
Sat, 16 Aug 2008 19:29:56 +0200 Christian Kamm Fix TypeInfo_Tuple array initialization.
Sat, 16 Aug 2008 14:01:23 +0200 Christian Kamm Do not need to allocate temporary for function literal.
Sat, 16 Aug 2008 13:33:37 +0200 Christian Kamm Fix function literals. They never carry a context.
Sat, 16 Aug 2008 12:38:53 +0200 Christian Kamm Don't assert on empty foreach body.
Sat, 16 Aug 2008 12:32:22 +0200 Christian Kamm Prevent cast error for cast(void) around expression statements.
Sat, 16 Aug 2008 11:19:34 +0200 Christian Kamm Fix continue inside dowhile statements.
Sat, 16 Aug 2008 10:48:25 +0200 Christian Kamm Fix delegate equality.
Fri, 15 Aug 2008 23:15:21 +0200 Christian Kamm Get rid of module declaration for one of the tests I added. Would confuse mini test runner.
Fri, 15 Aug 2008 23:13:55 +0200 Christian Kamm Add test case for broken delegates. Also still needs fixing!
Fri, 15 Aug 2008 23:11:59 +0200 Christian Kamm Add minitest for broken empty template tuple parameters. Fix this one!
Fri, 15 Aug 2008 22:41:47 +0200 Christian Kamm Add interface comparison to EqualExp: just do pointer comparison.
Fri, 15 Aug 2008 05:08:33 +0200 Tomas Lindquist Olsen Fixed problem when instantiating a template with private global variables.
Thu, 14 Aug 2008 06:55:41 +0200 Tomas Lindquist Olsen Merged DMD 1.034, array operations are not yet implemented ;)
Thu, 14 Aug 2008 03:09:26 +0200 Tomas Lindquist Olsen Fixed mini/missingti.d
Wed, 13 Aug 2008 23:54:09 +0200 Christian Kamm Reverted bad change [506]. Added test case for remaining bug.
Wed, 13 Aug 2008 22:31:46 +0200 Christian Kamm Got rid of improper static array compile time index check.
Wed, 13 Aug 2008 22:14:43 +0200 Christian Kamm Provided overload to TypeClass::builtinTypeInfo to return true.
Wed, 13 Aug 2008 20:50:54 +0200 Christian Kamm Do not assert if there's a struct-this nested context.
Wed, 13 Aug 2008 17:11:03 +0200 Tomas Lindquist Olsen Fixed uncaught, invalid use of nesting introduced in rev [498]
Wed, 13 Aug 2008 15:43:34 +0200 Tomas Lindquist Olsen merge
Wed, 13 Aug 2008 15:43:13 +0200 Tomas Lindquist Olsen Fixed problems constant multidimensional static array initializers.
Tue, 12 Aug 2008 00:56:09 +0200 Tomas Lindquist Olsen missed one phobos test
Tue, 12 Aug 2008 00:54:32 +0200 Tomas Lindquist Olsen fixed some failing minitests (badly classified / phobos)
Tue, 12 Aug 2008 19:50:41 +0200 Christian Kamm Revert accidental change to toobj.cpp.
Tue, 12 Aug 2008 19:48:42 +0200 Christian Kamm Get rid of 'static function cannot access nested' error. It is caught again later.
Tue, 12 Aug 2008 18:33:34 +0200 Christian Kamm Change web statistics layout, thanks anders!
Tue, 12 Aug 2008 00:20:04 +0200 Tomas Lindquist Olsen Removed debug info per default from the runtime makefiles, since llvm 2.4svn is currently buggy.
Sun, 10 Aug 2008 22:05:30 +0200 Tomas Lindquist Olsen Fixed EH fatalerror printf'ing.
Sun, 10 Aug 2008 21:57:29 +0200 Christian Kamm Get rid of exception usage in exception handling code.
Sun, 10 Aug 2008 21:09:23 +0200 Christian Kamm Make llvmdc work with llvm 2.4svn revision 54614. Breaks compatibility with llvm 2.3.
Sun, 10 Aug 2008 18:35:27 +0200 Christian Kamm Elrood's proposed directory layout changes.
Sun, 10 Aug 2008 18:34:57 +0200 Christian Kamm Add .orig files created during a revert to .hgignore.
Sun, 10 Aug 2008 17:28:01 +0200 Tomas Lindquist Olsen Fixed a critical bug in the runtime, where _d_allocmemoryT would mark
Sun, 10 Aug 2008 13:42:08 +0200 Christian Kamm Make the alignment computations of the frontend match the llvm default alignment.
Sun, 10 Aug 2008 10:50:53 +0200 Christian Kamm Error if there is no this in a call requiring this.
Sun, 10 Aug 2008 10:40:26 +0200 Christian Kamm Make struct literals work with typedefs.
Sun, 10 Aug 2008 08:37:38 +0200 Tomas Lindquist Olsen Added pragma(llvmdc, "string") for misc per-module compiler configuration, currently "string" can only be "verbose" which forces -vv for module it appears in.
Sat, 09 Aug 2008 09:03:52 +0200 Christian Kamm Default initialize temporary struct generated from struct literal.
Thu, 07 Aug 2008 18:59:23 +0200 Christian Kamm Get rid of predefined Unix version
Thu, 07 Aug 2008 18:17:59 +0200 Christian Kamm Forgot return in DtoInitializer
Thu, 07 Aug 2008 18:15:27 +0200 Christian Kamm Move zero init of padding to DtoInitializer in order to respect void initializers.
Tue, 05 Aug 2008 20:23:44 +0200 Christian Kamm Use llvmdc helpers for store and bitcast in fp80 padding init code.
Tue, 05 Aug 2008 20:10:12 +0200 Christian Kamm Zero out padding of fp80.
Tue, 05 Aug 2008 19:28:19 +0200 Christian Kamm Move AllocaInst creation into DtoAlloca helper. Will enable special zero-init of fp80 reals' padding.
Tue, 05 Aug 2008 08:08:00 +0200 Christian Kamm Update readme.
Mon, 04 Aug 2008 21:34:53 +0200 Christian Kamm Make sure to initialize isBranchToLabel to zero.
Mon, 04 Aug 2008 20:05:42 +0200 Tomas Lindquist Olsen Added missing llvmdc-build script in lphobos, added llvmdc.conf to lphobos.
Mon, 04 Aug 2008 20:01:36 +0200 Tomas Lindquist Olsen Added bash style rebuild to the lphobos dir
Mon, 04 Aug 2008 19:38:59 +0200 Tomas Lindquist Olsen Removed old moduleinit_backend from lphobos it's useless now.
Mon, 04 Aug 2008 19:28:49 +0200 Tomas Lindquist Olsen Applied downs' lphobos update
Mon, 04 Aug 2008 19:08:39 +0200 Tomas Lindquist Olsen Added 'Unix' predefined version identifier.
Mon, 04 Aug 2008 17:32:13 +0200 Tomas Lindquist Olsen Changed DMD to make a copy of the TypeFunction in DelegateExp.
Mon, 04 Aug 2008 03:40:08 +0200 Tomas Lindquist Olsen added testcase for taking address of function as constant expr.
Mon, 04 Aug 2008 03:38:23 +0200 Tomas Lindquist Olsen Fixed constant expression taking address of function.
Mon, 04 Aug 2008 02:59:34 +0200 Tomas Lindquist Olsen Removed the 'needsstorage' thing from Dsymbol. Arguments are not always given storage when applicable. This is not longer treat specially
Sun, 03 Aug 2008 16:59:28 +0200 Tomas Lindquist Olsen Fixed problem in AssignExp where the result value might be uninitialized. see mini/assign1.d