Tomas Lindquist Olsen
|
905ca019dd
|
Added type param to DVarValue as DMD sometimes overrides the type of the VarDeclaration.
Added support for align(1)/packed structs, other alignments are still ignored.
Fixed some problems with accessing lazy arguments.
|
2008-07-30 10:12:55 +02:00 |
|
Tomas Lindquist Olsen
|
86d299a641
|
[svn r328] Fixed an issue with interfaces where the vtable type of a interface implemented could be invalid. Fixes several tango modules like, FileStream, ServerSocket
and most tina cluster modules :)
|
2008-06-28 03:45:18 +02:00 |
|
Tomas Lindquist Olsen
|
e0f2825fd0
|
[svn r269] Fixed dwarf debug info for structs.
|
2008-06-12 16:58:26 +02:00 |
|
Tomas Lindquist Olsen
|
9f3be435b0
|
[svn r209] Fixed: exotic array to pointer casts were broken.
Changed: classes now have opaque vtables.
|
2008-05-12 18:44:11 +02:00 |
|
Christian Kamm
|
0fba6312c2
|
[svn r189] moving IR data back into DMD frontend nodes
|
2008-05-06 07:56:03 +02:00 |
|
Christian Kamm
|
91ae70e969
|
[svn r173] moved IR state previously stored in Type into IrType and a Type->IrType map; fixes #7
|
2008-05-01 13:32:08 +02:00 |
|
Tomas Lindquist Olsen
|
17247d63e7
|
[svn r141] fixed more problems with classinfo
moved more IR state out of the AST classes
|
2008-01-18 16:42:16 +01:00 |
|
Tomas Lindquist Olsen
|
5652546986
|
[svn r140] did a lot of the work towards being able to pass multiple modules on the command line. not complete yet though
|
2008-01-17 03:15:12 +01:00 |
|