22
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[svn r40] Cleaned up some of the array routines to use gep/load/store instead of memcpy/memset. Resizing arrays did not allocate enough memory for types bigger than 1 byte. More... about 17 years ago
[svn r39] * Updated to DMD 1.022 with the exception of: More... about 17 years ago
[svn r38] * resizing dynamic arrays support * throw is replaced with assert(0) * catch is ignored * better foreach support * various bugfixes More... about 17 years ago
[svn r37] * Initial support for foreach on static arrays. Not 100% complete More... about 17 years ago
[svn r36] * Fixed a bug where passing a regular argument to a ref argument did not allocate storage More... about 17 years ago
[svn r35] * Attributes on struct fields/methods now work * Updated object.d to 1.021 * Added -novalidate command line option. this is sometimes useful when debugging as it may let you read the .ll even if it's invalid. More... about 17 years ago
[svn r34] * Fixed passing a struct literal as function argument More... about 17 years ago
[svn r33] * Added support for assignment to function arguments More... about 17 years ago
[svn r32] * Fixed problems with arrays members of aggregates More... about 17 years ago
[svn r31] * Fixed returning through hidden pointer was unable to report back the return value * Fixed removed some litter instructions sometimes produced by constructor calls More... about 17 years ago
[svn r30] * Fixed static function-local variables. * Fixed CondExp - bool ? true : false More... about 17 years ago
[svn r29] * Fixed structs inside struct literals More... about 17 years ago
[svn r28] * Fixed accessing aggregate fields. it was still not quite right. hopefully is now :) More... about 17 years ago
[svn r27] * Fixed bug in aggregate field lookup. * Fixed structs with no fields. * Added support for NegExp as in -x. More... about 17 years ago
[svn r26] * Fixed templates defining a constant value * Fixed problem with slice-slice copy assignment if a side was a temporary slice More... about 17 years ago
[svn r25] * Fixed a lot of problems with string literals * Fixed slice-slice copying assignment More... about 17 years ago
[svn r24] * Added a simple std.traits by downs More... about 17 years ago
[svn r23] * Updated to DMD 1.021 More... about 17 years ago
[svn r22] * Forgot to add std.stdio More... about 17 years ago
[svn r21] * Fixed local instances of imported templates More... about 17 years ago
[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 More... about 17 years ago
[svn r19] * Added support for reassigning 'this' inside class constructors. * Added preliminary support for UnrolledLoopStatement. That is foreach on a tuple. More... about 17 years ago
[svn r18] * Initial support for switch statements - No string switches yet. * Moved Statement::toIR definitions into gen/statements.c - toir.c is still too big. * Removed some BB bloat with ScopeStatements. More... about 17 years ago
[svn r17] changed the llvmdc.conf to use dmd.conf style values. hardcoding my home dir is obviously not the best idea... More... about 17 years ago
[svn r16] * Updated all tests to have a main * Updated runalltests to both compile and run the tests More... about 17 years ago
[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. More... about 17 years ago
[svn r14] Forgot something stupid...y More... about 17 years ago
[svn r13] * Updated for LLVM 2.1 * Class v-tables are now typesafe * Code cleanups More... about 17 years ago
[svn r12] fixed accessing aggregate fields of aggregates removed some useless branches for successive scopes ala {}{}{} More... over 17 years ago
[svn r11] added another struct sample More... over 17 years ago