log

age author description
Sun, 02 Nov 2008 21:47:31 +0100 Christian Kamm Add basic CMake build file.
Sun, 02 Nov 2008 18:36:28 +0100 Christian Kamm Fix bug in array_cast_len. Makes tango.text.Regex work.
Sat, 01 Nov 2008 18:25:10 +0100 Tomas Lindquist Olsen Added DtoRawVarDeclaration routine to handle special variables in some statements.
Sat, 01 Nov 2008 17:56:25 +0100 Christian Kamm asm4 fix.
Sat, 01 Nov 2008 16:48:17 +0100 Christian Kamm Tried using DtoDeclarationExp for VarDecls in Statements to fix nesting issues
Sat, 01 Nov 2008 14:41:57 +0100 Christian Kamm Fix minitest breakage from the x86-64 patch.
Fri, 31 Oct 2008 18:17:28 +0100 Christian Kamm Add test for accessing foreachval in nested func. Reason for #104.
Thu, 30 Oct 2008 15:58:58 +0100 Christian Kamm Fix REALSIZE, REALPAD and alignment of double and real for x86-64.
Thu, 30 Oct 2008 11:08:34 +0100 Christian Kamm Applied easy part from wilsonk's x86-64 patch in #107
Thu, 30 Oct 2008 10:17:05 +0100 Christian Kamm Automated merge with http://hg.dsource.org/projects/ldc
Thu, 30 Oct 2008 10:16:37 +0100 Christian Kamm Fix accidental double-inreg caused by shared TupleType. Enabled inreg by default.
Thu, 30 Oct 2008 10:15:42 +0100 Christian Kamm Add explicit uint->char cast to get rid of warning.
Tue, 28 Oct 2008 15:41:09 +0100 Tomas Lindquist Olsen Removed warnings on ignored aligns. Only do aligment on packed structs, align(1) struct Packed { ... }
Mon, 27 Oct 2008 17:42:38 +0100 Christian Kamm Fix debug path.
Mon, 27 Oct 2008 17:37:34 +0100 Tomas Lindquist Olsen Attempt at getting LLVM to provide a proper target data layout. Should assert now if things are borked.
Mon, 27 Oct 2008 16:36:59 +0100 Christian Kamm Fold in mandel's patch for ARM from #106
Mon, 27 Oct 2008 01:40:47 +0100 Tomas Lindquist Olsen Nested access to with statement should work now. fixes #105
Mon, 27 Oct 2008 01:11:41 +0100 Tomas Lindquist Olsen Fixed tuple fields, thanx downs
Sun, 26 Oct 2008 21:18:24 +0100 Christian Kamm Fix broken indentation from last commit.
Sun, 26 Oct 2008 21:16:21 +0100 Christian Kamm Enable arg reversal on x86 by default. Make change to TypeInfo_Struct.compare to accomodate for it.
Sun, 26 Oct 2008 17:31:05 +0100 Christian Kamm Always add trailing slash to source path for debug info.
Sun, 26 Oct 2008 14:12:03 +0100 Christian Kamm Change _d_newclass into _d_allocclass. Add initialization to ClassInfo.create.
Sun, 26 Oct 2008 14:11:14 +0100 Christian Kamm Change default to not using inreg.
Sun, 26 Oct 2008 13:41:03 +0100 Christian Kamm Add test for broken ClassInfo.create method. Thanks MrSunshine.
Sat, 25 Oct 2008 22:07:20 +0200 Christian Kamm Fix double field toObjFile for structs with AttribDecls.
Sat, 25 Oct 2008 18:12:07 +0200 Tomas Lindquist Olsen Disabled parameter reversing by default, it broke mini/typeinfo10.d
Sat, 25 Oct 2008 06:03:28 +0200 Tomas Lindquist Olsen Implemented correct parameter order according to x86-32 ABI documentation.
Thu, 23 Oct 2008 19:42:55 +0200 Tomas Lindquist Olsen Commented that codegen: <modulename> printf ...
Thu, 23 Oct 2008 19:38:01 +0200 Tomas Lindquist Olsen Make extern(System) configure the calling convention on LDC runtime, not when building LDC.
Thu, 23 Oct 2008 00:34:46 +0200 Tomas Lindquist Olsen Added inreg attribute where appropriate on x86 to follow ABI docs.