heptagon/compiler
Cédric Pasteur 4d912e9349 Added more options for memalloc
There is now three options for memory allocation:
  - -only-linear activates only the linear 
annotations (with typing and code generation)
  - -only-memalloc does only memory allocation
  - -memalloc does both

When linear typing is not activated, linearity 
annotations are ignored (the signature in the .epi
does not contain the annotations)
2011-09-09 16:05:44 +02:00
..
global Added more options for memalloc 2011-09-09 16:05:44 +02:00
heptagon Added more options for memalloc 2011-09-09 16:05:44 +02:00
main Added more options for memalloc 2011-09-09 16:05:44 +02:00
minils Fixed normalization of fby 2011-09-08 11:45:43 +02:00
obc Added more options for memalloc 2011-09-09 16:05:44 +02:00
utilities Added more options for memalloc 2011-09-09 16:05:44 +02:00
_tags Added memalloc pass to the compiler 2011-05-25 09:12:11 +02:00
Makefile Fix the Makefile 2011-07-27 09:12:09 +02:00
myocamlbuild.ml Added memalloc pass to the compiler 2011-05-25 09:12:11 +02:00
preproc.ml Fixed location to use formatter instead of out_channel. 2010-08-24 17:29:00 +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