log

age author description
Mon, 09 Jun 2008 03:02:14 +0200 lindquist [svn r260] Changed some of the LLVMDC specific code in the Tango core and did some minor cleanups. trunk
Mon, 09 Jun 2008 02:05:02 +0200 lindquist [svn r259] Enabled ASM for the GC, this closes #45 by saving the registers on the stack. trunk
Mon, 09 Jun 2008 00:28:02 +0200 lindquist [svn r258] Fixed: we were passing static arrays by value. trunk
Mon, 09 Jun 2008 00:01:10 +0200 lindquist [svn r257] Fixed: array .sort and .reverse runtime code was incorrect. trunk
Sun, 08 Jun 2008 22:07:10 +0200 lindquist [svn r256] AsmBlockStatement was still being flattened in some cases. trunk
Sun, 08 Jun 2008 21:23:09 +0200 ChristianK [svn r255] added dstress results for [254] trunk
Sun, 08 Jun 2008 19:09:24 +0200 lindquist [svn r253] Removed -inlineasm option. inline asm is now enabled by default unless the new -noasm option is passed. trunk
Sun, 08 Jun 2008 18:20:48 +0200 ChristianK [svn r252] added warnings about using an up to date runtime trunk
Sun, 08 Jun 2008 12:06:22 +0200 ChristianK [svn r251] fixed arguments checking in runtest script trunk
Sun, 08 Jun 2008 08:03:19 +0200 lindquist [svn r250] Fixed the warning about dropping arguments to _Dmain when optimizing. trunk
Sun, 08 Jun 2008 06:45:54 +0200 lindquist [svn r249] Changed inline asm clobbers to a set instead of a list so we don't get duplicate clobbers. trunk
Sun, 08 Jun 2008 06:15:51 +0200 lindquist [svn r248] Fixed: labels in inline asm block now work for the normal case. trunk
Sun, 08 Jun 2008 01:07:58 +0200 lindquist [svn r247] fixed accessing global symbols from inline asm. trunk
Sat, 07 Jun 2008 21:38:14 +0200 lindquist [svn r246] fixed asm4 test trunk
Sat, 07 Jun 2008 21:31:38 +0200 lindquist [svn r245] initial support for labels in inline asm, broken :/ trunk
Sat, 07 Jun 2008 19:20:15 +0200 lindquist [svn r244] added another asm test. trunk
Sat, 07 Jun 2008 19:19:30 +0200 lindquist [svn r243] fixed inline asm arg_pointer args hopefully. trunk
Sat, 07 Jun 2008 19:04:26 +0200 lindquist [svn r242] fixed (I think) arg_pointer inline asm args trunk
Fri, 06 Jun 2008 22:30:31 +0200 lindquist [svn r241] Fixed missing terminator for void main() with inline asm block. trunk
Fri, 06 Jun 2008 22:04:41 +0200 ChristianK [svn r240] do not crash on zero length constraints string trunk
Fri, 06 Jun 2008 21:51:40 +0200 ChristianK [svn r239] also use indirect modifier for update constraints trunk
Fri, 06 Jun 2008 21:44:17 +0200 ChristianK [svn r238] use *m for memory input constraints and pass in their address trunk
Fri, 06 Jun 2008 20:51:43 +0200 lindquist [svn r237] some inline asm output now seems to work, see tangotests/asm2.d trunk
Fri, 06 Jun 2008 20:14:51 +0200 lindquist [svn r236] added initial codegen of inline asm, pretty buggy and incomplete still. see the tangotests/asm1.d test for a sample of what does trunk
Thu, 05 Jun 2008 19:22:37 +0200 ChristianK [svn r235] rough port of GDC's inline assembler code, unfinished trunk
Thu, 05 Jun 2008 06:43:34 +0200 lindquist [svn r234] Fixed: missed a few bogus #ifs in last revision. trunk
Thu, 05 Jun 2008 06:38:36 +0200 lindquist [svn r233] Added: -oq command line option for writing fully qualified object names. trunk
Tue, 03 Jun 2008 22:32:59 +0200 lindquist [svn r232] Added dstress test results for rev [231] . trunk
Tue, 03 Jun 2008 13:51:09 +0200 lindquist [svn r231] Changed: warnings are no longer treated as an error. trunk
Fri, 30 May 2008 19:32:56 +0200 lindquist [svn r230] Added vararg3 sample tangotest. trunk