comparison gen/tollvm.h @ 116:fd7ad91fd713 trunk

[svn r120] ModuleInfo implementation is now almost complete. Fixed some nasty static array-initializer bugs. Fixed bug in DtoArrayLen and DtoArrayPtr for full slices of static arrays.
author lindquist
date Sun, 25 Nov 2007 18:55:52 +0100
parents 5880c12dba83
children 5825d48b27d1
comparison
equal deleted inserted replaced
115:5ba6d286c941 116:fd7ad91fd713
67 void DtoConstInitGlobal(VarDeclaration* vd); 67 void DtoConstInitGlobal(VarDeclaration* vd);
68 68
69 void DtoEmptyResolveList(); 69 void DtoEmptyResolveList();
70 void DtoEmptyDeclareList(); 70 void DtoEmptyDeclareList();
71 void DtoEmptyConstInitList(); 71 void DtoEmptyConstInitList();
72 void DtoEmptyAllLists();
72 void DtoForceDeclareDsymbol(Dsymbol* dsym); 73 void DtoForceDeclareDsymbol(Dsymbol* dsym);
73 void DtoForceConstInitDsymbol(Dsymbol* dsym); 74 void DtoForceConstInitDsymbol(Dsymbol* dsym);
74 void DtoForceDefineDsymbol(Dsymbol* dsym); 75 void DtoForceDefineDsymbol(Dsymbol* dsym);
75 76
76 // llvm wrappers 77 // llvm wrappers