Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

root/gen/arrays.h


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1643:8f121883bce8 [1643:8f121883bce8] 03/09/10 01:37:40 Kelly Wilson <wilsonk cpsc.ucalgary.ca> Apply patch from klickverbot. This is his 'proper fix' patch for bug #395.
(edit) @1633:5c0cebff9be8 [1633:5c0cebff9be8] 02/14/10 04:11:05 Christian Kamm <kamm incasoftware de> Improve array append performance. Actually use the appropriate runtime …
(edit) @1228:79758fd2f48a [1228:79758fd2f48a] 04/15/09 14:06:25 Tomas Lindquist Olsen <tomas.l.olsen gmail.com> Added Doxygen file. Completely seperated type and symbol generation. …
(edit) @797:340acf1535d0 [797:340acf1535d0] 11/29/08 15:25:43 Tomas Lindquist Olsen <tomas.l.olsen@gmail.com> Removed KDevelop3 project files, CMake can generate them just fine! Fixed …
(edit) @591:e6bcc4d9e5ff [591:e6bcc4d9e5ff] 09/14/08 04:13:50 Christian Kamm <kamm incasoftware de> Add _d_newarrayvT and _d_newarraymvT to create arrays without …
(edit) @442:76078c8ab5b9 [442:76078c8ab5b9] 07/31/08 13:14:49 Christian Kamm <kamm incasoftware de> Move DtoArrayBoundsCheck? from llvmhelpers to arrays.
(edit) @424:c8d98ccad0cc [424:c8d98ccad0cc] 07/29/08 06:32:01 Christian Kamm <kamm incasoftware de> Error if static array is cast to an array such that oldarraysize % …
(edit) @399:0e6b4d65d3f8 [399:0e6b4d65d3f8] 07/26/08 11:19:16 Christian Kamm <kamm incasoftware de> Give error messages for invalid casts. This required passing Loc …
(edit) @308:6b62e8cdf970 [308:6b62e8cdf970] 06/27/08 23:57:16 lindquist [svn r329] Cleaned up a bunch of array code for handling special slice …
(edit) @295:895e1b50cf2a [295:895e1b50cf2a] 06/23/08 08:48:42 lindquist [svn r316] Fixed array slice assignments like: int[] arr = ...; arr[] = …
(edit) @286:a3b7c19c866c [286:a3b7c19c866c] 06/20/08 22:47:14 lindquist [svn r307] Fixed: multidimensional new expressions now work. Eg.: auto …
(edit) @244:a95056b3c996 [244:a95056b3c996] 06/09/08 03:37:08 lindquist [svn r261] Fixed debug info for integer and floating local variables, can …
(edit) @234:9760f54af0b7 [234:9760f54af0b7] 06/08/08 02:03:19 lindquist [svn r250] Fixed the warning about dropping arguments to _Dmain when …
(edit) @213:7816aafeea3c [213:7816aafeea3c] 05/30/08 13:32:04 lindquist [svn r229] Updated the object.d implementation to the latest Tango. Fixed …
(edit) @203:e881c9b1c738 [203:e881c9b1c738] 05/13/08 08:42:09 lindquist [svn r219] Fixed: the tango/lib/gc/basic garbage collector now compiles …
(edit) @132:1700239cab2e [132:1700239cab2e] 01/11/08 11:57:40 lindquist [svn r136] MAJOR UNSTABLE UPDATE!!! Initial commit after moving to Tango …
(edit) @108:288fe1029e1f [108:288fe1029e1f] 11/19/07 23:29:20 lindquist [svn r112] Fixed 'case 1,2,3:' style case statements. Fixed a bunch of …
(edit) @102:027b8d8b71ec [102:027b8d8b71ec] 11/18/07 00:52:57 lindquist [svn r106] Turns out the last commit wasn't enough, now the D->LLVM …
(edit) @99:a676a7743642 [99:a676a7743642] 11/14/07 18:24:44 lindquist [svn r103] Array comparisons are now fully implemented, that is - to the …
(edit) @98:6789050b5ad1 [98:6789050b5ad1] 11/14/07 17:39:10 lindquist [svn r102] Further delayed emission of function bodies to avoid problems …
(edit) @86:fd32135dca3e [86:fd32135dca3e] 11/03/07 09:44:58 lindquist [svn r90] Major updates to the gen directory. Redesigned the 'elem' …
(edit) @81:3587401b6eeb [81:3587401b6eeb] 11/01/07 12:27:18 lindquist [svn r85] Fixed: if a return statement appeared in the try block of a …
(edit) @69:2b5a2eaa88be [69:2b5a2eaa88be] 10/27/07 23:23:38 lindquist [svn r73] Identity expression for dynamic array and null was broken.
(edit) @64:b688ad419f8c [64:b688ad419f8c] 10/25/07 06:09:13 lindquist [svn r68] Added support for multi-dimensional static arrays. Several …
(edit) @58:2c3cd3596187 [58:2c3cd3596187] 10/25/07 03:02:55 lindquist [svn r62] Added support for TypeInfo? _Array, _Function, _Pointer, …
(edit) @54:28e99b04a132 [54:28e99b04a132] 10/23/07 19:37:34 lindquist [svn r58] Fixed cond expression resulting in a non-basic type. Fixed …
(edit) @52:0c77619e803b [52:0c77619e803b] 10/22/07 23:55:12 lindquist [svn r56] Initial support for TypeInfo?. Enums not work. Several other …
(edit) @48:4d171915a77b [48:4d171915a77b] 10/19/07 11:15:30 lindquist [svn r52] fixed static arrays in struct literals
(edit) @40:8b0e809563df [40:8b0e809563df] 10/19/07 01:43:21 lindquist [svn r44] Lots of bug fixes. New array literal support New array ~= …
(edit) @37:77cdca8c210f [37:77cdca8c210f] 10/09/07 21:38:24 lindquist [svn r41] new'd dynamic arrays are now initialized with the element type's …
(edit) @36:c0967c4b2a74 [36:c0967c4b2a74] 10/09/07 01:51:13 lindquist [svn r40] Cleaned up some of the array routines to use gep/load/store …
(edit) @34:4648206ca213 [34:4648206ca213] 10/08/07 20:50:00 lindquist [svn r38] * resizing dynamic arrays support * throw is replaced with …
(edit) @21:8d45266bbabe [21:8d45266bbabe] 10/04/07 01:01:15 lindquist [svn r25] * Fixed a lot of problems with string literals * Fixed …
(edit) @11:d3ee9efe20e2 [11:d3ee9efe20e2] 10/01/07 23:10:18 lindquist [svn r15] * Fixed a bunch problems with virtual calls. Seems I did some …
(add) @4:e116aa1488e6 [4:e116aa1488e6] 09/03/07 11:34:30 lindquist [svn r8] changed backend includes to always use the gen/<foo>.h …
Note: See TracRevisionLog for help on using the revision log.
Copyright © 2008, LDC Development Team.