SCM Repository
Log of /branches/pure-cfg/src/compiler/high-to-mid
Sticky Revision: |
Revision 762 - Directory Listing
Modified Thu Apr 7 19:57:34 2011 UTC (10 years ago) by jhr
Added identity matrix support (still needs codegen support)
Revision 754 - Directory Listing
Modified Thu Apr 7 14:55:33 2011 UTC (10 years ago) by jhr
Added lerp as an overloaded function
Revision 737 - Directory Listing
Modified Sat Apr 2 19:48:56 2011 UTC (10 years ago) by jhr
Added type labels to nodes in the differentiation iterator so that the intermediate variables get the right type
Revision 736 - Directory Listing
Modified Sat Apr 2 18:50:43 2011 UTC (10 years ago) by jhr
Overhaul in the way that the MidIL and LowIL represent tensor types (especially for orders > 1). We still need to deal with the flattening of tensor-value construction
Revision 717 - Directory Listing
Modified Thu Mar 31 22:12:58 2011 UTC (10 years ago) by jhr
Adding support for vector normalize
Revision 712 - Directory Listing
Modified Wed Mar 30 22:22:36 2011 UTC (10 years ago) by jhr
Added FIXME comments for flattening tensors
Revision 695 - Directory Listing
Modified Fri Mar 25 17:52:54 2011 UTC (10 years ago) by jhr
Added mechanism for supporting "black box" functions (e.g., sin and sqrt). Also added atan2, sqrt, and tan functions to Basis
Revision 683 - Directory Listing
Modified Thu Mar 24 00:42:27 2011 UTC (10 years ago) by jhr
Added trace operator for 2x2, 3x3, and 4x4 matrices
Revision 662 - Directory Listing
Modified Tue Mar 22 03:22:14 2011 UTC (10 years ago) by jhr
Bug fix: use consistent axis order
Revision 649 - Directory Listing
Modified Fri Mar 18 15:47:56 2011 UTC (10 years, 1 month ago) by jhr
Started to add field normalization code to high-opt
Revision 640 - Directory Listing
Modified Thu Mar 17 17:59:58 2011 UTC (10 years, 1 month ago) by jhr
Bug fix: flip order of components in coefficient vectors so that they match the order of the voxel vectors
Revision 635 - Directory Listing
Modified Thu Mar 17 03:42:51 2011 UTC (10 years, 1 month ago) by jhr
Fix coefficients in probe code
Revision 613 - Directory Listing
Modified Sat Mar 12 19:29:23 2011 UTC (10 years, 1 month ago) by jhr
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 606 - Directory Listing
Modified Fri Mar 11 19:25:02 2011 UTC (10 years, 1 month ago) by jhr
Fixed bug in computing coefficients for probes
Revision 587 - Directory Listing
Modified Wed Mar 9 20:34:26 2011 UTC (10 years, 1 month ago) by jhr
Fix bug in order of axes when doing the convolution reduction (should be fastest to slowest).
Revision 577 - Directory Listing
Modified Sun Mar 6 19:53:05 2011 UTC (10 years, 1 month ago) by jhr
Fix typo in comment
Revision 565 - Directory Listing
Modified Thu Feb 24 18:34:48 2011 UTC (10 years, 1 month ago) by jhr
Streamlined code for real to int conversions
Revision 548 - Directory Listing
Modified Thu Feb 17 22:41:53 2011 UTC (10 years, 2 months ago) by jhr
Lots of changes to push image info through to the code generator.
Revision 546 - Directory Listing
Modified Thu Feb 17 14:56:58 2011 UTC (10 years, 2 months ago) by jhr
Add border parameter to Inside operator and swap argument order to match surface language operator.
Revision 539 - Directory Listing
Modified Tue Feb 15 21:29:29 2011 UTC (10 years, 2 months ago) by jhr
More work on code generation. Made sure that the census info is initialized for all ILs.
Revision 517 - Directory Listing
Modified Thu Feb 10 11:45:00 2011 UTC (10 years, 2 months ago) by jhr
Many changes to IL operators for fields and images.
Revision 500 - Directory Listing
Modified Tue Feb 1 17:40:24 2011 UTC (10 years, 2 months ago) by jhr
Made cfg type immutable
Revision 499 - Directory Listing
Modified Tue Feb 1 17:37:51 2011 UTC (10 years, 2 months ago) by jhr
Change "actor" to "strand"
Revision 493 - Directory Listing
Modified Thu Jan 27 16:40:50 2011 UTC (10 years, 2 months ago) by jhr
Working on porting to new IL
Revision 477 - Directory Listing
Modified Sat Nov 13 16:02:07 2010 UTC (10 years, 5 months ago) by jhr
Creating a branch to explore a pure CFG IL
Revision 450 - Directory Listing
Modified Thu Oct 21 15:58:26 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Change name of MidIL Transform operator to PosToImgSpace. Also added GradToWorldSpace operator to MidIL.
Revision 435 - Directory Listing
Modified Tue Oct 19 13:14:20 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Upated URL in header to diderot-language.cs.uchicago.edu
Revision 421 - Directory Listing
Modified Sun Oct 17 02:26:16 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Bug fix: get type of Select right
Revision 420 - Directory Listing
Modified Sun Oct 17 02:23:55 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Adding MidIL checking
Revision 407 - Directory Listing
Modified Fri Oct 15 12:27:09 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Added more type info to HighIL operators to aid checking.
Revision 397 - Directory Listing
Modified Thu Oct 14 20:08:03 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
bug fixes
Revision 394 - Directory Listing
Modified Thu Oct 14 16:30:29 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Added types to IL variables
Revision 392 - Directory Listing
Modified Thu Oct 14 15:34:28 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Moving IL types out of the Op structures into their own per-IL structures.
Revision 391 - Directory Listing
Modified Thu Oct 14 13:18:24 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Move MidIL types into their own module
Revision 387 - Directory Listing
Modified Fri Oct 8 15:29:24 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Copy some of the translation boilerplate from the high-to-mid translation into the mid-to-low translation
Revision 374 - Directory Listing
Modified Sun Oct 3 18:56:32 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Debugging probe.sml.
Revision 373 - Directory Listing
Modified Sun Oct 3 15:27:04 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Added fld2d' test case
Revision 367 - Directory Listing
Modified Thu Sep 30 21:20:13 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Added HighIL to MidIL translation phase
Revision 365 - Directory Listing
Modified Wed Sep 29 20:07:58 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Working on translation
Revision 364 - Directory Listing
Modified Wed Sep 29 18:06:12 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Working on high to mid translation
Revision 358 - Directory Listing
Modified Tue Sep 28 13:38:09 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Working on high to mid translation
Revision 353 - Directory Listing
Modified Fri Sep 24 21:43:11 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Debugging generation of probe code
Revision 352 - Directory Listing
Modified Fri Sep 24 07:21:51 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Debugging probe.sml
Revision 351 - Directory Listing
Modified Fri Sep 24 01:14:58 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Working on test driver for probe code
Revision 349 - Directory Listing
Modified Fri Sep 24 00:24:20 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
working on HighIL to MidIL translation
Revision 334 - Directory Listing
Modified Thu Aug 19 20:53:07 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Working on high to mid translation
Revision 328 - Directory Listing
Modified Wed Aug 18 22:19:26 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Working on HighIL to MidIL translation
Revision 323 - Directory Listing
Modified Wed Aug 18 14:59:35 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Working on probe code generation
Revision 314 - Directory Listing
Modified Tue Aug 17 21:49:25 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
Working on compiler
Revision 280 - Directory Listing
Added Fri Aug 13 17:40:28 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/high-to-mid
New directory
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |