comparison llvmdc.kdevelop @ 131:5825d48b27d1 trunk

[svn r135] * Merged DMD 1.025 * * Fixed a minor linking order mishap * * Added an command line option -annotate * * Fixed some problems with running optimizations * * Added std.stdio and dependencies to lphobos (still not 100% working, but compiles and links) * * Fixed problems with passing aggregate types to variadic functions * * Added initial code towards full GC support, currently based on malloc and friends, not all the runtime calls the GC yet for memory * * Fixed problems with resolving nested function context pointers for some heavily nested cases * * Redid function argument passing + other minor code cleanups, still lots to do on this end... *
author lindquist
date Fri, 04 Jan 2008 01:38:42 +0100
parents facc562f5674
children 1700239cab2e
comparison
equal deleted inserted replaced
130:a7dfa0ed966c 131:5825d48b27d1
83 <ignoredoxygen> 83 <ignoredoxygen>
84 <toc>KDE Libraries (Doxygen)</toc> 84 <toc>KDE Libraries (Doxygen)</toc>
85 </ignoredoxygen> 85 </ignoredoxygen>
86 </kdevdoctreeview> 86 </kdevdoctreeview>
87 <kdevfilecreate> 87 <kdevfilecreate>
88 <filetypes/>
88 <useglobaltypes> 89 <useglobaltypes>
89 <type ext="cpp" /> 90 <type ext="cpp" />
90 <type ext="h" /> 91 <type ext="h" />
91 </useglobaltypes> 92 </useglobaltypes>
92 </kdevfilecreate> 93 </kdevfilecreate>
189 <filetypes> 190 <filetypes>
190 <filetype>*.h</filetype> 191 <filetype>*.h</filetype>
191 <filetype>*.c</filetype> 192 <filetype>*.c</filetype>
192 <filetype>*.cpp</filetype> 193 <filetype>*.cpp</filetype>
193 <filetype>*.d</filetype> 194 <filetype>*.d</filetype>
195 <filetype>*.di</filetype>
196 <filetype>build.sh</filetype>
197 <filetype>premake.lua</filetype>
198 <filetype>Doxyfile</filetype>
194 </filetypes> 199 </filetypes>
195 <blacklist> 200 <blacklist>
196 <path>dbgtypes.bc.cpp</path> 201 <path>dbgtypes.bc.cpp</path>
197 <path>debuginfo.c</path> 202 <path>debuginfo.c</path>
198 <path>debuginfo.cpp</path> 203 <path>debuginfo.cpp</path>