log llvmdc.kdevelop.filelist @ 373:d1574e142e93 trunk

age author description
Tue, 15 Jul 2008 02:01:53 +0200 lindquist [svn r387] Removed unused MD5 stuff. trunk
Sun, 13 Jul 2008 20:49:10 +0200 lindquist [svn r368] Fixed custom class allocators with arbitrary user arguments. Closes #25 trunk
Sun, 13 Jul 2008 04:11:08 +0200 lindquist [svn r365] Implemented raw struct equality comparison, uses C memcmp. trunk
Mon, 23 Jun 2008 14:48:42 +0200 lindquist [svn r316] Fixed array slice assignments like: int[] arr = ...; arr[] = 42; trunk
Thu, 12 Jun 2008 19:59:19 +0200 lindquist [svn r276] Fixed debug info for 'this' arg seemed to be broken. trunk
Thu, 12 Jun 2008 18:04:28 +0200 lindquist [svn r271] Fixed debug info for implicit 'this' param. trunk
Thu, 12 Jun 2008 16:58:26 +0200 lindquist [svn r269] Fixed dwarf debug info for structs. trunk
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 15:52:22 +0200 lindquist [svn r263] Changed *** ATTENTION *** to warnings. 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
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
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 06:15:51 +0200 lindquist [svn r248] Fixed: labels in inline asm block now work for the normal case. trunk
Sat, 07 Jun 2008 21:31:38 +0200 lindquist [svn r245] initial support for labels in inline asm, broken :/ 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 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 06:38:36 +0200 lindquist [svn r233] Added: -oq command line option for writing fully qualified object names. 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:04 +0200 lindquist [svn r229] Updated the object.d implementation to the latest Tango. trunk
Tue, 27 May 2008 22:14:24 +0200 lindquist [svn r228] Fixed: when new'ing basic types, the storage was not default initialized. trunk
Wed, 14 May 2008 01:22:40 +0200 lindquist [svn r225] Fixed: delete expressions no longer use llvm's free instruction, which crashes on a GC provided pointer. trunk
Tue, 13 May 2008 18:07:03 +0200 lindquist [svn r222] Forgot to remove volatile ATTENTION. trunk
Mon, 12 May 2008 14:32:29 +0200 lindquist [svn r206] Fixed some interfaceInfo related issues, closes #44 trunk
Wed, 07 May 2008 19:34:41 +0200 lindquist [svn r197] Fixed: empty scope statement segfaulted. trunk
Wed, 07 May 2008 04:45:51 +0200 lindquist [svn r193] Fixed: abstract classes implementing interfaces now output proper Interface info arrays. (null vtables). trunk
Tue, 06 May 2008 07:26:27 +0200 lindquist [svn r188] Fixed using a dereferenced pointer argument as both l- and r-value. fixes tango.io.FileRoots. trunk
Tue, 06 May 2008 05:25:53 +0200 lindquist [svn r187] Fixed missing definitions of instances of imported struct template declarations. trunk
Tue, 06 May 2008 03:07:21 +0200 lindquist [svn r185] Fixed broken nested classes with data members, did DMD change the class layout? tango.text.Regex now compiles. trunk
Mon, 05 May 2008 07:36:29 +0200 lindquist [svn r179] lots and lots of fixes, much more of tango now compiles/works. trunk
Mon, 05 May 2008 00:56:53 +0200 lindquist [svn r178] Fixed codegen values for function arguments, the old approach was completely broken, amazing it even worked... trunk
Sun, 04 May 2008 04:35:27 +0200 lindquist [svn r176] Fixed a bug with class constructors. trunk
Mon, 24 Mar 2008 20:05:44 +0100 lindquist [svn r156] added a testcase for the most annoying bug ever trunk
Mon, 24 Mar 2008 19:43:02 +0100 lindquist [svn r155] Fixed a bunch of linkage problems (especially with templates) trunk
Sat, 26 Jan 2008 17:13:22 +0100 lindquist [svn r149] fixed: a bunch of D-style variadics problems. trunk
Wed, 23 Jan 2008 12:58:51 +0100 lindquist [svn r145] fixed some x86 problems trunk
Wed, 23 Jan 2008 12:56:09 +0100 lindquist [svn r144] fixes 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
Fri, 18 Jan 2008 16:42:16 +0100 lindquist [svn r141] fixed more problems with classinfo trunk
Thu, 17 Jan 2008 03:15:12 +0100 lindquist [svn r140] did a lot of the work towards being able to pass multiple modules on the command line. not complete yet though trunk
Mon, 14 Jan 2008 05:11:54 +0100 lindquist [svn r137] Many fixes towards tango.io.Console working, but not quite there yet... trunk
Fri, 11 Jan 2008 17:57:40 +0100 lindquist [svn r136] MAJOR UNSTABLE UPDATE!!! trunk
Fri, 04 Jan 2008 01:38:42 +0100 lindquist [svn r135] * Merged DMD 1.025 * trunk
Fri, 28 Dec 2007 22:55:24 +0100 lindquist [svn r133] Fixed some problems with inlining not happening :P trunk
Wed, 28 Nov 2007 04:52:35 +0100 lindquist [svn r129] Started AA literals. trunk
Wed, 28 Nov 2007 03:01:51 +0100 lindquist [svn r127] Updated the lphobos build scripts a little. Created a new rebuild profile. trunk
Tue, 27 Nov 2007 09:19:07 +0100 lindquist [svn r126] String switch is now implemented. trunk
Mon, 26 Nov 2007 07:26:21 +0100 lindquist [svn r124] Fixed another D vararg + return in ptr bug. trunk
Mon, 26 Nov 2007 06:45:13 +0100 lindquist [svn r123] Fixed some typeinfo module name mismatches. trunk
Mon, 26 Nov 2007 04:49:23 +0100 lindquist [svn r121] Finished ModuleInfo implementation. trunk
Sun, 25 Nov 2007 00:19:13 +0100 lindquist [svn r118] Fixed dynamic casts. trunk
Sat, 24 Nov 2007 06:33:00 +0100 lindquist [svn r117] Initial working implementation of interfaces. trunk
Thu, 22 Nov 2007 22:30:10 +0100 lindquist [svn r116] Implemented the ClassInfo.destructor field. trunk
Thu, 22 Nov 2007 21:17:54 +0100 lindquist [svn r115] Implemented the ClassInfo.defaultConstructor member. trunk
Thu, 22 Nov 2007 21:01:01 +0100 lindquist [svn r114] Implemented the ClassInfo.offTi member. trunk
Wed, 21 Nov 2007 04:13:15 +0100 lindquist [svn r113] Added initial support for associative arrays (AAs). trunk
Tue, 20 Nov 2007 05:29:20 +0100 lindquist [svn r112] Fixed 'case 1,2,3:' style case statements. trunk
Tue, 20 Nov 2007 00:02:35 +0100 lindquist [svn r111] Fixed most problems with complex number support and added typeinfo for them. trunk
Mon, 19 Nov 2007 06:01:48 +0100 lindquist [svn r110] Fixed typeinfo for classes. trunk