SCM Repository
Log of /branches/vis12/src/compiler/translate/translate.sml
Links to HEAD: | (view) (download) (annotate) |
Sticky Revision: |
Revision 1763 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 24 02:20:24 2012 UTC (8 years, 9 months ago) by jhr
File length: 17621 byte(s)
Diff to previous 1688
Bug fix: the CFG was not getting constructed correctly in certain situations.
Revision 1688 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 25 13:36:13 2012 UTC (8 years, 11 months ago) by jhr
File length: 16964 byte(s)
Diff to previous 1687
More work on dynamic sequences.
Revision 1687 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 25 13:02:32 2012 UTC (8 years, 11 months ago) by jhr
File length: 16873 byte(s)
Diff to previous 1685
Working on support for dynamic sequences; also adding support for type coercions.
Revision 1685 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 22 15:23:36 2012 UTC (8 years, 11 months ago) by jhr
File length: 16223 byte(s)
Diff to previous 1640
Create a branch to implement things that we need for the Vis 2012 paper
Revision 1640 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 16 02:19:51 2011 UTC (9 years, 2 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 16223 byte(s)
Diff to previous 1444
Merging in changes from pure-cfg branch.
Revision 1444 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 11 12:11:53 2011 UTC (9 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 14179 byte(s)
Diff to previous 1339
Merging in changes from pure-cfg branch: removed CL, expanded trace, and added method name datatype.
Revision 1339 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 13 19:56:59 2011 UTC (9 years, 7 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 14019 byte(s)
Diff to previous 1301
Fixed bug in translating mehods with a conditional as their entire body (e.g., lic2.diderot example).
Revision 1301 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 9 23:58:40 2011 UTC (9 years, 7 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 13717 byte(s)
Diff to previous 1232
Added support for hest-based command-line arguments to trunk. Also switched output filename to prog.txt (from mip.txt)
Revision 1232 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 16 23:37:52 2011 UTC (9 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 13693 byte(s)
Diff to previous 1116
Porting many changes from the pure-cfg branch, including value numbering and support for parallel execution on SMP systems.
Revision 1116 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 5 04:49:02 2011 UTC (9 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 12722 byte(s)
Diff to previous 511
more merging of pure-cfg changes back into trunk
Revision 511 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 8 17:01:43 2011 UTC (9 years, 11 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 8867 byte(s)
Diff to previous 435
Backporting changes from pure-cfg branch. These include the "actor" ==> "strand" changes.
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/translate/translate.sml
File length: 8748 byte(s)
Diff to previous 426
Upated URL in header to diderot-language.cs.uchicago.edu
Revision 426 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 18 18:49:55 2010 UTC (10 years, 3 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 8739 byte(s)
Diff to previous 407
Filter out dimensions of size one in tensor types
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/translate/translate.sml
File length: 8658 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/translate/translate.sml
File length: 8624 byte(s)
Diff to previous 399
Slice support in HighIL
Revision 399 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 14 20:08:35 2010 UTC (10 years, 3 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 8294 byte(s)
Diff to previous 395
Working on slice support
Revision 395 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 14 16:52:15 2010 UTC (10 years, 3 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 8290 byte(s)
Diff to previous 394
Fix inexhaustive matches by adding E_Slice placeholders
Revision 394 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 14 16:30:29 2010 UTC (10 years, 3 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 8230 byte(s)
Diff to previous 256
Added types to IL variables
Revision 256 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 9 17:28:57 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 7711 byte(s)
Diff to previous 240
New version of IL with translation to HighIL and pretty printing.
Revision 240 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 6 04:59:16 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 5763 byte(s)
Diff to previous 229
Working on lifting and translation
Revision 229 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 4 15:46:08 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 5420 byte(s)
Diff to previous 227
Added type field to E_Input in Simple AST.
Revision 227 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 4 05:27:13 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 5414 byte(s)
Diff to previous 226
Working on lifting
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/translate/translate.sml
File length: 5402 byte(s)
Diff to previous 200
Working on translation to HighIL
Revision 200 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 2 21:57:49 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 5093 byte(s)
Diff to previous 199
Working on translateion
Revision 199 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 2 21:34:31 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 3804 byte(s)
Diff to previous 197
Added Var substructure to SSAFn
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/translate/translate.sml
File length: 3803 byte(s)
Diff to previous 194
Working on translation to HighIL
Revision 194 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 2 16:40:29 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 3783 byte(s)
Diff to previous 192
Working on translation to IL
Revision 192 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 2 16:23:42 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 3770 byte(s)
Diff to previous 190
Working on translation to IL
Revision 190 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 31 04:39:18 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 2420 byte(s)
Diff to previous 189
Minor work on translation
Revision 189 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 30 19:37:01 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 1840 byte(s)
Diff to previous 188
Working on translation to HighIL
Revision 188 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 29 22:28:39 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 1292 byte(s)
Diff to previous 176
Working on translation to IL
Revision 176 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 26 19:47:48 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 1151 byte(s)
Diff to previous 168
Switch the translate code to take simple AST as its input type
Revision 168 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 21 20:58:37 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 914 byte(s)
Diff to previous 137
Working on translation to HighIL
Revision 137 - (view) (download) (annotate) - [select for diffs]
Added Wed Jul 7 21:30:23 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/translate/translate.sml
File length: 295 byte(s)
Working on IR
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 |