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
Sat, 21 Jun 2008 03:14:49 +0200 lindquist [svn r306] Fixed: it's now possible to compile and link llvmdc with MinGW32 and msys on Win32 :D I tried it myself ;) Building the runtime still needs some work, but it's a step in the right direction. trunk
Sat, 21 Jun 2008 02:48:53 +0200 lindquist [svn r305] Started support for custom class allocators/deallocators. Allocators with more than one argument still need to be fixed. trunk
Sat, 21 Jun 2008 00:54:55 +0200 ChristianK [svn r304] Fix associative array literals by always reserving a zero inited temporary for them. trunk
Sat, 21 Jun 2008 00:00:56 +0200 ChristianK [svn r303] Start a new basicblock behind a HaltExp to prevent compiler errors. trunk
Fri, 20 Jun 2008 23:38:51 +0200 ChristianK [svn r302] Make HaltExps and assert(0) generate an assert message again instead of using llvm's trap intrinsic. trunk
Fri, 20 Jun 2008 23:27:59 +0200 ChristianK [svn r301] Fixed incorrect codegen with array slice assigns. trunk
Fri, 20 Jun 2008 22:25:07 +0200 lindquist [svn r300] Removed some win32 stuff that was causing problems on mingw32. trunk
Fri, 20 Jun 2008 22:12:15 +0200 lindquist [svn r299] forgot to return status in runExecutable trunk
Fri, 20 Jun 2008 22:09:04 +0200 lindquist [svn r298] Eliminated the dmd/link.c source file entirely in favor of a llvm::sys based approach to the same functionality. trunk
Fri, 20 Jun 2008 17:45:13 +0200 lindquist [svn r297] Fixed: rewrote linker code to use LLVM's Program facilities instead of DMD's oldschool broken "native" approach. trunk
Thu, 19 Jun 2008 17:30:32 +0200 lindquist [svn r296] Removed: the 'suite' dir, it never took off! trunk
Thu, 19 Jun 2008 13:54:31 +0200 ChristianK [svn r295] Added phobos aliases to string, wstring, dstring and Error to the object.di used for testing. trunk
Wed, 18 Jun 2008 23:29:14 +0200 lindquist [svn r294] Fixed some more of the old tests. trunk
Wed, 18 Jun 2008 22:27:02 +0200 lindquist [svn r293] Fixed: object.TypeInfo_Struct implementation was incorrect. trunk
Wed, 18 Jun 2008 21:31:05 +0200 lindquist [svn r292] Fixed: string switch was broken in several ways. trunk