22
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Automated merge with http://hg.dsource.org/projects/llvmdc More... over 16 years ago
Committed merge More... over 16 years ago
Added bitcode filename to very verbose logging. Fixed -O<n> switches from llvm 2.4. Removed md5 from the kdevelop project filelist. More... over 16 years ago
Start a new basic block after a continue statement. More... over 16 years ago
Fix inline asm FS:4 by writing the displacement directly into the asm instead of using %fs:$0 with an input constraint. More... over 16 years ago
Add missing "lib" directory
andersman
as Anders Bergh
More... over 16 years ago
Made setup for runtime calls in dmd frontend allocate less. More... over 16 years ago
Change from alloca to gc_malloc. The alloca produces a segfault with current llvm svn More... over 16 years ago
Fix argument types for wchar/char reverse and sort. More... over 16 years ago
Added empty file to lib dir so it get's created by hg More... over 16 years ago
Merge. More... over 16 years ago
Fixed segfault when using va_arg. Fixed segfault when accessing function symbols from inline asm. More... over 16 years ago
Remove -O0 from command line for compiling tests. More... over 16 years ago
.hgignore updates. runminitest stores object files separately. More... over 16 years ago
Fix broken switch4.d test case. More... over 16 years ago
Fixed root cause for Invalid BitCasts. DtoCanLoad continues to return false for aggregates even though llvm 2.4svn could load them. More... over 16 years ago
Mixed up argument types for aApply and aaApply. More... over 16 years ago
Introducing opaque type to dmd frontent to be used with certain runtime array and aa args and returns. There are still some bugs with aas. More... over 16 years ago
Get rid of runTimeHack and instead add proper argument info to the frontend declatation. More... over 16 years ago
Add all intermediate files to .hgignore. More... over 16 years ago
Do only link to libpthread, libm and libdl on Linux. More... over 16 years ago
Do not strip the leading underscore for typeinfo mangles on Windows. More... over 16 years ago
Fix nativeobj extension for Windows. More... over 16 years ago
[svn r394] Fixed the new DtoNullValue function More... over 16 years ago
[svn r393] Started implementation for DtoNullValue. More... over 16 years ago
[svn r392] Make import of std.compat in object.di used for testing public. More... over 16 years ago
[svn r391] Fix classes nested inside functions for real. More... over 16 years ago
[svn r390] Make the zero value used when no nested context was created of the correct type. Fixes run/class_06. More... over 16 years ago
[svn r389] Include std.outofmemory in testincludes. Fixes run/OutOfMemory_01, 02. More... over 16 years ago
[svn r388] ClassInfo declaration could fail if base classdecl hadn't been resolved. Use ForceDeclare on the class decl instead of declaring class info only. More... over 16 years ago