heptagon/compiler
Léonard Gérard 6b86b86e9d really fix normalize_mem.
in the old fix was missing the renaming, and there was wrong equations
order :
f () returns x
[here rename x by mem_x]
mem_x = fby ...
x = mem_x

so the simplest was :
f () returns out_x
var x;
[ nothing to do]
out_x = x
x = fby ...

pay attention to the order of equations since we are after the
scheduling..
probably it should be done before the scheduling anyway ?
2011-04-20 20:47:06 +02:00
..
global Heptc compiles again 2011-04-18 15:38:42 +02:00
heptagon 100 and java scalarized 2011-04-19 18:45:56 +02:00
main 100 and java scalarized 2011-04-19 18:45:56 +02:00
minils really fix normalize_mem. 2011-04-20 20:47:06 +02:00
obc Java bugfix 2011-04-20 17:33:50 +02:00
utilities Added a generic onfiguration for backends 2011-04-14 13:53:30 +02:00
_tags Updates for Obc 2010-07-08 17:22:13 +02:00
Makefile Bug in the Makefile ? GENSOURCES removed from .depend dependencies. (circular issue) 2010-06-24 03:31:57 +02:00
myocamlbuild.ml removed warning 9 2011-04-18 15:47:25 +02:00
preproc.ml Fixed location to use formatter instead of out_channel. 2010-08-24 17:29:00 +02:00
TODO.txt C backend ported to recent API changes in Obc 2011-03-09 09:46:00 +01:00