log

age author description
Sat, 30 May 2009 12:47:35 +0200 Christian Kamm Define __C99FEATURES__ in lexer.c for Solaris. Fixes #313.
Fri, 29 May 2009 01:09:38 -0600 Kelly Wilson merging
Fri, 29 May 2009 01:08:39 -0600 Kelly Wilson Fix - add Path.native for mingw support...thanks mp4/jaffa
Thu, 28 May 2009 22:00:08 +0200 Christian Kamm Get rid of old phobos-based tests.
Thu, 28 May 2009 21:45:14 +0200 Christian Kamm Make sure complex -> integral casts are not used when casting to bool.
Thu, 28 May 2009 20:26:26 +0200 Christian Kamm Allow complex -> integral casts.
Thu, 28 May 2009 02:28:30 +0200 Frits van Bommel I ran into another issue like the one fixed by r1318, so update all of
Thu, 28 May 2009 02:14:01 +0200 Frits van Bommel Teach -dgc2stack to preserve the call graph. This should allow for more
Thu, 28 May 2009 00:07:21 +0200 Frits van Bommel * Add -functionattrs to default pass list so -dgc2stack is more effective
Wed, 27 May 2009 12:42:28 -0600 Kelly Wilson merging
Wed, 27 May 2009 12:41:41 -0600 Kelly Wilson just a simple change to cmake for mingw
Wed, 27 May 2009 19:52:47 +0200 Christian Kamm Added tag 0.9.1 for changeset a6dfd3cb5b99
Wed, 27 May 2009 19:20:18 +0200 Christian Kamm Error instead of assert on delegate literals as constant expressions. 0.9.1
Mon, 25 May 2009 12:50:40 +0200 Frits van Bommel Make "`aa[key]`" use the same runtime call as "`key in aa`". The runtime calls
Sat, 23 May 2009 23:18:47 +0200 Frits van Bommel Revert ldmd back to use `bash` instead of `sh` to unbreak it on Ubuntu.
Sat, 23 May 2009 14:59:04 -0600 Kelly Wilson Fix for mingw32 segfault
Sat, 23 May 2009 20:57:22 +0200 Frits van Bommel Fix a behavioral change accidentally introduced by the move to the LLVM
Sat, 23 May 2009 09:02:36 +0200 Christian Kamm Fix regression dstress.nocompile.finally_07. The EnclosingTryFinally handler
Sat, 23 May 2009 00:26:38 +0200 Christian Kamm Add test from #308 to minitests.
Sat, 23 May 2009 00:23:39 +0200 Christian Kamm Fix #308 by giving finally code emitted by EnclosingTryFinally a different landing pad.
Fri, 22 May 2009 21:38:01 +0200 Frits van Bommel Fix `scope(exit) foreach (ref v; arr) foo(v);`
Fri, 22 May 2009 13:17:06 +0200 Frits van Bommel Count the sret register as well when keeping track of how many integer registers
Fri, 22 May 2009 10:18:04 +0200 Christian Kamm Automated merge with http://hg.dsource.org/projects/ldc
Fri, 22 May 2009 10:17:47 +0200 Christian Kamm Fix bug #307 by doing what DMD does: add the arrayop to
Fri, 22 May 2009 00:19:54 +0200 Frits van Bommel Let TargetABI::passByValue() know when a parameter is byref (either explicitly
Thu, 21 May 2009 18:08:31 +0200 Christian Kamm Allow package protected members to be accessed by the declaring module even if
Thu, 21 May 2009 15:26:46 +0200 Frits van Bommel Oops, didn't mean to change debug info linkage.
Thu, 21 May 2009 15:23:28 +0200 Frits van Bommel Now that templates instantiations are no longer emitted for all modules that
Thu, 21 May 2009 10:56:04 +0200 Christian Kamm Tentative fix for semantic3 on imported modules and unnecessary template
Wed, 20 May 2009 21:13:41 +0200 Christian Kamm Merged xfBuild patch for dependency tree generation. See #286.
Wed, 20 May 2009 16:20:59 +0200 Frits van Bommel Don't print the entire declaration of the alliassee when `->toChars()` is
Tue, 19 May 2009 22:35:08 +0200 Frits van Bommel Merge some changes from Tango's object.di into the testincludes version.
Tue, 19 May 2009 20:46:33 +0200 Frits van Bommel Remove some overly verbose logging.
Tue, 19 May 2009 12:28:44 -0600 Kelly Wilson remove extra 'test' instructions and fix 'test' properly
Tue, 19 May 2009 11:58:54 -0600 Kelly Wilson fix missing 'test' mnemonic and add several variations
Tue, 19 May 2009 16:40:37 +0200 Frits van Bommel Install ldmd too.
Mon, 18 May 2009 16:01:22 +0200 Tomas Lindquist Olsen Try to cut down reallocations when building string literals.
Mon, 18 May 2009 15:08:46 +0200 Tomas Lindquist Olsen Added a comment to the ldc.conf.in template about the %%ldcbinarydir%% "macro".
Mon, 18 May 2009 14:02:50 +0200 Frits van Bommel Patch to allow compiling LDC with MinGW, by `mp4 / [1]jaffa` (slightly edited).
Sun, 17 May 2009 23:33:35 +0200 Frits van Bommel Allow ignored pragmas to have a body; don't ignore the body.
Sun, 17 May 2009 23:15:04 +0200 Tomas Lindquist Olsen Added simple check for ClassInfo change introduced in DMD 1.045, it must have 12 fields.
Sun, 17 May 2009 22:40:02 +0200 Frits van Bommel Don't try to strip metadata if we don't generate any
Sun, 17 May 2009 22:02:03 +0200 Tomas Lindquist Olsen Fixed class -> integer casts.
Sun, 17 May 2009 17:55:53 +0200 Tomas Lindquist Olsen Add debug info for all class fields, including those from super classes...
Sun, 17 May 2009 17:10:26 +0200 Tomas Lindquist Olsen Added new FreeBSD and Solaris predefined version identifiers.
Sun, 17 May 2009 17:04:47 +0200 Tomas Lindquist Olsen Use RTTIBuilder to build !ModuleInfo, still needs some work.
Sun, 17 May 2009 16:31:23 +0200 Tomas Lindquist Olsen Updated comment in RTTIBuilder.h
Sun, 17 May 2009 16:29:49 +0200 Tomas Lindquist Olsen Increased RTTIBuilder buffer to 14 constants, to be big enough for !ClassInfo as well as !TypeInfo
Sun, 17 May 2009 16:27:01 +0200 Tomas Lindquist Olsen Update !ClassInfo generation to use !RTTIBuilder, slight update of !RTTIBuilder .
Sun, 17 May 2009 15:20:58 +0200 Tomas Lindquist Olsen Renamed !TypeInfoBuilder to !RTTIBuilder.
Sun, 17 May 2009 14:56:29 +0200 Tomas Lindquist Olsen Fixed filename in array bounds check for mixed in imported template function. Fixes ticket #295 .
Sun, 17 May 2009 14:40:09 +0200 Tomas Lindquist Olsen Added error messages when failed to open files for .bc and .ll output, instead of just trying to write to the stream, pretty similar to the #281 problem.
Sun, 17 May 2009 14:20:27 +0200 Tomas Lindquist Olsen Add error message when failed to open output stream for native asm output. Fixes ticket #281 .
Sun, 17 May 2009 11:06:14 +0200 Frits van Bommel Use %La to hex-format a real instead of pretending it's an integer.
Sun, 17 May 2009 10:33:21 +0200 Frits van Bommel Specify a large integer constant more portably.
Sun, 17 May 2009 05:07:51 +0200 Tomas Lindquist Olsen Cleaned up TypeInfo_Tuple generation.
Sun, 17 May 2009 04:41:10 +0200 Tomas Lindquist Olsen Cleaned up TypeInfo_Struct.
Sun, 17 May 2009 03:10:55 +0200 Tomas Lindquist Olsen Cleaned up TypeInfo generation, still need to do TypeInfo_Struct/Tuple. Eventually do ClassInfo and ModuleInfo as well using same interface.
Sun, 17 May 2009 02:22:21 +0200 Frits van Bommel Remove an incorrect attribute: `noalias` doesn't apply to struct types, even if
Sun, 17 May 2009 00:15:25 +0200 Frits van Bommel Fix format-string bugs by adding __attribute__((__format__)) in all applicable
Sat, 16 May 2009 23:44:27 +0200 Christian Kamm Add patch for Tango 0.99.8.
Sat, 16 May 2009 23:00:56 +0200 Frits van Bommel Remove a macro-redefinition warning
Sat, 16 May 2009 22:27:31 +0200 Tomas Lindquist Olsen Updated DMDFE version id from 1.042 to 1.045 ...
Sat, 16 May 2009 22:24:49 +0200 Tomas Lindquist Olsen Forgot to set the (ClassInfo.flags & 32) bit added in 1.045.
Sat, 16 May 2009 22:21:31 +0200 Tomas Lindquist Olsen Merged DMD 1.045 !!!
Sat, 16 May 2009 18:37:16 +0200 Tomas Lindquist Olsen Fixed previous aggregate initZ alignment.
Sat, 16 May 2009 18:25:01 +0200 Tomas Lindquist Olsen Added explicit alignment for aggregate __initZ symbols, this is needed for some union types, or the default initializer symbol might be misaligned.
Sat, 16 May 2009 18:19:52 +0200 Tomas Lindquist Olsen Added IrTypeFunction and IrTypeDelegate and eliminated IrDType. This means the Type::ir field can be removed. It's the final part needed for the move to a slightly more sane type system. Now the whole thing just needs to be cleaned up :P
Sat, 16 May 2009 14:22:23 +0200 Christian Kamm Automated merge with http://hg.dsource.org/projects/ldc
Sat, 16 May 2009 14:22:09 +0200 Christian Kamm Don't always expand aliases to FuncDecls to FuncAliasDecls - breaks for single
Sat, 16 May 2009 13:50:44 +0200 Benjamin Kramer silence a gcc warning
Sat, 16 May 2009 13:10:35 +0200 Frits van Bommel Automated merge with http://hg.dsource.org/projects/ldc
Sat, 16 May 2009 13:06:49 +0200 Frits van Bommel Intrinsics shouldn't see struct padding, so use a special TargetABI for them
Sat, 16 May 2009 12:17:33 +0200 Christian Kamm Fix overload resolution issue in dmd bug 313/314 fix.
Fri, 15 May 2009 17:17:20 +0200 Tomas Lindquist Olsen Set explicit alignment for normal global variables, ensures alignment is correct for globals with union type.
Fri, 15 May 2009 17:05:35 +0200 Tomas Lindquist Olsen Enabled fix for ticket #294 . It will try it's best to let LLVM handle the alignment, and fall back to manual padding when that's not possible. If this causes problems again, we'll have to consistently pad manually using packed structs.
Fri, 15 May 2009 15:30:59 +0200 Tomas Lindquist Olsen Erm... Revert the rev [1352] change, the original code was correct ...
Thu, 14 May 2009 20:40:56 +0200 Frits van Bommel Re-apply [1346], which was reverted in [1348], now that padding should no longer
Thu, 14 May 2009 20:36:55 +0200 Frits van Bommel Remove struct padding when passing or returning in registers on x86-64 (extern(D) only)
Thu, 14 May 2009 17:23:55 +0200 Tomas Lindquist Olsen Oups, fix assertion condition in disabled code from rev [1351].
Thu, 14 May 2009 17:20:17 +0200 Tomas Lindquist Olsen Initial (but disabled) fix for ticket #294 , the actual part that fixes the bug is in a #if 0 block as I'm afraid it will cause regressions. I'm most likely not going to be around tonight, and maybe not tomorrow as well, so I'm pushing it in case someone wants to run some serious testing/investigate the problem noted in llvmhelpers.cpp : realignOffset .
Thu, 14 May 2009 13:26:40 +0200 Tomas Lindquist Olsen Adds explicit alignment information for alloca instructions in general, there's a few cases that still needs to be looked at but this should catch the majority. Fixes ticket #293 .
Wed, 13 May 2009 18:08:40 +0200 Christian Kamm Use getenv on Windows, closes #248.
Tue, 12 May 2009 16:53:43 +0200 Frits van Bommel Revert [1346] for now, it breaks because of padding :(
Tue, 12 May 2009 16:02:51 +0200 Frits van Bommel Remove some other code that tested for LLVM before r67588.
Tue, 12 May 2009 15:50:48 +0200 Frits van Bommel Remove an old workaround that was kept around for ABI-compatibility on x86-64
Mon, 11 May 2009 20:54:25 +0200 Tomas Lindquist Olsen Added error instead of assertion failure when trying to get !TypeInfo for a forward declared struct.
Mon, 11 May 2009 15:48:33 +0200 Frits van Bommel Re-enable consistency check for fixed LLVM versions.
Mon, 11 May 2009 11:59:22 +0200 Frits van Bommel Update for metadata changes in LLVM trunk.
Sun, 10 May 2009 22:26:04 +0200 Christian Kamm Fix DtoArrayCopyToSlice by passing length*sizeof(element) instead of just length to _d_array_slice_copy.
Sun, 10 May 2009 20:22:08 +0200 Frits van Bommel Run backend without optimizations when no optimization parameters were used,
Sun, 10 May 2009 18:14:36 +0200 Christian Kamm Fix the ldcbinarypath config file rewriting.
Sun, 10 May 2009 18:03:32 +0200 Christian Kamm Explicitly include string.h for strdup.
Sun, 10 May 2009 17:58:35 +0200 Christian Kamm Automated merge with http://hg.dsource.org/projects/ldc
Sun, 10 May 2009 17:58:09 +0200 Christian Kamm In config file: replace %%ldcbinarypath%% with the path to the ldc executable.
Sun, 10 May 2009 17:31:56 +0200 Tomas Lindquist Olsen Okay... Fix the assertion as well, since 20 really is enough yet it wanted MORE... Despite the message.
Sun, 10 May 2009 17:25:47 +0200 Tomas Lindquist Olsen Increased a buffer size in TypeInfo_StaticArray from 10 to 20 to avoid assertion failures! Thanks LeoD.
Sun, 10 May 2009 15:50:51 +0200 Tomas Lindquist Olsen Removed fix from rev [1331] since rev [1333] adds a more general fix that catches more cases!
Sun, 10 May 2009 15:42:23 +0200 Christian Kamm Backport D2 CTFE cast behavior to allow cast(char[])char[n] to succeed.
Sun, 10 May 2009 14:37:30 +0200 Tomas Lindquist Olsen Added testcase for #288 .
Sun, 10 May 2009 14:32:23 +0200 Tomas Lindquist Olsen Fixed CTFE evaluation on .dup . Fixes ticket #288 .
Sun, 10 May 2009 04:37:03 +0200 Tomas Lindquist Olsen Fixed D-style vararg arguments with types that have sizes bigger that pointers, yet are not aligned to pointer sizes. Fixes ticket #276 .
Sun, 10 May 2009 04:18:14 +0200 Frits van Bommel Turn new _d_array_slice_copy runtime call into memcpy when the slice lengths are
Sun, 10 May 2009 02:23:05 +0200 Tomas Lindquist Olsen Changed array slice copying to call a runtime function when assertions or array bound checks are enabled instead of just doing a memcpy. This makes sure an exception is thrown if the copy is invalid (ie. different lengths or overlap). Fixes ticket #283 . Rebuilding the runtime is necessary.
Sun, 10 May 2009 00:50:35 +0200 Tomas Lindquist Olsen Added reference to DMD bug for latest dstress "regressions" compile/m/mixin_29_E.d and compile/m/mixin_29_F.d .
Sun, 10 May 2009 00:46:09 +0200 Tomas Lindquist Olsen Fixed dmdfe generated class invariant calls. Also insert proper "this !is null" check before it. Fixed invariant* dstress regressions and generally seems like a good idea. Hope I didn't break anything.. minitests run fine!
Sat, 09 May 2009 20:13:05 +0200 Christian Kamm Yet another fdiv/fsub special case.
Sat, 09 May 2009 18:57:21 +0200 Christian Kamm Strip metadata for -singleobj as a workaround to a LLVM linking bug.
Sat, 09 May 2009 18:57:00 +0200 Christian Kamm Update for LLVM rev > 71348: getTypePaddedSize -> getTypeAllocSize
Sat, 09 May 2009 15:27:27 +0200 Tomas Lindquist Olsen Fixed compile unit for debug info for array operations, fixed ticket #280 .
Sat, 09 May 2009 08:58:55 +0200 Christian Kamm Automated merge with http://hg.dsource.org/projects/ldc
Sat, 09 May 2009 08:58:41 +0200 Christian Kamm Restrict second arg of certain floating-point stores to ST. Fix type postfix
Sat, 09 May 2009 02:34:27 +0200 Frits van Bommel Some tweaks to -simplify-drtcalls.
Sat, 09 May 2009 00:55:47 +0200 Frits van Bommel Make sure this testcase keeps crashing with -O3.
Sat, 09 May 2009 00:50:15 +0200 Frits van Bommel Allocate objects on the stack if they (a) don't have a destructor, and
Fri, 08 May 2009 16:00:44 +0200 Frits van Bommel Work around an LLVM bug by not referring to globals from metadata. This was
Fri, 08 May 2009 12:21:53 +0200 Frits van Bommel Fix a bug pointed out by valgrind: OutBuffer::write4() was writing 8 bytes on
Thu, 07 May 2009 21:49:58 +0200 Christian Kamm Fix type postfix for fistp/fisttp. Two operand form still broken (is it even legal?).
Thu, 07 May 2009 15:33:06 +0200 Frits van Bommel Fix typo in function name
Thu, 07 May 2009 21:07:50 +0200 Christian Kamm Add newline to get rid of warning.