SCM Repository
Log of /branches/pure-cfg/src/compiler/high-il/high-il.sml
Links to HEAD: | (view) (download) (annotate) |
Sticky Revision: |
Revision 1032 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 1 17:39:37 2011 UTC (9 years, 8 months ago) by jhr
File length: 11571 byte(s)
Diff to previous 829
Finish implementing field scaling, addition, and subtraction
Revision 829 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 16 16:28:59 2011 UTC (9 years, 9 months ago) by jhr
File length: 11417 byte(s)
Diff to previous 824
Removed InvScale from IL. Instead, we invert the and use Scale in translate-basis.sml
Revision 824 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 14 15:54:24 2011 UTC (9 years, 9 months ago) by jhr
File length: 11652 byte(s)
Diff to previous 822
Some debugging and added "^" as power operator.
Revision 822 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 14 14:24:20 2011 UTC (9 years, 9 months ago) by jhr
File length: 11519 byte(s)
Diff to previous 820
Adding support for zeros[shape] and changed I to identity[d]
Revision 820 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 13 22:15:08 2011 UTC (9 years, 9 months ago) by jhr
File length: 11312 byte(s)
Diff to previous 807
Adding support for outer product
Revision 807 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 12 15:41:18 2011 UTC (9 years, 9 months ago) by jhr
File length: 11098 byte(s)
Diff to previous 762
Generalized dot product to inner product of tensor types. Added IL support for vector-matrix, matrix-vector, and matrix-matrix multiplications. Code generation and runtime support is still missing.
Revision 762 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 7 19:57:34 2011 UTC (9 years, 9 months ago) by jhr
File length: 10300 byte(s)
Diff to previous 754
Added identity matrix support (still needs codegen support)
Revision 754 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 7 14:55:33 2011 UTC (9 years, 9 months ago) by jhr
File length: 10061 byte(s)
Diff to previous 717
Added lerp as an overloaded function
Revision 717 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 31 22:12:58 2011 UTC (9 years, 9 months ago) by jhr
File length: 9854 byte(s)
Diff to previous 683
Adding support for vector normalize
Revision 683 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 24 00:42:27 2011 UTC (9 years, 10 months ago) by jhr
File length: 9769 byte(s)
Diff to previous 548
Added trace operator for 2x2, 3x3, and 4x4 matrices
Revision 548 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 17 22:41:53 2011 UTC (9 years, 11 months ago) by jhr
File length: 9555 byte(s)
Diff to previous 546
Lots of changes to push image info through to the code generator.
Revision 546 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 17 14:56:58 2011 UTC (9 years, 11 months ago) by jhr
File length: 9551 byte(s)
Diff to previous 539
Add border parameter to Inside operator and swap argument order to match surface language operator.
Revision 539 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 15 21:29:29 2011 UTC (9 years, 11 months ago) by jhr
File length: 9550 byte(s)
Diff to previous 517
More work on code generation. Made sure that the census info is initialized for all ILs.
Revision 517 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 10 11:45:00 2011 UTC (9 years, 11 months ago) by jhr
File length: 9507 byte(s)
Diff to previous 516
Many changes to IL operators for fields and images.
Revision 516 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 9 23:10:31 2011 UTC (9 years, 11 months ago) by jhr
File length: 9422 byte(s)
Diff to previous 477
Working on new field operations
Revision 477 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 13 16:02:07 2010 UTC (10 years, 2 months ago) by jhr
File length: 9449 byte(s)
Diff to previous 435
Creating a branch to explore a pure CFG IL
Revision 435 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 19 13:14:20 2010 UTC (10 years, 3 months ago) by jhr
Original Path: trunk/src/compiler/high-il/high-il.sml
File length: 9449 byte(s)
Diff to previous 407
Upated URL in header to diderot-language.cs.uchicago.edu
Revision 407 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 15 12:27:09 2010 UTC (10 years, 3 months ago) by jhr
Original Path: trunk/src/compiler/high-il/high-il.sml
File length: 9440 byte(s)
Diff to previous 400
Added more type info to HighIL operators to aid checking.
Revision 400 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 14 21:06:49 2010 UTC (10 years, 3 months ago) by jhr
Original Path: trunk/src/compiler/high-il/high-il.sml
File length: 9062 byte(s)
Diff to previous 392
Slice support in HighIL
Revision 392 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 14 15:34:28 2010 UTC (10 years, 3 months ago) by jhr
Original Path: trunk/src/compiler/high-il/high-il.sml
File length: 8434 byte(s)
Diff to previous 364
Moving IL types out of the Op structures into their own per-IL structures.
Revision 364 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 29 18:06:12 2010 UTC (10 years, 3 months ago) by jhr
Original Path: trunk/src/compiler/high-il/high-il.sml
File length: 8853 byte(s)
Diff to previous 336
Working on high to mid translation
Revision 336 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 24 20:24:21 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/high-il/high-il.sml
File length: 9131 byte(s)
Diff to previous 328
Added some comments
Revision 328 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 18 22:19:26 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/high-il/high-il.sml
File length: 9025 byte(s)
Diff to previous 282
Working on HighIL to MidIL translation
Revision 282 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 13 19:20:23 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/high-il/high-il.sml
File length: 8984 byte(s)
Diff to previous 266
Made the IL generator more general to handle MidIL features
Revision 266 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 10 21:25:40 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/high-il/high-il.sml
File length: 8708 byte(s)
Copied from: trunk/src/compiler/IL/high-il.sml revision 261
Diff to previous 226
Moving high-IL stuff to its own directory
Revision 226 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 3 21:34:18 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/IL/high-il.sml
File length: 8708 byte(s)
Diff to previous 197
Working on translation to HighIL
Revision 197 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 2 20:51:47 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/IL/high-il.sml
File length: 8046 byte(s)
Diff to previous 195
Working on translation to HighIL
Revision 195 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 2 19:09:04 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/IL/high-il.sml
File length: 7892 byte(s)
Diff to previous 187
Adding operations for fields
Revision 187 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 29 14:00:37 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/IL/high-il.sml
File length: 7020 byte(s)
Diff to previous 186
Working on IL representation
Revision 186 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 29 04:26:57 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/IL/high-il.sml
File length: 12255 byte(s)
Diff to previous 184
Add generator for IL operator structures.
Revision 184 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 28 16:48:27 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/IL/high-il.sml
File length: 4803 byte(s)
Diff to previous 180
Working on translation
Revision 180 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 28 14:37:08 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/IL/high-il.sml
File length: 4748 byte(s)
Diff to previous 166
Working on translation to HighIL
Revision 166 - (view) (download) (annotate) - [select for diffs]
Added Wed Jul 21 15:21:12 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/IL/high-il.sml
File length: 4096 byte(s)
New file
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |