log

age author description
Sun, 15 Feb 2009 11:46:28 +0100 Christian Kamm Change the numbering of static ctors/dtors to be module based instead of being global.
Sat, 14 Feb 2009 21:18:47 +0100 Christian Kamm Make sure debug info uses the right compilation units - in particular the
Sat, 14 Feb 2009 15:25:48 +0100 Tomas Lindquist Olsen Added support for using a temporary to implement emulated ABI return from inline asm, could be easier to use, but I think this will do. It's so extremely target dependent in any case that doing a completely generic approach seems hard.
Fri, 13 Feb 2009 22:20:30 +0100 Tomas Lindquist Olsen Merged a bunch recent dmd v1 frontend changes into the dmd v2 tree.
Thu, 12 Feb 2009 18:39:14 +0100 Christian Kamm Automated merge with http://hg.dsource.org/projects/ldc
Thu, 12 Feb 2009 18:39:03 +0100 Christian Kamm Now that we're using LLVM 2.5, we can stop always running the
Wed, 11 Feb 2009 08:32:33 -0700 Kelly Wilson Revert return value swapping on x86_64
Tue, 10 Feb 2009 08:02:25 -0700 wilsonk changes to get the naked asm stuff working for x64
Sun, 08 Feb 2009 21:44:46 +0100 Christian Kamm Revert templates to old behavior.
Sun, 08 Feb 2009 18:51:32 +0100 Christian Kamm Switch some getModule to getCompilationModule to make sure templates are
Sun, 08 Feb 2009 16:50:22 +0100 Christian Kamm Mostly rewrite debug info generation in terms of llvm/Analysis/DebugInfo.h.
Sun, 08 Feb 2009 05:26:54 +0100 Tomas Lindquist Olsen SWITCHED TO LLVM 2.5 !
Sun, 08 Feb 2009 05:14:24 +0100 Tomas Lindquist Olsen Fixed accessing function symbols from inline asm.
Thu, 05 Feb 2009 18:17:42 +0100 Tomas Lindquist Olsen Reverted the template instantiation changes from rev [940]. Wasn't safe it seems :(
Wed, 04 Feb 2009 20:47:27 +0100 Tomas Lindquist Olsen Reverted back to the LLVM_InlineAsm_X86 versions, a few more things still needs to be sorted out first.
Wed, 04 Feb 2009 18:51:11 +0100 Christian Kamm LDC should follow the D ABI now. Switch back from LLVM_InlineAsm_X86 to
Wed, 04 Feb 2009 18:48:03 +0100 Tomas Lindquist Olsen Changed the way LDC determines if a template instantiation needs to get a definition, seems to speed up compile times quite a bit in some cases.
Wed, 04 Feb 2009 18:39:39 +0100 Christian Kamm Automated merge with http://hg.dsource.org/projects/ldc
Wed, 04 Feb 2009 18:39:33 +0100 Christian Kamm Convert struct arg to integer when passing inreg to make sure LLVM doesn't
Wed, 04 Feb 2009 16:02:05 +0100 Tomas Lindquist Olsen Fixed warning on osx as per request from mwarning.
Wed, 04 Feb 2009 02:10:23 +0100 Tomas Lindquist Olsen Removed some dead code.
Tue, 03 Feb 2009 17:27:01 -0700 wilsonk Fixed an accidental code removal for osx
Wed, 04 Feb 2009 00:50:04 +0100 Tomas Lindquist Olsen Fixed problem with static ctors, in templated imported classes, not begin run. Fixes #203
Wed, 04 Feb 2009 00:04:09 +0100 Tomas Lindquist Olsen Replace assertion with errormessage for unsupported calling conventions. like Pascal. See dstress/run/e/extern_10_A.d
Tue, 03 Feb 2009 23:48:47 +0100 Tomas Lindquist Olsen Fixed dstress/run/a/array_initialization_17_A.d regression. default initialized static array elements in a constant static array initializer was getting incorrect values.
Tue, 03 Feb 2009 21:46:54 +0100 Christian Kamm Automated merge with http://hg.dsource.org/projects/ldc
Tue, 03 Feb 2009 21:46:46 +0100 Christian Kamm Follow the D ABI and pass the last arg in a register if it is a struct that fits.
Tue, 03 Feb 2009 12:43:03 -0700 wilsonk Changed this file to add 'naked' and a couple other missing instructions
Tue, 03 Feb 2009 12:35:00 -0700 wilsonk Added X86-64 version. Needed significant changes.
Tue, 03 Feb 2009 12:34:12 -0700 wilsonk Added X86-64 versioning
Tue, 03 Feb 2009 12:33:42 -0700 wilsonk Added X86-64 version
Tue, 03 Feb 2009 12:33:21 -0700 wilsonk Added X86-64 versioning
Tue, 03 Feb 2009 18:42:25 +0100 Tomas Lindquist Olsen Fixed problem accessing global variables from naked asm on osx.
Tue, 03 Feb 2009 18:14:30 +0100 Tomas Lindquist Olsen Added support for naked asm on OSX. (hopefully!)
Tue, 03 Feb 2009 18:11:39 +0100 Christian Kamm Apply naked changes of [920] to dmd2/
Tue, 03 Feb 2009 18:00:17 +0100 Christian Kamm Apply StaticStructInit changes from [913] to dmd2/
Tue, 03 Feb 2009 08:54:57 +0100 Tomas Lindquist Olsen Implemented proper support for naked asm using llvm module level asm. Still not 100% complete, but already 1000 times better that what we had before. Don's BignumX86 implementation from Tango (when turned into a standalone unittest) seems to fully work with no changes, and great performance :)
Mon, 02 Feb 2009 02:35:44 +0100 Tomas Lindquist Olsen Fixed assertion failure when object.d is missing the ModuleInfo class
Mon, 02 Feb 2009 01:44:51 +0100 Tomas Lindquist Olsen Changed templates and typeinfo to use linkonce linkage instead of weak linkage, this should fix inlining problems, fixing bug #197 . If problems show up, it's easy to change it back by changing the define in mars.h . I'm 95% sure this is safe, given how we handle templates.
Mon, 02 Feb 2009 00:58:36 +0100 Tomas Lindquist Olsen Removed use of TARGET_LINUX and replaced with POSIX, fixes bug [172]
Mon, 02 Feb 2009 00:34:22 +0100 Tomas Lindquist Olsen Renamed Rebuild profile to match DSSS and Tango convention.
Mon, 02 Feb 2009 00:26:32 +0100 Tomas Lindquist Olsen Fix bug #199
Sun, 01 Feb 2009 23:30:36 +0100 Tomas Lindquist Olsen Fixed bug #191 by rewriting DtoConstArrayInitializer, patch unfortunately caused regressions, hopefully this doesn't :P
Sun, 01 Feb 2009 20:20:56 +0100 Christian Kamm Fix #198 and #199 by making CTFE on static struct initializers work.
Fri, 30 Jan 2009 07:51:50 +0100 Christian Kamm _d_delarray also had one of the array consistency asserts mentioned in #184
Thu, 29 Jan 2009 17:59:25 +0100 Christian Kamm Fix typo in [909].
Thu, 29 Jan 2009 17:45:12 +0100 Christian Kamm Remove asserts on array consistancy in arraysetlength. Fixes #184, thanks Deewiant.
Thu, 29 Jan 2009 17:19:48 +0100 Christian Kamm Port some LDC1 portability fixes to LDC2. Fixes #196.
Thu, 29 Jan 2009 16:56:48 +0100 Christian Kamm Apply patch for #193. Thanks fvbommel.
Sun, 25 Jan 2009 12:38:29 +0100 Christian Kamm Add testcase for #189 to mini tests.
Sun, 25 Jan 2009 12:35:11 +0100 Christian Kamm Casts from interface to class generally need to be dynamic. Fixes #189.
Sat, 24 Jan 2009 00:33:06 +0100 Christian Kamm Applied doob's patch to port GDC's Dyld data segment tracking for Mac.
Fri, 23 Jan 2009 13:41:03 +0100 Christian Kamm Fix bug #177 by not attempting to define composite debug info for
Fri, 23 Jan 2009 10:13:27 +0100 Christian Kamm Further Solaris data segment detection fixes. Thanks BlueZeniX!
Fri, 23 Jan 2009 10:12:57 +0100 Christian Kamm Add -m64 switch to gcc calls on 64-bit platforms.
Thu, 22 Jan 2009 21:46:40 +0100 Christian Kamm Fix #174.
Thu, 22 Jan 2009 18:53:32 +0100 Christian Kamm Solaris compatibility and proc map parsing #183, thanks BlueZeniX!
Thu, 22 Jan 2009 18:23:30 +0100 Christian Kamm Add wilsonk's static data segment finding code for x86-64 from #181. Thanks!
Thu, 22 Jan 2009 17:57:38 +0100 Christian Kamm Add headers for HP's libunwind, currently unused though.
Thu, 22 Jan 2009 17:50:38 +0100 Christian Kamm Fix x86-64 exception handling #180. Thanks pcwalton!