log

age author description
Tue, 24 Jun 2008 22:27:55 +0200 ChristianK [svn r321] Fix bug in argument remapping functions. trunk
Tue, 24 Jun 2008 21:38:23 +0200 ChristianK [svn r320] Begun work on branches out of asm blocks. Unfinished. trunk
Tue, 24 Jun 2008 17:24:55 +0200 ChristianK [svn r319] Call substatement->toIR in LabelStatement::toIR even when the label is inside an asm block. trunk
Mon, 23 Jun 2008 19:19:37 +0200 ChristianK [svn r318] Moved the call to DtoBoolean before the not instruction. trunk
Mon, 23 Jun 2008 19:08:32 +0200 ChristianK [svn r317] Convert result of _adEq runtime function to bool to make sure EqualExp returns i1 bool. trunk
Mon, 23 Jun 2008 14:48:42 +0200 lindquist [svn r316] Fixed array slice assignments like: int[] arr = ...; arr[] = 42; trunk
Sun, 22 Jun 2008 21:36:07 +0200 ChristianK [svn r315] Build full const initializer for static arrays in DtoConstInitializer if necessary. trunk
Sun, 22 Jun 2008 15:21:34 +0200 ChristianK [svn r314] Get correct value type for newing of multidimensional dynamic arrays. trunk
Sun, 22 Jun 2008 13:23:28 +0200 ChristianK [svn r313] Fix class initializer size regression introduced in [305]. trunk
Sat, 21 Jun 2008 21:16:26 +0200 lindquist [svn r312] Changed assert codegen to insert an unreachable terminator after the call to the assert function, which currently calls abort(). trunk
Sat, 21 Jun 2008 17:57:36 +0200 lindquist [svn r311] Fixed: structs no longer output two static typeinfos. trunk
Sat, 21 Jun 2008 16:22:29 +0200 lindquist [svn r310] Fixed a problem with incomplete types and templates in typeinfo code. trunk
Sat, 21 Jun 2008 14:06:00 +0200 ChristianK [svn r309] Remove the large dstress test result files from svn repository. trunk
Sat, 21 Jun 2008 05:03:42 +0200 lindquist [svn r308] Really fixed multidimensional new expressions. the first length was bad in the resulting slice. trunk
Sat, 21 Jun 2008 04:47:14 +0200 lindquist [svn r307] Fixed: multidimensional new expressions now work. Eg.: trunk