root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @134 [134] 09/06/07 01:38:05 Gregor Implemented: aarray[index], better typeinfo generation
(edit) @133 [133] 09/05/07 02:12:43 Gregor Implemented: casts from class->pointer and vice-versa, ',', delete object, …
(edit) @132 [132] 09/05/07 01:44:34 Gregor Implemented: new for classes, typeid(class) Fixes: Won't try to bind C …
(edit) @131 [131] 09/02/07 01:50:38 Gregor Implemented: typeid(class), = with arrays/slices, %, |, slicing, better …
(edit) @130 [130] 09/01/07 20:43:11 Gregor tdcsrc/typeinfo.cc: Now does not create errors for generated typeinfo.
(edit) @129 [129] 09/01/07 19:06:50 Gregor Yet more build changes.
(edit) @128 [128] 08/30/07 02:20:34 Gregor Added Makefile.gxx for quick building. Implemented more typeinfo.
(edit) @127 [127] 08/30/07 01:00:09 Gregor dmd/mars.cc: Switched off tdc.ini for the moment.
(edit) @126 [126] 08/30/07 00:33:25 Gregor --
(edit) @125 [125] 08/30/07 00:32:51 Gregor --
(edit) @124 [124] 08/30/07 00:31:50 Gregor --
(edit) @123 [123] 08/30/07 00:27:55 Gregor Final improvements to the make process, full TCC support now.
(edit) @122 [122] 08/30/07 00:19:01 Gregor More configuration changes.
(edit) @121 [121] 08/29/07 23:06:25 Gregor *: Now autoconf'd.
(edit) @120 [120] 08/29/07 11:49:10 Gregor Initial commit of tphobos.
(edit) @119 [119] 08/29/07 11:47:28 Gregor --
(edit) @118 [118] 08/29/07 01:05:56 Gregor Implemented: Nested functions, unary !, char[] string literals, break …
(edit) @117 [117] 08/21/07 19:29:50 Gregor More changes to IRState, should generally work now.
(edit) @116 [116] 08/21/07 16:32:13 Gregor Changed how parameters and variables worked to enable nested …
(edit) @115 [115] 08/17/07 16:05:30 Gregor Implemented: Basic typeinfo hooks, darray typeinfo, +=, +, & (address), …
(edit) @114 [114] 08/17/07 02:13:19 Gregor Implemented: cast dynamic array -> pointer, enum, typedef, struct
(edit) @113 [113] 08/17/07 00:12:21 Gregor Implemented: struct
(edit) @112 [112] 08/16/07 23:56:56 Gregor Implemented: .length, =, cast, comparisons, var declarations in functions, …
(edit) @111 [111] 08/16/07 16:59:26 Gregor *: Made tdc_stub much nicer.
(edit) @110 [110] 08/16/07 14:45:14 Gregor *: Can now compile very simple code.
(edit) @109 [109] 08/16/07 11:53:07 Gregor dmd/module.c: Apparently hadn't recompiled this in a while :)
(edit) @108 [108] 08/16/07 11:51:45 Gregor Initial import.
(edit) @107 [107] 08/16/07 11:50:09 Gregor --
(edit) @106 [106] 01/05/07 05:22:35 Gregor *: Got rid of any asm{} in phobos/
(edit) @105 [105] 01/05/07 04:22:52 Gregor *: Some changes to finally fix the bug which caused std/outofmemory.d not …
(edit) @104 [104] 01/04/07 23:55:22 Gregor MERGE: DMD 1.00
(edit) @103 [103] 01/04/07 23:48:20 Gregor MERGE: DMD 0.178
(edit) @102 [102] 12/24/06 01:00:11 Gregor phobos/linux.mak: deh2.d is not going to be used in TDC.
(edit) @101 [101] 12/22/06 19:55:56 Gregor phobos/*: Somehow this managed to get horribly out of date, so I reverted …
(edit) @100 [100] 12/21/06 20:02:59 Gregor MERGE: DMD 0.177
(edit) @99 [99] 12/21/06 19:58:45 Gregor MERGE: DMD 0.176
(edit) @98 [98] 11/27/06 22:22:55 Gregor MERGE: DMD 0.175
(edit) @97 [97] 11/27/06 22:03:16 Gregor MERGE: DMD 0.174
(edit) @96 [96] 11/04/06 02:29:49 Gregor MERGE: DMD 0.173
(edit) @95 [95] 10/29/06 02:40:58 Gregor --
(edit) @94 [94] 10/28/06 00:30:30 Gregor Too many changes to iterate - parameter passing and locals completely …
(edit) @93 [93] 10/26/06 20:09:38 Gregor tdcsrc/tdc_d_hdr.h: Ridiculous number of …
(edit) @92 [92] 10/26/06 02:59:42 Gregor tdcsrc/tdc_d_hdr.h: Cleanup, no functional …
(edit) @91 [91] 10/26/06 01:50:37 Gregor phobos/bcdgen/*, phobos/bcd/linux/*: Updated to include sys/time.h
(edit) @90 [90] 10/26/06 00:53:56 Gregor tdcsrc/tdc_statement.cc: Better for, label. tdcsrc/tdc_d_hdr.h: Moved all …
(edit) @89 [89] 10/25/06 14:17:34 Gregor tdcsrc/tdc_statement.cc: ExpStatement::toIR: Don't …
(edit) @88 [88] 10/25/06 01:32:04 Gregor tdcsrc/tdc_declaration.cc: This debugging output shouldn't be …
(edit) @87 [87] 10/21/06 00:53:15 Gregor *: Moved things into tdcsrc
(edit) @86 [86] 10/21/06 00:35:27 Gregor phobos/linux.mak: Include bcd/linux in the makefile
(edit) @85 [85] 10/21/06 00:25:15 Gregor phobos/*: Moved std.c.linux.linux into the generated bcd.linux.*
(edit) @84 [84] 10/20/06 18:43:26 Gregor multitdc: A partially implemented multitarget TDC …
(edit) @83 [83] 10/20/06 18:24:38 Gregor dmd_dmd-tdc_dmd.diff, dmd/updatediff.sh: Don't include .o files in the …
(edit) @82 [82] 10/20/06 18:21:09 Gregor *.diff, dmd/updatediff.sh: Handily accessible but not actually used diffs.
(edit) @81 [81] 10/20/06 18:13:47 Gregor MERGE: DMD 0.172
(edit) @80 [80] 10/20/06 18:08:26 Gregor MERGE: DMD 0.171
(edit) @79 [79] 10/20/06 18:02:11 Gregor dmd/*.orig, dmd/*.rej: Didn't mean to commit these.
(edit) @78 [78] 10/20/06 18:01:10 Gregor MERGE: DMD 0.170
(edit) @77 [77] 10/20/06 17:50:37 Gregor MERGE: DMD 0.169
(edit) @76 [76] 10/20/06 17:30:09 Gregor MERGE: DMD 0.168
(edit) @75 [75] 10/20/06 17:22:42 Gregor MERGE: DMD 0.167
(edit) @74 [74] 09/16/06 02:09:40 Gregor A few more constructs implemented.
(edit) @73 [73] 09/14/06 00:58:45 Gregor tdc_declaration.cc, tdc_expression.cc: Remove ridiculous DMD-compat …
(edit) @72 [72] 09/14/06 00:14:48 Gregor MERGE: DMD 0.166
(edit) @71 [71] 08/15/06 17:00:41 Gregor MERGE: DMD 0.164
(edit) @70 [70] 08/15/06 16:30:46 Gregor MERGE: DMD 0.163
(edit) @69 [69] 08/15/06 16:04:57 Gregor MERGE: DMD 0.162
(edit) @68 [68] 08/15/06 14:17:46 Gregor MERGE: DMD 0.161
(edit) @67 [67] 06/09/06 02:22:07 Gregor *: DMD 0.160 frontend
(edit) @66 [66] 06/09/06 01:39:39 Gregor --
(edit) @65 [65] 06/06/06 12:59:03 hotzenplotz SkyOS: some fixes
(edit) @64 [64] 06/05/06 16:23:42 Gregor dmd/*: SkyOS phobos/*: Staring to get typeinfo support ... sort of.
(edit) @63 [63] 06/05/06 11:18:52 hotzenplotz Initial SkyOS port. Need some fixes!
(edit) @62 [62] 06/03/06 03:04:50 Gregor dmd/mars.c, dmd/mars.h: Support cross-compilation in the frontend.
(edit) @61 [61] 06/03/06 02:32:42 Gregor Replace stringstreams with strings and an intToString function.
(edit) @60 [60] 06/03/06 01:11:19 Gregor tdc_expression.cc: switch, case, default tdc_statement.cc: Many basic …
(edit) @59 [59] 06/02/06 17:04:39 Gregor Makefile: Partial support for crosscompilation.
(edit) @58 [58] 06/02/06 17:04:04 Gregor Support for Windows.
(edit) @57 [57] 05/26/06 17:18:57 Gregor *: Updated to DMD frontend 0.159.
(edit) @56 [56] 05/26/06 13:51:16 Gregor tdc_enum.cc: This does not need to produce output, enums are just …
(edit) @55 [55] 05/26/06 13:46:59 Gregor tdc_module.cc: Ignore output from indent.
(edit) @54 [54] 05/16/06 02:48:09 Gregor tdc_statement.cc: while, break, continue tdc_mtype.cc: some bad imaginary …
(edit) @53 [53] 05/12/06 23:18:43 Gregor tdc_expression.cc: Proper attributes for delegates.
(edit) @52 [52] 05/12/06 22:57:22 Gregor *: delegates
(edit) @51 [51] 05/12/06 01:42:57 Gregor tdc_module.cc: Just a small style change. tdc_expression.cc: Fixed …
(edit) @50 [50] 05/11/06 18:53:52 Gregor *: Less ridiculous DMD compatibility.
(edit) @49 [49] 05/11/06 03:05:56 Gregor dmd/.aggregate.h.swp: Shouldn't be here.
(edit) @48 [48] 05/11/06 02:12:58 Gregor tdc_module.cc, tdc_aggregate.cc, dmd/link.c: TDC output can now compile …
(edit) @47 [47] 05/11/06 01:43:23 Gregor tdc_module.cc, tdc_aggregate.cc: Adjusted some things to (nearly) output …
(edit) @46 [46] 05/11/06 01:20:29 Gregor tdc_statement.cc: Don't try to parse non-TDC pragmas.
(edit) @45 [45] 05/11/06 01:19:25 Gregor *: Pragma TDC_raw_code to output raw code into the backend.
(edit) @44 [44] 05/11/06 00:47:55 Gregor *: Finally real DMD compatibility :)
(edit) @43 [43] 05/10/06 23:52:06 Gregor *: Updated to DMD/Phobos 0.157.
(edit) @42 [42] 05/10/06 14:48:35 Gregor This shouldn't be here …
(edit) @41 [41] 05/10/06 03:09:26 Gregor tdc_statement.cc: Fixed some if syntax. tdc_declaration.cc: Don't allow …
(edit) @40 [40] 05/09/06 18:29:51 Gregor --
(edit) @39 [39] 05/09/06 03:22:37 Gregor tdc_declaration.cc, tdc_mtype.cc, tdc_expression.cc: Function pointers …
(edit) @38 [38] 05/09/06 00:32:17 Gregor tdc_statement.cc: Two minutes after committing his exception handling …
(edit) @37 [37] 05/09/06 00:23:50 Gregor *: Exception handling (hoora!)
(edit) @36 [36] 05/08/06 17:43:23 Gregor tdc_expression.cc: Apparently my SymOff? was slightly wrong ... not sure if …
(edit) @35 [35] 05/08/06 16:48:08 Gregor tdc_aggregate.cc: Yet more ABI compatibility.
Note: See TracRevisionLog for help on using the revision log.