log

age author description
Thu, 07 Aug 2008 18:59:23 +0200 Christian Kamm Get rid of predefined Unix version
Thu, 07 Aug 2008 18:17:59 +0200 Christian Kamm Forgot return in DtoInitializer
Thu, 07 Aug 2008 18:15:27 +0200 Christian Kamm Move zero init of padding to DtoInitializer in order to respect void initializers.
Tue, 05 Aug 2008 20:23:44 +0200 Christian Kamm Use llvmdc helpers for store and bitcast in fp80 padding init code.
Tue, 05 Aug 2008 20:10:12 +0200 Christian Kamm Zero out padding of fp80.
Tue, 05 Aug 2008 19:28:19 +0200 Christian Kamm Move AllocaInst creation into DtoAlloca helper. Will enable special zero-init of fp80 reals' padding.
Tue, 05 Aug 2008 08:08:00 +0200 Christian Kamm Update readme.
Mon, 04 Aug 2008 21:34:53 +0200 Christian Kamm Make sure to initialize isBranchToLabel to zero.
Mon, 04 Aug 2008 20:05:42 +0200 Tomas Lindquist Olsen Added missing llvmdc-build script in lphobos, added llvmdc.conf to lphobos.
Mon, 04 Aug 2008 20:01:36 +0200 Tomas Lindquist Olsen Added bash style rebuild to the lphobos dir
Mon, 04 Aug 2008 19:38:59 +0200 Tomas Lindquist Olsen Removed old moduleinit_backend from lphobos it's useless now.
Mon, 04 Aug 2008 19:28:49 +0200 Tomas Lindquist Olsen Applied downs' lphobos update
Mon, 04 Aug 2008 19:08:39 +0200 Tomas Lindquist Olsen Added 'Unix' predefined version identifier.
Mon, 04 Aug 2008 17:32:13 +0200 Tomas Lindquist Olsen Changed DMD to make a copy of the TypeFunction in DelegateExp.
Mon, 04 Aug 2008 03:40:08 +0200 Tomas Lindquist Olsen added testcase for taking address of function as constant expr.
Mon, 04 Aug 2008 03:38:23 +0200 Tomas Lindquist Olsen Fixed constant expression taking address of function.
Mon, 04 Aug 2008 02:59:34 +0200 Tomas Lindquist Olsen Removed the 'needsstorage' thing from Dsymbol. Arguments are not always given storage when applicable. This is not longer treat specially
Sun, 03 Aug 2008 16:59:28 +0200 Tomas Lindquist Olsen Fixed problem in AssignExp where the result value might be uninitialized. see mini/assign1.d
Sun, 03 Aug 2008 16:16:16 +0200 Tomas Lindquist Olsen stupid merges
Sun, 03 Aug 2008 16:11:38 +0200 Tomas Lindquist Olsen Added a mini test case for nested stuff
Sun, 03 Aug 2008 16:10:00 +0200 Tomas Lindquist Olsen Fixed problem with using the variable names _arguments and _argptr in non D-style vararg functions.
Sun, 03 Aug 2008 14:03:15 +0200 Christian Kamm Use path separator to make minitests work on windows.
Sun, 03 Aug 2008 12:27:11 +0200 Christian Kamm Path combining on Windows didn't work with / properly.
Sun, 03 Aug 2008 12:26:43 +0200 Christian Kamm Windows build changes proposed by Elrood.
Sat, 02 Aug 2008 22:54:46 +0200 Christian Kamm Automated merge with http://hg.dsource.org/projects/llvmdc
Sat, 02 Aug 2008 22:54:36 +0200 Christian Kamm Implement a rough AddrExp::toConstElem()
Sat, 02 Aug 2008 22:35:24 +0200 Tomas Lindquist Olsen Fixed AA Rvalue-only access (like indexing an AA return value immediately).
Sat, 02 Aug 2008 21:51:49 +0200 Tomas Lindquist Olsen Fixed debug info and lazy arguments.
Sat, 02 Aug 2008 21:20:31 +0200 Christian Kamm Make sure DtoType has been run on the DType before assembling a call.
Sat, 02 Aug 2008 17:24:10 +0200 Tomas Lindquist Olsen Fixed inserting an AA entry with 'this' as key.
Sat, 02 Aug 2008 02:54:57 +0200 Tomas Lindquist Olsen Added generation of the llvm 'sret' parameter attribute where applicable.
Sat, 02 Aug 2008 01:23:53 +0200 Tomas Lindquist Olsen Fixed regressions
Sat, 02 Aug 2008 00:50:39 +0200 Tomas Lindquist Olsen Fixed problems with nested 'this'. Fixes #39 .
Fri, 01 Aug 2008 21:56:13 +0200 Tomas Lindquist Olsen merge ...
Fri, 01 Aug 2008 21:55:57 +0200 Tomas Lindquist Olsen Trying to get the old QD demo to work.
Fri, 01 Aug 2008 21:54:40 +0200 Tomas Lindquist Olsen Fixed problem where global variables did not resolve type before using it.
Fri, 01 Aug 2008 21:21:08 +0200 Christian Kamm Updates to .hgignore for new runtime scheme.
Fri, 01 Aug 2008 19:54:31 +0200 Tomas Lindquist Olsen Fixed problem with invoking intrinsics, which llvm doesn't allow.
Fri, 01 Aug 2008 18:07:33 +0200 Tomas Lindquist Olsen Fixed param attrs for return values (not really broken, but would be if more return attrs were added)
Fri, 01 Aug 2008 17:59:58 +0200 Tomas Lindquist Olsen Changed the handling of variadic intrinsics a bit.
Fri, 01 Aug 2008 01:12:33 +0200 Tomas Lindquist Olsen Updated tango patch. tango.math.Math was incorrect.
Fri, 01 Aug 2008 00:32:06 +0200 Tomas Lindquist Olsen Removed tango from the repository and instead added a runtime dir with the files needed to patch and build tango from svn.
Thu, 31 Jul 2008 19:14:49 +0200 Christian Kamm Move DtoArrayBoundsCheck from llvmhelpers to arrays.
Wed, 30 Jul 2008 20:25:46 +0200 Christian Kamm Forgot a ->toBasetype() in the array bound code.
Wed, 30 Jul 2008 19:02:13 +0200 Christian Kamm Insert array bound checks for slices.
Wed, 30 Jul 2008 18:38:56 +0200 Christian Kamm Enable array bounds check and emit them in IndexExp.
Wed, 30 Jul 2008 16:48:35 +0200 Christian Kamm Rework complex divison.
Wed, 30 Jul 2008 10:45:20 +0200 Tomas Lindquist Olsen Reverted bad cfg merge stuff
Wed, 30 Jul 2008 10:41:31 +0200 Tomas Lindquist Olsen stupid merge ... :/
Wed, 30 Jul 2008 10:12:55 +0200 Tomas Lindquist Olsen Added type param to DVarValue as DMD sometimes overrides the type of the VarDeclaration.
Wed, 30 Jul 2008 09:55:45 +0200 Christian Kamm Add license text.
Wed, 30 Jul 2008 09:21:06 +0200 Christian Kamm Move DeclarationExp code into a helper function so it can call itself for template mixin members.
Tue, 29 Jul 2008 21:52:25 +0200 elrood fixed configuration file loading issues on windows
Tue, 29 Jul 2008 18:00:01 +0200 Christian Kamm Another fix to DMD's path code.
Tue, 29 Jul 2008 17:45:28 +0200 Christian Kamm Missed a line in the dmdfe path code.
Tue, 29 Jul 2008 17:35:33 +0200 Christian Kamm Allow / as a path separator on Windows.
Tue, 29 Jul 2008 15:58:45 +0200 Christian Kamm Enable insertion of missing terminator instruction for main.
Tue, 29 Jul 2008 13:48:46 +0200 Christian Kamm Give errors originating from Dsymbol::error the proper 'Error:' heading.
Tue, 29 Jul 2008 12:49:14 +0200 Christian Kamm Disallow delegates to static functions.
Tue, 29 Jul 2008 12:44:28 +0200 Christian Kamm Fix the static array cast size check.