log

age author description
Sat, 11 Oct 2008 21:46:19 +0200 Christian Kamm Update dstress running script.
Sat, 11 Oct 2008 21:40:44 +0200 Christian Kamm Fix remaining make files. Fix linking order for static libs.
Sat, 11 Oct 2008 21:23:41 +0200 Christian Kamm Fix makefile for runtime/internal.
Sat, 11 Oct 2008 21:21:21 +0200 Christian Kamm Link using gcc instead.
Sat, 11 Oct 2008 20:00:36 +0200 Christian Kamm Make ldc call gcc to assemble.
Sat, 11 Oct 2008 13:07:59 +0200 Christian Kamm Disable bc output by default. Remove -dis. Add -output-bc, -output-ll, -output-s.
Sat, 11 Oct 2008 11:41:56 +0200 Christian Kamm Move to separate function and cleanup.
Sat, 11 Oct 2008 11:07:53 +0200 Christian Kamm Add basics for direct assembly output.
Wed, 08 Oct 2008 22:43:38 +0200 Christian Kamm Automated merge with http://hg.dsource.org/projects/llvmdc
Wed, 08 Oct 2008 20:41:43 +0200 Christian Kamm When newing a struct, make sure the initializer is available.
Wed, 08 Oct 2008 22:38:52 +0200 Tomas Lindquist Olsen Fixed dynamic array -> boolean. does (arr.ptr !is null) now instead of (arr.length != 0)
Wed, 08 Oct 2008 20:28:59 +0200 Christian Kamm Fix odd interfaceInfoType bug.
Tue, 07 Oct 2008 20:22:04 +0200 Christian Kamm Add tests.
Tue, 07 Oct 2008 20:19:19 +0200 Christian Kamm Add DotTypeExp
Tue, 07 Oct 2008 18:41:00 +0200 Christian Kamm Implement BoolExp.
Mon, 06 Oct 2008 22:56:54 +0200 Christian Kamm Renames.
Mon, 06 Oct 2008 22:54:08 +0200 Christian Kamm Some missed LLVMDC -> LDC.
Mon, 06 Oct 2008 22:46:55 +0200 Christian Kamm First part of rename to LDC.
Mon, 06 Oct 2008 21:40:33 +0200 Tomas Lindquist Olsen Applied downs' latest Phobos patch
Mon, 06 Oct 2008 21:27:29 +0200 Christian Kamm Simplify fp80 handling in DtoConstFP
Mon, 06 Oct 2008 16:39:47 +0200 Tomas Lindquist Olsen One more update of Tango Rebuild profile.
Mon, 06 Oct 2008 16:22:54 +0200 Tomas Lindquist Olsen Forgot a change from DMD update.
Mon, 06 Oct 2008 16:22:11 +0200 Tomas Lindquist Olsen Upgraded frontend to DMD 1.035
Mon, 06 Oct 2008 14:37:00 +0200 Tomas Lindquist Olsen Removed some checks for abstract llvm types that were too strict, a 'opaque* null' is a valid initializer... when structs in D can be just a forward reference.
Mon, 06 Oct 2008 14:06:55 +0200 Tomas Lindquist Olsen Support structs that are merely a forward reference. See mini/forwdecl1.d
Mon, 06 Oct 2008 12:46:57 +0200 Tomas Lindquist Olsen Added -version=Tango in default llvmdc.conf
Mon, 06 Oct 2008 10:23:25 +0200 Tomas Lindquist Olsen Updated llvmdc-tango Rebuild profile, liblink was wrong
Mon, 06 Oct 2008 09:07:35 +0200 Christian Kamm Fix x86_fp80 constants.
Sun, 05 Oct 2008 22:26:25 +0200 Christian Kamm Fix TryFinally without body or finalbody.
Sun, 05 Oct 2008 18:55:43 +0200 Tomas Lindquist Olsen Added -nodefaultlib switch do disable implicitly linked standard lib modules
Sun, 05 Oct 2008 17:28:15 +0200 Tomas Lindquist Olsen Added test case for bug #100
Sun, 05 Oct 2008 11:47:59 +0200 Christian Kamm Automated merge with http://hg.dsource.org/projects/llvmdc
Sun, 05 Oct 2008 11:47:47 +0200 Christian Kamm Fix VarDecls for tuples. Closes #99.
Sun, 05 Oct 2008 02:01:50 +0200 Tomas Lindquist Olsen Updated the Tango patch to latest revision. Removed problematic (Jarrett) include <cassert> from gen/runtime.cpp
Sat, 04 Oct 2008 23:28:49 +0200 Christian Kamm Portability changes to dmain2.d
Sat, 04 Oct 2008 13:35:27 +0200 Christian Kamm Adjust dmain catch to print exception trace info.
Sat, 04 Oct 2008 12:32:09 +0200 Christian Kamm Don't let outer enclosing handlers propagate to nested function declarations.
Fri, 03 Oct 2008 19:24:46 +0200 Christian Kamm Fix -oq, closes #96
Fri, 03 Oct 2008 17:31:16 +0200 Christian Kamm Make default argument protection check not error for undefined protection.
Fri, 03 Oct 2008 09:11:41 +0200 Christian Kamm Fiber support: clobber the registers we want restored on a context switch.
Fri, 03 Oct 2008 00:42:17 +0200 Christian Kamm Made Fibers work with LLVMDC on x86 Posix.
Thu, 02 Oct 2008 23:12:19 +0200 Christian Kamm Move check for access of context for nested class from backend into frontend.
Thu, 02 Oct 2008 03:38:29 +0200 Tomas Lindquist Olsen Added FreeBSD support to the -t switch
Thu, 02 Oct 2008 03:25:46 +0200 Tomas Lindquist Olsen Applied the FreeBSD patch from Ralith, closes ticket #95 , slightly changed but basically the same. Thanx Ralith :)
Thu, 02 Oct 2008 01:42:21 +0200 Tomas Lindquist Olsen updated tango patch so it compiles again with the latests check for using privates as default args for public functions.
Thu, 02 Oct 2008 01:38:00 +0200 Tomas Lindquist Olsen added test case for last commit (taking delegate of nested function of current function)
Thu, 02 Oct 2008 01:28:33 +0200 Tomas Lindquist Olsen Fixed problem with taking the delegate of a nested function of the current function.
Wed, 01 Oct 2008 23:17:36 +0200 Tomas Lindquist Olsen merge
Wed, 01 Oct 2008 23:17:14 +0200 Tomas Lindquist Olsen Updated to latest LLVM trunk, function notes have been removed and merged with parameter attributes, which have been renamed to just attributes. Nothing seems to have broke!
Wed, 01 Oct 2008 21:14:20 +0200 Christian Kamm Automated merge with http://hg.dsource.org/projects/llvmdc
Wed, 01 Oct 2008 21:14:15 +0200 Christian Kamm Nicer error message on some invalid default args.
Wed, 01 Oct 2008 20:55:13 +0200 Tomas Lindquist Olsen Fixed issue with IsExpression and potential type mismatch for classes.
Wed, 01 Oct 2008 20:32:12 +0200 Christian Kamm Detect a missing global before trying to const init it.
Wed, 01 Oct 2008 19:19:26 +0200 Christian Kamm Tango patch: xml document fixes and symbol visibility in gc
Wed, 01 Oct 2008 19:16:10 +0200 Christian Kamm Fix import visibility bugs 313 and 314.
Wed, 01 Oct 2008 19:15:17 +0200 Christian Kamm Make typedef'ed complex types work.
Wed, 01 Oct 2008 19:15:01 +0200 Christian Kamm Make invalid compile time casts an error instead of asserting.
Wed, 01 Oct 2008 18:33:21 +0200 Tomas Lindquist Olsen merge
Wed, 01 Oct 2008 18:32:31 +0200 Tomas Lindquist Olsen Wrapped all the most potentially expensive logging calls in a conditional to only do work when actually requested.
Wed, 01 Oct 2008 17:54:50 +0200 Christian Kamm Automated merge with http://hg.dsource.org/projects/llvmdc
Wed, 01 Oct 2008 17:54:44 +0200 Christian Kamm Fix downs' raytracer demo to use new intrinsics.
Sun, 28 Sep 2008 21:09:21 +0200 tomas Implemented constant pointer casts (like casting function pointer to void* as a constant global initializer)
Sun, 28 Sep 2008 15:22:39 +0200 tomas Removed some excessive llvm type logging
Mon, 22 Sep 2008 20:29:18 +0200 Christian Kamm Simplify complex number handling. Fixes bug with complex substraction.
Sun, 21 Sep 2008 19:28:57 +0200 Christian Kamm Fix NegExp not to use substraction.
Sun, 21 Sep 2008 18:41:27 +0200 Christian Kamm Fix atomicIncr and atomicDecr. Probably.
Sun, 21 Sep 2008 17:35:27 +0200 Christian Kamm Don't delete the header file after it has been generated!
Sun, 21 Sep 2008 17:23:17 +0200 Christian Kamm Add bool-special cases in tango.core.Atomic.
Sun, 21 Sep 2008 17:18:35 +0200 Christian Kamm Fix issue with EH table indices and nested try-catch.
Sun, 21 Sep 2008 14:45:41 +0200 Christian Kamm Backed out changeset 1b62222581fb
Sat, 20 Sep 2008 10:13:15 +0200 Christian Kamm Change bool type to i8
Fri, 19 Sep 2008 21:45:05 +0200 Christian Kamm Tango rev 3939 fixed the std.intrinsic issue.
Thu, 18 Sep 2008 21:14:37 +0200 Tomas Lindquist Olsen Removed dmdintrinsic.d from the runtime, we already have llvmdc.bitmanip.
Thu, 18 Sep 2008 21:07:35 +0200 Tomas Lindquist Olsen Fixed the optimizer thing, since llvm PR 2800 is already fixed, users need to upgrade LLVM to latest svn.
Wed, 17 Sep 2008 19:54:37 +0200 Christian Kamm Add implementations for dmd intrinsics. Fixes #92.
Tue, 16 Sep 2008 16:06:39 +0200 Tomas Lindquist Olsen Removed useless assert in ArrayLiteralExp::toConstElem
Tue, 16 Sep 2008 09:00:05 +0200 Christian Kamm Make creating and deleting of doc and hdr files dependent on whether doc and
Tue, 16 Sep 2008 08:42:40 +0200 Christian Kamm Fix typo in ArrayLiteralExp::toConstElem.
Mon, 15 Sep 2008 15:48:59 +0200 Tomas Lindquist Olsen Fixed ArrayLiteralExp::toConstElem for dynamic arrays, tango-user library should now be possible to build. It seems to be related to DMD bug 2356, which must have been introduced recently, as we already handled this fine for ArrayInitializers, just not ArrayLiterals... Kinda annoying to have to do this work due to DMD bugs ...
Mon, 15 Sep 2008 15:17:41 +0200 Tomas Lindquist Olsen Fixed DLRValue::getLType did not handle the lvalue being a LRValue itself properly.
Mon, 15 Sep 2008 02:39:55 +0200 Tomas Lindquist Olsen Fixed AddrExp might silently change the type of its value, but we weren't casting to compensate ... why doesn't DMD insert a cast?
Mon, 15 Sep 2008 02:04:26 +0200 Tomas Lindquist Olsen Fixed .funcptr property of delegates, no longer uses the infamous DMD rewrites to pointer arithmetic, instead a GEPExp has been introduced.
Sun, 14 Sep 2008 22:49:19 +0200 Christian Kamm To prevert source-overwriting in the future, forbit output files with the same
Sun, 14 Sep 2008 22:08:39 +0200 Christian Kamm Fix path handling, hopefully.
Sun, 14 Sep 2008 22:04:13 +0200 Christian Kamm Add broken .funcptr test.
Sun, 14 Sep 2008 19:51:38 +0200 Christian Kamm Fix output files being .d.bc. They're now .bc again.
Sun, 14 Sep 2008 14:36:11 +0200 Christian Kamm Fix #88 : pragma(lib, "str") is now converted to -lstr in the linker command line.
Sun, 14 Sep 2008 13:47:38 +0200 Christian Kamm Undid some of the previous changes: DtoArrayInit has issues with arrays
Sun, 14 Sep 2008 10:56:01 +0200 Christian Kamm Allocate dynamic array literals on the heap.
Sun, 14 Sep 2008 10:13:50 +0200 Christian Kamm Add _d_newarrayvT and _d_newarraymvT to create arrays without initialization.
Fri, 12 Sep 2008 13:11:32 +0200 Christian Kamm Allow VarDecl inside AttributeDecl inside DeclExp.
Fri, 12 Sep 2008 12:48:16 +0200 Christian Kamm Fix line number for error when trying to new a nested class without a context.
Fri, 12 Sep 2008 12:39:06 +0200 Christian Kamm Constant fold structliteral.member again.
Thu, 11 Sep 2008 21:10:15 +0200 Tomas Lindquist Olsen Fixed a few mini tests issues.
Wed, 10 Sep 2008 12:33:33 -0700 Tomas Lindquist Olsen Fixed most regressions from last commit.
Tue, 09 Sep 2008 16:49:47 -0700 Tomas Lindquist Olsen Complex number should now follow the D ABI on x86. They're also treated as first class values now. Big change.
Mon, 08 Sep 2008 20:38:55 +0200 Christian Kamm Make sure functions containing inline asm are never inlined to avoid
Sun, 07 Sep 2008 17:44:25 -0700 Tomas Lindquist Olsen Fixed choosing default target machine without needing to link in targets.
Sun, 07 Sep 2008 16:16:10 +0200 Christian Kamm Don't link in any target code, was unnecessary.
Sun, 07 Sep 2008 15:30:34 +0200 Christian Kamm Only link default native backend by default.
Sat, 06 Sep 2008 12:27:27 +0200 Christian Kamm Restructure path handling a bit. Fixes #66.
Fri, 05 Sep 2008 23:02:18 +0200 Christian Kamm Basic support for runtime in shared library.
Thu, 04 Sep 2008 20:58:25 +0200 Christian Kamm Fix (?) rt_stackBottom for Windows.
Thu, 04 Sep 2008 18:57:03 +0200 Christian Kamm Merge Dynamic_Ranges and Data_Proc_Maps from GDC runtime.
Thu, 04 Sep 2008 17:59:01 +0200 Christian Kamm Add test for GC scanning data segment.
Thu, 04 Sep 2008 17:24:10 +0200 Tomas Lindquist Olsen Pointer comparisons were being treated as signed integers. Now they are handled as unsigned integers.
Thu, 04 Sep 2008 17:17:40 +0200 Tomas Lindquist Olsen Fixed pointer comparisons with differing types.
Thu, 04 Sep 2008 17:05:51 +0200 Tomas Lindquist Olsen merge
Thu, 04 Sep 2008 17:05:35 +0200 Tomas Lindquist Olsen merge
Tue, 02 Sep 2008 23:10:12 +0200 Tomas Lindquist Olsen Changed all '#if linux || __APPLE__' to '#if POSIX' so we can support other platforms too, thanx for the suggestion anders.
Thu, 04 Sep 2008 16:14:07 +0200 Christian Kamm Typo in runtime makefile.
Wed, 03 Sep 2008 22:07:04 +0200 Christian Kamm Split runtime into three parts again.
Tue, 02 Sep 2008 19:14:37 +0200 Christian Kamm Automated merge with http://hg.dsource.org/projects/llvmdc
Tue, 02 Sep 2008 19:14:25 +0200 Christian Kamm Get rid of runtime path. Allow defaultlib and debuglib switches to be given multiple times.
Sun, 31 Aug 2008 18:51:14 +0200 Tomas Lindquist Olsen Added some sanity checks for target detection.
Sun, 31 Aug 2008 18:38:16 +0200 Tomas Lindquist Olsen Fixed toobj.cpp to compile with latest LLVM, seems a method overload was removed recently.
Sun, 31 Aug 2008 17:29:52 +0200 Tomas Lindquist Olsen merge
Fri, 29 Aug 2008 16:59:12 +0200 Tomas Lindquist Olsen Ok. last fix was wrong, PTHREAD_MUTEX_RECURSIVE_NP is only valid on linux...
Sat, 30 Aug 2008 10:31:04 +0200 Christian Kamm Automated merge with http://hg.dsource.org/projects/llvmdc
Sat, 30 Aug 2008 10:30:57 +0200 Christian Kamm Introducing template instantiation traces for static asserts and errors within templates.