log gen/todebug.h @ 1650:40bd4a0d4870

age author description
Wed, 19 May 2010 12:42:32 +0200 Tomas Lindquist Olsen Update to work with LLVM 2.7.
Sun, 08 Feb 2009 16:50:22 +0100 Christian Kamm Mostly rewrite debug info generation in terms of llvm/Analysis/DebugInfo.h.
Sun, 12 Oct 2008 14:38:55 +0200 Christian Kamm Emit stub debug info for generated functions to work around LLVM bug 2172.
Mon, 06 Oct 2008 22:54:08 +0200 Christian Kamm Some missed LLVMDC -> LDC.
Wed, 11 Jun 2008 20:53:26 +0200 lindquist [svn r267] Fixed debug info for global variables. trunk
Mon, 09 Jun 2008 17:49:30 +0200 lindquist [svn r264] Fixed debug info for global variables. trunk
Mon, 09 Jun 2008 12:43:16 +0200 lindquist [svn r262] Fixed debug info for normal function parameters. trunk
Mon, 09 Jun 2008 09:37:08 +0200 lindquist [svn r261] Fixed debug info for integer and floating local variables, can now be inspected in GDB. trunk
Tue, 22 Jan 2008 00:01:16 +0100 lindquist [svn r143] Fixed: a few bugs in debug information, still only line info, but should be correct files now :) trunk
Mon, 12 Nov 2007 06:32:46 +0100 lindquist [svn r98] Added support for std.c.stdlib.alloca via pragma(LLVM_internal, "alloca"). trunk
Fri, 02 Nov 2007 01:17:26 +0100 lindquist [svn r86] Changed the way arguments are given storage. It is now detected if they will need it during semantic passes. trunk