root/trunk/src/e2ir.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @856 [856] 01/10/11 21:32:47 walter use new non-varargs functions
(edit) @824 [824] 12/27/10 20:59:22 walter mitigation of bugzilla 4860
(edit) @812 [812] 12/22/10 23:52:15 walter harmonize some 64 bit patches from dmd1, other fixes from Brad
(edit) @775 [775] 12/04/10 22:34:19 walter bugzilla 5191 Combination of pure and nothrow result in a function that …
(edit) @768 [768] 11/28/10 18:17:41 walter more 64
(edit) @767 [767] 11/21/10 05:29:42 walter -m
(edit) @738 [738] 11/07/10 01:50:11 walter lots of 64 bit mods
(edit) @731 [731] 10/25/10 02:24:15 walter more 64
(edit) @729 [729] 10/24/10 01:44:31 walter more 64 bit stuff
(edit) @728 [728] 10/23/10 04:12:36 walter Enumbytes => ET
(edit) @716 [716] 10/13/10 05:38:10 walter add 2 members to TypeInfo?
(edit) @705 [705] 10/06/10 06:04:13 walter 64 bit WIP
(edit) @700 [700] 09/30/10 21:44:07 walter 64 bit WIP
(edit) @699 [699] 09/29/10 12:49:32 walter 64 bit work in progress
(edit) @692 [692] 09/27/10 16:28:57 walter bugzilla 4524 Regression(2.026) Bus error with nested struct
(edit) @687 [687] 09/24/10 20:52:03 walter add Don's new relaxed purity rules
(edit) @662 [662] 09/07/10 02:06:26 walter fix 64 bit data generation
(edit) @651 [651] 08/30/10 14:41:24 walter fail_compilation/fail345.d asserts in expression.c
(edit) @640 [640] 08/28/10 15:24:44 walter Issue 4278 - allow inlining of super calls (undo limitations of bug3500's …
(edit) @621 [621] 08/21/10 04:36:24 walter more 64, mostly inline assembler
(edit) @618 [618] 08/15/10 16:25:05 walter more 64
(edit) @612 [612] 08/10/10 16:33:28 walter fix for OSX naked asm code loading GOT anyway
(edit) @600 [600] 08/05/10 14:16:27 walter bugzilla 4578 Regression(2.047,1.062): ICE(cgcod.c): var+arr[]
(edit) @579 [579] 07/17/10 05:30:24 walter hello world now works for 64
(edit) @569 [569] 06/30/10 17:47:40 walter more 64 bit gen support, dmd now buildable as 64 bit app on Linux
(edit) @561 [561] 06/27/10 18:59:21 walter bugzilla 4314 Regression(1.062): Expression array1 && array2 doesn't …
(edit) @501 [501] 05/25/10 18:08:42 walter bugzilla 4169 building dmd with a modern gcc produces a buggy compiler
(edit) @500 [500] 05/24/10 13:49:52 walter fix lingering bug with 0 sized static arrays
(edit) @497 [497] 05/21/10 21:33:22 walter bugzilla 2008 Poor optimization of functions with ref parameters
(edit) @493 [493] 05/16/10 17:49:11 walter bugzilla 4156 Segfault with array+=array
(edit) @488 [488] 05/15/10 04:14:44 walter eliminate more warnings
(edit) @460 [460] 04/30/10 00:02:46 walter bugzilla 3522 ICE(cg87.c): variable*array[].
(edit) @459 [459] 04/28/10 18:12:03 walter bugzilla 4108 ICE(cod2.c): zero-length static array in function call
(edit) @455 [455] 04/28/10 01:39:18 walter add support for unittests running to completion
(edit) @428 [428] 03/30/10 21:26:19 walter remove tabs, any trailing spaces
(edit) @399 [399] 02/23/10 22:37:53 walter order of evaluation
(edit) @389 [389] 02/19/10 04:13:07 walter test AA's for equality; tighten security on file imports
(edit) @368 [368] 02/05/10 02:24:13 walter bugzilla 3491 typeof( (string[string]).init)) == AssociativeArray?!(string, …
(edit) @363 [363] 02/04/10 01:38:44 walter bugzilla 3453 Linking order affects proper execution (Mac OSX only)
(edit) @332 [332] 01/12/10 00:59:01 walter bugzilla 3535, 3671, 3675 and 3556
(edit) @323 [323] 12/30/09 20:37:45 walter bugzilla 3270 pure functions returning struct
(edit) @322 [322] 12/30/09 20:06:54 walter bugzilla 3583 Unsigned right shift works the same as signed right shift.
(edit) @266 [266] 11/22/09 22:53:29 walter bugzilla 3115
(edit) @260 [260] 11/22/09 03:42:13 walter bugzilla 3433
(edit) @258 [258] 11/21/09 05:55:39 walter bugzilla 3407
(edit) @253 [253] 11/19/09 05:30:37 walter refactor: Argument => Parameter
(edit) @251 [251] 11/18/09 01:54:37 walter bugzilla 111
(edit) @246 [246] 11/12/09 04:19:26 walter make array.length work with op=
(edit) @226 [226] 10/29/09 15:20:19 walter bugzilla 3269
(edit) @221 [221] 10/26/09 05:13:57 walter more fixes for static arrays being values, and AssociativeArray?
(edit) @218 [218] 10/25/09 05:07:51 walter static arrays as values
(edit) @217 [217] 10/23/09 22:39:08 walter first try at static arrays being value types
(edit) @216 [216] 10/19/09 21:55:58 walter partially convert T[U] to AssociativeArray?
(edit) @206 [206] 10/13/09 16:08:57 walter bugzilla 3392
(edit) @202 [202] 10/10/09 16:44:08 walter folded in patches from bugzilla
(edit) @198 [198] 09/26/09 19:57:00 walter should get stack trace in gdb now
(edit) @197 [197] 09/24/09 10:17:41 walter implement contract inheritance
(edit) @195 [195] 09/03/09 02:29:31 walter D 2.032
(edit) @192 [192] 07/05/09 15:10:15 braddr 2.031 beta 1
(edit) @189 [189] 07/03/09 03:59:31 braddr add property svn:eol-style = native to all files
(edit) @187 [187] 07/03/09 03:39:10 braddr dmd 2.030
(edit) @186 [186] 07/03/09 03:37:25 braddr dmd 2.029
(edit) @185 [185] 07/03/09 03:36:39 braddr dmd 2.028
(edit) @184 [184] 07/03/09 03:35:26 braddr dmd 2.027
(edit) @183 [183] 07/03/09 03:32:24 braddr dmd 2.026
(edit) @182 [182] 07/03/09 03:10:48 braddr dmd 2.025
(edit) @181 [181] 07/03/09 01:43:06 braddr dmd 2.023
(edit) @180 [180] 07/03/09 01:42:02 braddr dmd 2.022
(edit) @179 [179] 07/03/09 01:41:24 braddr dmd 2.021
(edit) @178 [178] 07/03/09 01:40:36 braddr dmd 2.020
(edit) @177 [177] 07/03/09 01:39:40 braddr dmd 2.019
(edit) @176 [176] 07/03/09 01:38:51 braddr dmd 2.018
(edit) @174 [174] 07/03/09 01:37:39 braddr dmd 2.016
(edit) @172 [172] 07/03/09 01:35:38 braddr dmd 2.014
(edit) @171 [171] 07/03/09 01:34:34 braddr dmd 2.013
(edit) @170 [170] 07/03/09 01:33:56 braddr dmd 2.012
(add) @169 [169] 07/03/09 01:33:23 braddr dmd 2.011
Note: See TracRevisionLog for help on using the revision log.