openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
LLVM D Compiler
Settings
|
Report Duplicate
22
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
11 months
ago. based on code collected
11 months
ago.
Jan 19, 2023 — Jan 19, 2024
Showing page 1,525 of 1,526
Search / Filter on:
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.
Tomas Lindquist Olsen
More...
about 17 years ago
[svn r39] * Updated to DMD 1.022 with the exception of:
Tomas Lindquist Olsen
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
Tomas Lindquist Olsen
More...
about 17 years ago
[svn r37] * Initial support for foreach on static arrays. Not 100% complete
Tomas Lindquist Olsen
More...
about 17 years ago
[svn r36] * Fixed a bug where passing a regular argument to a ref argument did not allocate storage
Tomas Lindquist Olsen
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.
Tomas Lindquist Olsen
More...
about 17 years ago
[svn r34] * Fixed passing a struct literal as function argument
Tomas Lindquist Olsen
More...
about 17 years ago
[svn r33] * Added support for assignment to function arguments
Tomas Lindquist Olsen
More...
about 17 years ago
[svn r32] * Fixed problems with arrays members of aggregates
Tomas Lindquist Olsen
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
Tomas Lindquist Olsen
More...
about 17 years ago
[svn r30] * Fixed static function-local variables. * Fixed CondExp - bool ? true : false
Tomas Lindquist Olsen
More...
about 17 years ago
[svn r29] * Fixed structs inside struct literals
Tomas Lindquist Olsen
More...
about 17 years ago
[svn r28] * Fixed accessing aggregate fields. it was still not quite right. hopefully is now :)
Tomas Lindquist Olsen
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.
Tomas Lindquist Olsen
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
Tomas Lindquist Olsen
More...
about 17 years ago
[svn r25] * Fixed a lot of problems with string literals * Fixed slice-slice copying assignment
Tomas Lindquist Olsen
More...
about 17 years ago
[svn r24] * Added a simple std.traits by downs
Tomas Lindquist Olsen
More...
about 17 years ago
[svn r23] * Updated to DMD 1.021
Tomas Lindquist Olsen
More...
about 17 years ago
[svn r22] * Forgot to add std.stdio
Tomas Lindquist Olsen
More...
about 17 years ago
[svn r21] * Fixed local instances of imported templates
Tomas Lindquist Olsen
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
Tomas Lindquist Olsen
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.
Tomas Lindquist Olsen
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.
Tomas Lindquist Olsen
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...
Tomas Lindquist Olsen
More...
about 17 years ago
[svn r16] * Updated all tests to have a main * Updated runalltests to both compile and run the tests
Tomas Lindquist Olsen
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.
Tomas Lindquist Olsen
More...
about 17 years ago
[svn r14] Forgot something stupid...y
Tomas Lindquist Olsen
More...
about 17 years ago
[svn r13] * Updated for LLVM 2.1 * Class v-tables are now typesafe * Code cleanups
Tomas Lindquist Olsen
More...
about 17 years ago
[svn r12] fixed accessing aggregate fields of aggregates removed some useless branches for successive scopes ala {}{}{}
Tomas Lindquist Olsen
More...
over 17 years ago
[svn r11] added another struct sample
Tomas Lindquist Olsen
More...
over 17 years ago
←
1
2
…
1518
1519
1520
1521
1522
1523
1524
1525
1526
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree