root/trunk/blade/BladeRank.d


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @187 [187] 04/30/08 16:05:32 Don Clugston Added prod(). Use .ptr to get raw data, so it works with Bill Baxter's …
(edit) @172 [172] 01/10/08 02:48:44 Don Clugston Added sqrt intrinsic, with codegen for both X87 and SSE.
(edit) @171 [171] 01/08/08 07:11:22 Don Clugston Added abs() intrinsic. Added codegen for unary minus. Bugfix for rank …
(edit) @169 [169] 01/07/08 03:17:39 Don Clugston * Improved treatment of intrinsic functions. * Added sum() intrinsic to …
(edit) @167 [167] 01/03/08 09:23:43 Don Clugston Added the front end code generation for dot product (this is also the way …
(edit) @161 [161] 12/14/07 03:25:52 Don Clugston The index folding visitor is now part of the main line. A preliminary …
(edit) @159 [159] 12/12/07 03:12:39 Don Clugston Index folding visitor -- not linked into the main line yet. Minor …
(edit) @158 [158] 12/07/07 14:51:35 Don Clugston BLADE is now object-oriented! Now uses the Visitor pattern for parsing. …
(edit) @157 [157] 12/06/07 12:47:16 Don Clugston Simplify drop product. Refactor
(edit) @156 [156] 12/05/07 14:22:09 Don Clugston Fixed constant folding for dot (first attempt)
(edit) @155 [155] 12/05/07 03:02:24 Don Clugston * Refactoring for strided vector length. *Bugfix for the case of real …
(edit) @153 [153] 12/01/07 03:36:16 Don Clugston Refactoring for strided vectors.
(edit) @152 [152] 11/30/07 11:42:59 Don Clugston Support strided vector operations (D code only)
(edit) @151 [151] 11/30/07 02:14:47 Don Clugston Now parsing and rank analysis supports combined slice & indices -- eg …
(edit) @150 [150] 11/29/07 03:11:11 Don Clugston Strided array accesses are now parsed OK, and dimensionality errors are …
(edit) @148 [148] 11/28/07 03:17:22 Don Clugston More support for array literals; fixed most (but not all) of the rank …
(edit) @147 [147] 11/27/07 12:29:02 Don Clugston Support array literals.
(edit) @146 [146] 11/26/07 02:59:29 Don Clugston A bit more support for dot product
(edit) @145 [145] 11/22/07 02:18:30 Don Clugston First steps to support for dot product and other intrinsics in the front …
(edit) @144 [144] 11/21/07 02:11:00 Don Clugston First refactoring to take advantage of static foreach.
(edit) @143 [143] 11/20/07 04:21:51 Don Clugston - *Nice* error messages. (No more template/mixin garbage!) - $ works …
(edit) @140 [140] 11/17/07 17:17:36 Don Clugston * Fixed a nasty codegen bug in X87. * Speedup for enquote(). * Now uses …
(edit) @139 [139] 11/16/07 12:37:50 Don Clugston Some CTFE speedups. Bugfix for scalar multiply folding.
(edit) @138 [138] 11/15/07 14:42:22 Don Clugston Now x87 and D code generation use revised expressions.
(edit) @133 [133] 11/13/07 04:47:28 Don Clugston Factored out the expression simplification code. Duplicate symbols now get …
(edit) @132 [132] 11/12/07 02:23:00 Don Clugston Bug fixes for scalar folding.
(edit) @131 [131] 11/10/07 01:33:33 Don Clugston Scalar folding is now working for basic situations. Still not linked into …
(edit) @130 [130] 11/08/07 15:42:46 Don Clugston BladeRank? implements scalar value folding (not in generated code yet).
(edit) @129 [129] 11/06/07 02:44:19 Don Clugston BladeRank? now works for unary operators. First steps to constant …
(edit) @125 [125] 11/01/07 09:01:25 Don Clugston Asm functions now only get the vector length passed once. This results in …
(edit) @119 [119] 10/17/07 07:49:55 Don Clugston * Bugfix for itoa (thanks yidabu). * More rank expression support.
(edit) @117 [117] 10/12/07 10:10:49 Don Clugston * Major simplification of SyntaxTree?, which now supports functions …
(edit) @112 [112] 09/11/07 15:19:45 Don Clugston Split codegeneration off completely.
(add) @111 [111] 09/11/07 15:07:12 Don Clugston A little more refactoring
Note: See TracRevisionLog for help on using the revision log.