SCM Repository
Log of /branches/pure-cfg/src/compiler/high-to-mid/high-to-mid.sml
Links to HEAD: | (view) (download) (annotate) |
Sticky Revision: |
Revision 649 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 18 15:47:56 2011 UTC (11 years, 3 months ago) by jhr
File length: 6824 byte(s)
Diff to previous 613
Started to add field normalization code to high-opt
Revision 613 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 12 19:29:23 2011 UTC (11 years, 3 months ago) by jhr
File length: 6592 byte(s)
Diff to previous 565
Adding support for initially to IL. Also factored out more common code from high-to-mid and mid-to-low into translate-fn.sml
Revision 565 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 24 18:34:48 2011 UTC (11 years, 4 months ago) by jhr
File length: 7582 byte(s)
Diff to previous 548
Streamlined code for real to int conversions
Revision 548 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 17 22:41:53 2011 UTC (11 years, 4 months ago) by jhr
File length: 7411 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 (11 years, 4 months ago) by jhr
File length: 7052 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 (11 years, 4 months ago) by jhr
File length: 6875 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 (11 years, 4 months ago) by jhr
File length: 6827 byte(s)
Diff to previous 500
Many changes to IL operators for fields and images.
Revision 500 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 1 17:40:24 2011 UTC (11 years, 4 months ago) by jhr
File length: 6350 byte(s)
Diff to previous 499
Made cfg type immutable
Revision 499 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 1 17:37:51 2011 UTC (11 years, 4 months ago) by jhr
File length: 6355 byte(s)
Diff to previous 493
Change "actor" to "strand"
Revision 493 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 27 16:40:50 2011 UTC (11 years, 5 months ago) by jhr
File length: 6348 byte(s)
Diff to previous 477
Working on porting to new IL
Revision 477 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 13 16:02:07 2010 UTC (11 years, 7 months ago) by jhr
File length: 6323 byte(s)
Diff to previous 450
Creating a branch to explore a pure CFG IL
Revision 450 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 21 15:58:26 2010 UTC (11 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid/high-to-mid.sml
File length: 6323 byte(s)
Diff to previous 435
Change name of MidIL Transform operator to PosToImgSpace. Also added GradToWorldSpace operator to MidIL.
Revision 435 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 19 13:14:20 2010 UTC (11 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid/high-to-mid.sml
File length: 6319 byte(s)
Diff to previous 420
Upated URL in header to diderot-language.cs.uchicago.edu
Revision 420 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 17 02:23:55 2010 UTC (11 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid/high-to-mid.sml
File length: 6310 byte(s)
Diff to previous 407
Adding MidIL checking
Revision 407 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 15 12:27:09 2010 UTC (11 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid/high-to-mid.sml
File length: 6286 byte(s)
Diff to previous 397
Added more type info to HighIL operators to aid checking.
Revision 397 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 14 20:08:03 2010 UTC (11 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid/high-to-mid.sml
File length: 6274 byte(s)
Diff to previous 394
bug fixes
Revision 394 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 14 16:30:29 2010 UTC (11 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid/high-to-mid.sml
File length: 6030 byte(s)
Diff to previous 392
Added types to IL variables
Revision 392 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 14 15:34:28 2010 UTC (11 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid/high-to-mid.sml
File length: 5973 byte(s)
Diff to previous 391
Moving IL types out of the Op structures into their own per-IL structures.
Revision 391 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 14 13:18:24 2010 UTC (11 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid/high-to-mid.sml
File length: 5939 byte(s)
Diff to previous 387
Move MidIL types into their own module
Revision 387 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 8 15:29:24 2010 UTC (11 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid/high-to-mid.sml
File length: 5906 byte(s)
Diff to previous 367
Copy some of the translation boilerplate from the high-to-mid translation into the mid-to-low translation
Revision 367 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 30 21:20:13 2010 UTC (11 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid/high-to-mid.sml
File length: 5841 byte(s)
Diff to previous 365
Added HighIL to MidIL translation phase
Revision 365 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 29 20:07:58 2010 UTC (11 years, 9 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid/high-to-mid.sml
File length: 5108 byte(s)
Diff to previous 364
Working on translation
Revision 364 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 29 18:06:12 2010 UTC (11 years, 9 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid/high-to-mid.sml
File length: 4373 byte(s)
Diff to previous 358
Working on high to mid translation
Revision 358 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 28 13:38:09 2010 UTC (11 years, 9 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid/high-to-mid.sml
File length: 1536 byte(s)
Diff to previous 349
Working on high to mid translation
Revision 349 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 24 00:24:20 2010 UTC (11 years, 9 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid/high-to-mid.sml
File length: 1307 byte(s)
Diff to previous 334
working on HighIL to MidIL translation
Revision 334 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 19 20:53:07 2010 UTC (11 years, 10 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid/high-to-mid.sml
File length: 1315 byte(s)
Diff to previous 328
Working on high to mid translation
Revision 328 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 18 22:19:26 2010 UTC (11 years, 10 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid/high-to-mid.sml
File length: 1113 byte(s)
Diff to previous 323
Working on HighIL to MidIL translation
Revision 323 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 18 14:59:35 2010 UTC (11 years, 10 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid/high-to-mid.sml
File length: 5662 byte(s)
Diff to previous 314
Working on probe code generation
Revision 314 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 17 21:49:25 2010 UTC (11 years, 10 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid/high-to-mid.sml
File length: 4042 byte(s)
Diff to previous 280
Working on compiler
Revision 280 - (view) (download) (annotate) - [select for diffs]
Added Fri Aug 13 17:40:28 2010 UTC (11 years, 10 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid/high-to-mid.sml
File length: 1867 byte(s)
New directory
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 |