heptagon/compiler
Cédric Pasteur 8815a2cd03 Better handling of clocks in memalloc
- We can do a better allocation if we take into
account 'when' in extvalues 
(test/good/memalloc_clocks.ept shows the
improvement)
- Fixed a bug with memalloc on records: if we 
translate:
o = { a with .f = u }
to
o = a; o.f = u
then we cannot share u and o.f
2012-06-20 09:17:13 +02:00
..
global Correction and simplification of the sigali pass 2012-06-06 15:59:08 +02:00
heptagon Correction of Inline pass 2012-06-13 15:06:05 +02:00
main Better handling of clocks in memalloc 2012-06-20 09:17:13 +02:00
minils Better handling of clocks in memalloc 2012-06-20 09:17:13 +02:00
obc Better handling of clocks in memalloc 2012-06-20 09:17:13 +02:00
utilities Better handling of clocks in memalloc 2012-06-20 09:17:13 +02:00
.project eclipse stuff 2011-12-15 20:02:38 +01:00
.projectSettings eclipse stuff 2011-12-15 20:02:38 +01:00
_tags Added a build system for Heptagon 2011-10-20 18:06:41 +02:00
Makefile Makefile correction (install target) 2012-06-13 15:13:53 +02:00
myocamlbuild.ml Fixed some bugs in the configure 2011-11-14 10:52:28 +01:00
myocamlbuild_config.ml Fixed some bugs in the configure 2011-11-14 10:52:28 +01:00
preproc.ml Added a build system for Heptagon 2011-10-20 18:06:41 +02:00
README_ocamlbuild_hepts.txt Graphical simulator hepts 2011-05-12 10:08:13 +02:00
TODO.txt C backend ported to recent API changes in Obc 2011-03-09 09:46:00 +01:00