]> matita.cs.unibo.it Git - pkg-cerco/frama-c-cost-plugin.git/commit
Imported Upstream version 0.1 upstream upstream/0.1
authorEnrico Tassi <gares@fettunta.org>
Fri, 15 Mar 2013 10:33:15 +0000 (11:33 +0100)
committerEnrico Tassi <gares@fettunta.org>
Fri, 15 Mar 2013 10:33:15 +0000 (11:33 +0100)
commit767abcbbd3b2263d28da2957390f21d223960be8
tree8964ab6dab5fabeaf6bb5265129d465321d23faf
Imported Upstream version 0.1
50 files changed:
Makefile [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
README [new file with mode: 0644]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
frama-c_jessie.in [new file with mode: 0644]
plugin/Makefile [new file with mode: 0644]
plugin/README [new file with mode: 0644]
plugin/arith.ml [new file with mode: 0644]
plugin/arithSig.ml [new file with mode: 0644]
plugin/cerco.ml [new file with mode: 0644]
plugin/completeMap.ml [new file with mode: 0644]
plugin/compute.ml [new file with mode: 0644]
plugin/compute_simple.ml [new file with mode: 0644]
plugin/compute_simple_stack_size.ml [new file with mode: 0644]
plugin/cost.ml [new file with mode: 0644]
plugin/cost_value.ml [new file with mode: 0644]
plugin/emap.ml [new file with mode: 0644]
plugin/eset.ml [new file with mode: 0644]
plugin/misc.ml [new file with mode: 0644]
plugin/multiset.ml [new file with mode: 0644]
plugin/normAtLabels.ml [new file with mode: 0644]
plugin/normAtLabels.mli [new file with mode: 0644]
plugin/parameters.ml [new file with mode: 0644]
plugin/simplify_terms.ml [new file with mode: 0644]
plugin/tests/fail/blowfish.c [new file with mode: 0644]
plugin/tests/fail/blowfish.h [new file with mode: 0644]
plugin/tests/fail/bubble_sort.c [new file with mode: 0644]
plugin/tests/success/3-way.c [new file with mode: 0644]
plugin/tests/success/a5.c [new file with mode: 0644]
plugin/tests/success/fact.c [new file with mode: 0644]
plugin/tests/success/is_sorted.c [new file with mode: 0644]
plugin/tests/success/random.c [new file with mode: 0644]
plugin/tests/success/tab_sum.c [new file with mode: 0644]
wrapper/Makefile.in [new file with mode: 0644]
wrapper/README [new file with mode: 0644]
wrapper/_tags [new file with mode: 0644]
wrapper/error.ml [new file with mode: 0644]
wrapper/error.mli [new file with mode: 0644]
wrapper/main.ml [new file with mode: 0644]
wrapper/misc.ml [new file with mode: 0644]
wrapper/misc.mli [new file with mode: 0644]
wrapper/options.ml [new file with mode: 0644]
wrapper/options.mli [new file with mode: 0644]
wrapper/optionsParsing.ml [new file with mode: 0644]
wrapper/position.ml [new file with mode: 0644]
wrapper/position.mli [new file with mode: 0644]
wrapper/tests/parity/Makefile [new file with mode: 0644]
wrapper/tests/parity/README [new file with mode: 0644]
wrapper/tests/parity/parity.lus [new file with mode: 0644]