SCM Repository
Log of /branches/vis12/src/compiler/translate
Sticky Revision: |
Revision 1763 - Directory Listing
Modified Sat Mar 24 02:20:24 2012 UTC (9 years ago) by jhr
Bug fix: the CFG was not getting constructed correctly in certain situations.
Revision 1688 - Directory Listing
Modified Wed Jan 25 13:36:13 2012 UTC (9 years, 2 months ago) by jhr
More work on dynamic sequences.
Revision 1687 - Directory Listing
Modified Wed Jan 25 13:02:32 2012 UTC (9 years, 2 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 (9 years, 2 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 (9 years, 4 months ago) by jhr
Original Path: trunk/src/compiler/translate
Merging in changes from pure-cfg branch.
Revision 1444 - Directory Listing
Modified Mon Jul 11 12:11:53 2011 UTC (9 years, 9 months ago) by jhr
Original Path: trunk/src/compiler/translate
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 (9 years, 9 months ago) by jhr
Original Path: trunk/src/compiler/translate
Remove CL from compiler
Revision 1383 - Directory Listing
Modified Thu Jun 23 20:24:04 2011 UTC (9 years, 9 months ago) by jhr
Original Path: trunk/src/compiler/translate
merging changes from pure-cfg
Revision 1339 - Directory Listing
Modified Mon Jun 13 19:56:59 2011 UTC (9 years, 10 months ago) by jhr
Original Path: trunk/src/compiler/translate
Fixed bug in translating mehods with a conditional as their entire body (e.g., lic2.diderot example).
Revision 1301 - Directory Listing
Modified Thu Jun 9 23:58:40 2011 UTC (9 years, 10 months ago) by jhr
Original Path: trunk/src/compiler/translate
Added support for hest-based command-line arguments to trunk. Also switched output filename to prog.txt (from mip.txt)
Revision 1295 - Directory Listing
Modified Thu Jun 9 06:42:54 2011 UTC (9 years, 10 months ago) by jhr
Original Path: trunk/src/compiler/translate
Added support for clamp to trunk
Revision 1232 - Directory Listing
Modified Mon May 16 23:37:52 2011 UTC (9 years, 10 months ago) by jhr
Original Path: trunk/src/compiler/translate
Porting many changes from the pure-cfg branch, including value numbering and support for parallel execution on SMP systems.
Revision 1116 - Directory Listing
Modified Thu May 5 04:49:02 2011 UTC (9 years, 11 months ago) by jhr
Original Path: trunk/src/compiler/translate
more merging of pure-cfg changes back into trunk
Revision 511 - Directory Listing
Modified Tue Feb 8 17:01:43 2011 UTC (10 years, 2 months ago) by jhr
Original Path: trunk/src/compiler/translate
Backporting changes from pure-cfg branch. These include the "actor" ==> "strand" changes.
Revision 435 - Directory Listing
Modified Tue Oct 19 13:14:20 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/translate
Upated URL in header to diderot-language.cs.uchicago.edu
Revision 426 - Directory Listing
Modified Mon Oct 18 18:49:55 2010 UTC (10 years, 5 months ago) by jhr
Original Path: trunk/src/compiler/translate
Filter out dimensions of size one in tensor types
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/translate
Added more type info to HighIL operators to aid checking.
Revision 406 - Directory Listing
Modified Fri Oct 15 12:12:10 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/translate
Simplify basis by removing cruft that is not being used.
Revision 400 - Directory Listing
Modified Thu Oct 14 21:06:49 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/translate
Slice support in HighIL
Revision 399 - Directory Listing
Modified Thu Oct 14 20:08:35 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/translate
Working on slice support
Revision 395 - Directory Listing
Modified Thu Oct 14 16:52:15 2010 UTC (10 years, 6 months ago) by jhr
Original Path: trunk/src/compiler/translate
Fix inexhaustive matches by adding E_Slice placeholders
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/translate
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/translate
Moving IL types out of the Op structures into their own per-IL structures.
Revision 266 - Directory Listing
Modified Tue Aug 10 21:25:40 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
Moving high-IL stuff to its own directory
Revision 263 - Directory Listing
Modified Tue Aug 10 17:36:19 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
Bug fix
Revision 256 - Directory Listing
Modified Mon Aug 9 17:28:57 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
New version of IL with translation to HighIL and pretty printing.
Revision 240 - Directory Listing
Modified Fri Aug 6 04:59:16 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
Working on lifting and translation
Revision 229 - Directory Listing
Modified Wed Aug 4 15:46:08 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
Added type field to E_Input in Simple AST.
Revision 227 - Directory Listing
Modified Wed Aug 4 05:27:13 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
Working on lifting
Revision 226 - Directory Listing
Modified Tue Aug 3 21:34:18 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
Working on translation to HighIL
Revision 202 - Directory Listing
Modified Tue Aug 3 13:06:03 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
Reorganize stuff to do with images, kernels, and fields into its own directory.
Revision 200 - Directory Listing
Modified Mon Aug 2 21:57:49 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
Working on translateion
Revision 199 - Directory Listing
Modified Mon Aug 2 21:34:31 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
Added Var substructure to SSAFn
Revision 197 - Directory Listing
Modified Mon Aug 2 20:51:47 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
Working on translation to HighIL
Revision 194 - Directory Listing
Modified Mon Aug 2 16:40:29 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
Working on translation to IL
Revision 192 - Directory Listing
Modified Mon Aug 2 16:23:42 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
Working on translation to IL
Revision 190 - Directory Listing
Modified Sat Jul 31 04:39:18 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
Minor work on translation
Revision 189 - Directory Listing
Modified Fri Jul 30 19:37:01 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
Working on translation to HighIL
Revision 188 - Directory Listing
Modified Thu Jul 29 22:28:39 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
Working on translation to IL
Revision 184 - Directory Listing
Modified Wed Jul 28 16:48:27 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
Working on translation
Revision 183 - Directory Listing
Modified Wed Jul 28 16:28:10 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
Working on translation to HighIL
Revision 180 - Directory Listing
Modified Wed Jul 28 14:37:08 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
Working on translation to HighIL
Revision 176 - Directory Listing
Modified Mon Jul 26 19:47:48 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
Switch the translate code to take simple AST as its input type
Revision 168 - Directory Listing
Modified Wed Jul 21 20:58:37 2010 UTC (10 years, 8 months ago) by jhr
Original Path: trunk/src/compiler/translate
Working on translation to HighIL
Revision 137 - Directory Listing
Added Wed Jul 7 21:30:23 2010 UTC (10 years, 9 months ago) by jhr
Original Path: trunk/src/compiler/translate
Working on IR
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |