Commit graph

7 commits

Author SHA1 Message Date
Tomas Lindquist Olsen
4280a86bcf Fixed .funcptr property of delegates, no longer uses the infamous DMD rewrites to pointer arithmetic, instead a GEPExp has been introduced. 2008-09-15 02:04:26 +02:00
Anders Bergh
666e95e44d Add missing "lib" directory 2008-07-25 00:39:24 +02:00
Tomas Lindquist Olsen
b7650a7ae6 [svn r21] * Fixed local instances of imported templates 2007-10-03 06:14:41 +02:00
Tomas Lindquist Olsen
8d542addd9 [svn r20] * Added a simple compiletime std.stdio by downs
* Added a simple lphobos of std.stdio (so far)
* 'tester.sh run' now links to lphobos
2007-10-03 05:41:15 +02:00
Tomas Lindquist Olsen
4eab68b36c [svn r15] * Fixed a bunch problems with virtual calls. Seems I did some rather poor testing.
* Now 50/51 tests compile.
* Added a simple runalltests.d scripts that should be run with 'gdmd -run runalltests.d' - LLVMDC will not compile it yet.
2007-10-02 05:10:18 +02:00
Tomas Lindquist Olsen
e95466cb64 [svn r13] * Updated for LLVM 2.1
* Class v-tables are now typesafe
* Code cleanups
2007-10-01 21:19:53 +02:00
Tomas Lindquist Olsen
d8c98056f9 [svn r6] added some missing things 2007-09-01 22:24:46 +02:00