SCM Repository
Log of /branches/vis12/src/compiler/basis
Sticky Revision: |
Revision 1992 - Directory Listing
Modified Thu Sep 27 10:23:12 2012 UTC (7 years, 2 months ago) by jhr
Working on dynamic sequence loading
Revision 1991 - Directory Listing
Modified Sun Aug 12 15:25:39 2012 UTC (7 years, 4 months ago) by jhr
Working on dynamic sequences
Revision 1970 - Directory Listing
Modified Sun Jul 15 14:20:23 2012 UTC (7 years, 4 months ago) by jhr
Add log2 function
Revision 1950 - Directory Listing
Modified Sat Jul 7 19:03:02 2012 UTC (7 years, 5 months ago) by jhr
Added c4hexic kernel and some support code to make it easier to generate the kernel coefficients
Revision 1945 - Directory Listing
Modified Fri Jul 6 14:54:21 2012 UTC (7 years, 5 months ago) by jhr
Working on ":" support
Revision 1926 - Directory Listing
Modified Sat Jun 23 18:01:57 2012 UTC (7 years, 5 months ago) by jhr
Switch to using "image" to load images (instead of "load").
Revision 1925 - Directory Listing
Modified Sat Jun 23 14:16:09 2012 UTC (7 years, 5 months ago) by jhr
Added length function on dynamic sequences
Revision 1922 - Directory Listing
Modified Sat Jun 23 11:25:39 2012 UTC (7 years, 5 months ago) by jhr
Changed "ln" function to "log"; added "acos", "asin", and "atan" functions; restructured the way that C math functions are handled in the compiler.
Revision 1911 - Directory Listing
Modified Tue Jun 5 13:51:17 2012 UTC (7 years, 6 months ago) by jhr
port changes from trunk (addition of fmod, ln, and log10).
Revision 1687 - Directory Listing
Modified Wed Jan 25 13:02:32 2012 UTC (7 years, 10 months ago) by jhr
Working on support for dynamic sequences; also adding support for type coercions.
Revision 1685 - Directory Listing
Modified Sun Jan 22 15:23:36 2012 UTC (7 years, 10 months ago) by jhr
Create a branch to implement things that we need for the Vis 2012 paper
Revision 1640 - Directory Listing
Modified Wed Nov 16 02:19:51 2011 UTC (8 years ago) by jhr
Original Path: trunk/src/compiler/basis
Merging in changes from pure-cfg branch.
Revision 1444 - Directory Listing
Modified Mon Jul 11 12:11:53 2011 UTC (8 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/basis
Merging in changes from pure-cfg branch: removed CL, expanded trace, and added method name datatype.
Revision 1385 - Directory Listing
Modified Fri Jun 24 14:26:11 2011 UTC (8 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/basis
Remove CL from compiler
Revision 1383 - Directory Listing
Modified Thu Jun 23 20:24:04 2011 UTC (8 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/basis
merging changes from pure-cfg
Revision 1296 - Directory Listing
Modified Thu Jun 9 12:42:09 2011 UTC (8 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/basis
Adding support for assignment operators to the trunk.
Revision 1295 - Directory Listing
Modified Thu Jun 9 06:42:54 2011 UTC (8 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/basis
Added support for clamp to trunk
Revision 1116 - Directory Listing
Modified Thu May 5 04:49:02 2011 UTC (8 years, 7 months ago) by jhr
Original Path: trunk/src/compiler/basis
more merging of pure-cfg changes back into trunk
Revision 511 - Directory Listing
Modified Tue Feb 8 17:01:43 2011 UTC (8 years, 10 months ago) by jhr
Original Path: trunk/src/compiler/basis
Backporting changes from pure-cfg branch. These include the "actor" ==> "strand" changes.
Revision 470 - Directory Listing
Modified Tue Nov 2 16:33:48 2010 UTC (9 years, 1 month ago) by jhr
Original Path: trunk/src/compiler/basis
Added additional operations on fields (F+F, F-F, sF, Fs, F/s)
Revision 435 - Directory Listing
Modified Tue Oct 19 13:14:20 2010 UTC (9 years, 1 month ago) by jhr
Original Path: trunk/src/compiler/basis
Upated URL in header to diderot-language.cs.uchicago.edu
Revision 406 - Directory Listing
Modified Fri Oct 15 12:12:10 2010 UTC (9 years, 1 month ago) by jhr
Original Path: trunk/src/compiler/basis
Simplify basis by removing cruft that is not being used.
Revision 247 - Directory Listing
Modified Fri Aug 6 20:20:42 2010 UTC (9 years, 4 months ago) by jhr
Original Path: trunk/src/compiler/basis
Added infix convolve syntax
Revision 185 - Directory Listing
Modified Wed Jul 28 17:11:09 2010 UTC (9 years, 4 months ago) by jhr
Original Path: trunk/src/compiler/basis
Renamed internal variable input to optInput and added input variable.
Revision 179 - Directory Listing
Modified Tue Jul 27 20:43:23 2010 UTC (9 years, 4 months ago) by jhr
Original Path: trunk/src/compiler/basis
Simplified AST code now uses default input values when no input is given.
Revision 169 - Directory Listing
Modified Thu Jul 22 20:07:37 2010 UTC (9 years, 4 months ago) by jhr
Original Path: trunk/src/compiler/basis
Split function and variable namespaces and add notion of restricted operations that cannot appear inside actor or initialization code.
Revision 143 - Directory Listing
Modified Thu Jul 8 19:12:22 2010 UTC (9 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/basis
Added min and max on reals.
Revision 110 - Directory Listing
Modified Wed Jun 23 19:28:48 2010 UTC (9 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/basis
Copied from: trunk/src/basis revision 108
Moving compiler sources into src/compiler
Revision 103 - Directory Listing
Modified Tue Jun 1 16:04:04 2010 UTC (9 years, 6 months ago) by jhr
Original Path: trunk/src/basis
Bug fixes
Revision 91 - Directory Listing
Modified Thu May 27 15:16:36 2010 UTC (9 years, 6 months ago) by jhr
Original Path: trunk/src/basis
Fixed some bugs in the basis
Revision 88 - Directory Listing
Modified Wed May 26 23:07:50 2010 UTC (9 years, 6 months ago) by jhr
Original Path: trunk/src/basis
Working on typechecker
Revision 86 - Directory Listing
Modified Wed May 26 22:23:17 2010 UTC (9 years, 6 months ago) by jhr
Original Path: trunk/src/basis
Added new syntax for tensor-value construction and more work on typechecker.
Revision 85 - Directory Listing
Modified Wed May 26 19:51:10 2010 UTC (9 years, 6 months ago) by jhr
Original Path: trunk/src/basis
Working on typechecker
Revision 83 - Directory Listing
Modified Wed May 26 18:50:44 2010 UTC (9 years, 6 months ago) by jhr
Original Path: trunk/src/basis
More work on the typechecker
Revision 81 - Directory Listing
Modified Wed May 26 17:28:54 2010 UTC (9 years, 6 months ago) by jhr
Original Path: trunk/src/basis
Working on typechecker
Revision 79 - Directory Listing
Modified Tue May 25 01:55:48 2010 UTC (9 years, 6 months ago) by jhr
Original Path: trunk/src/basis
Working on typechecker
Revision 78 - Directory Listing
Modified Mon May 24 22:31:49 2010 UTC (9 years, 6 months ago) by jhr
Original Path: trunk/src/basis
Rosking on type checker
Revision 75 - Directory Listing
Modified Mon May 24 20:41:18 2010 UTC (9 years, 6 months ago) by jhr
Original Path: trunk/src/basis
Propoagating changes to meta variables
Revision 68 - Directory Listing
Modified Tue May 18 16:51:30 2010 UTC (9 years, 6 months ago) by jhr
Original Path: trunk/src/basis
Working on Basis
Revision 65 - Directory Listing
Modified Thu May 13 21:04:35 2010 UTC (9 years, 7 months ago) by jhr
Original Path: trunk/src/basis
Added TypeVar module
Revision 63 - Directory Listing
Modified Thu May 13 00:29:39 2010 UTC (9 years, 7 months ago) by jhr
Original Path: trunk/src/basis
Working on typechecking for Diderot
Revision 60 - Directory Listing
Modified Tue May 4 15:55:00 2010 UTC (9 years, 7 months ago) by jhr
Original Path: trunk/src/basis
Some work on typing the basis
Revision 57 - Directory Listing
Modified Fri Apr 30 14:41:31 2010 UTC (9 years, 7 months ago) by jhr
Original Path: trunk/src/basis
Added names from tracto example
Revision 53 - Directory Listing
Modified Tue Apr 20 15:58:22 2010 UTC (9 years, 7 months ago) by glk
Original Path: trunk/src/basis
added tent kernel
Revision 47 - Directory Listing
Added Tue Apr 13 14:57:27 2010 UTC (9 years, 8 months ago) by jhr
Original Path: trunk/src/basis
Starting to work on the basis environment
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |