heptagon/compiler/minils
Cédric Pasteur 70787757aa Fixed normalization of fby
The incorrect behaviour was introduced in commit
6b86b86e9d.

We should have:
       o = v fby e
     becomes
       mem_o = v fby e;
       o = mem_o

The old way would break with:
 v = true fby false fby v
that would generate unschedulable code.
2011-09-08 11:45:43 +02:00
..
analysis Made linearity field not optional 2011-09-07 17:51:31 +02:00
main Fixed normalization of fby 2011-09-08 11:45:43 +02:00
sigali Merge branch 'bzr' into decade 2011-08-04 13:37:33 +02:00
transformations Fixed normalization of fby 2011-09-08 11:45:43 +02:00
_tags Sigali pass into compiler + added a_id field to applications 2011-04-20 12:47:28 +02:00
minils.ml Made linearity field not optional 2011-09-07 17:51:31 +02:00
mls_compare.ml Fix interaction between tomato and memalloc 2011-09-07 14:15:33 +02:00
mls_mapfold.ml Preliminary version of multidimensional iterators. 2011-06-28 17:50:42 +02:00
mls_printer.ml Merge branch 'bzr' into decade 2011-08-04 13:37:33 +02:00
mls_utils.ml Made linearity field not optional 2011-09-07 17:51:31 +02:00