descriptioninteger set analysis framework
ownerskimo@kotnet.org
last changeSun, 7 Apr 2024 15:54:59 +0000 (7 17:54 +0200)
content tags
add:
README
isa, a tool for Integer Set Analysis

Some common commands:

- extract a polyhedral model from test.c

	c2pdg test.c

  The polyhedral model is stored in test.yaml

- perform dataflow analysis

	da -i test.yaml

  The results are stored in test_da.yaml

- print dependences

	dump_dependences < test_da.yaml

- convert to a process network

	pn < test.yaml > test_pn.yaml

- write out C code again for a (possibly transformed) polyhedral model

	pdg2c test.c test_pn.yaml
shortlog
2024-04-07 Sven Verdoolaegeupdate isl for change in lexicographic optimizationmaster
2024-04-07 Sven Verdoolaegetests/inputs/wlan_dec.c: declare parameter of t function
2023-04-02 Sven Verdoolaegeupdate barvinok to version 0.41.7
2023-04-02 Sven Verdoolaegeupdate pet to version 0.11.7
2023-04-02 Sven Verdoolaegeupdate isl to version 0.26
2023-03-07 Sven Verdoolaegeupdate isl for change in coalescing
2023-02-12 Sven Verdoolaegeupdate pet for support for recent versions of clang
2023-02-12 Sven Verdoolaegeupdate isl for support for recent versions of clang
2023-02-03 Sven Verdoolaegetranslation.cc: remove use of std::binary_function
2023-02-03 Sven Verdoolaegepn2adg.cc: remove use of std::binary_function
2023-02-03 Sven Verdoolaegedependence_graph.cc: remove use of std::binary_function
2022-07-09 Sven Verdoolaegeupdate barvinok to version 0.41.6
2022-07-09 Sven Verdoolaegeupdate pet to version 0.11.6
2022-07-09 Sven Verdoolaegeupdate isl to version 0.25
2022-07-02 Sven Verdoolaegeupdate pet for support for recent versions of clang
2022-07-02 Sven Verdoolaegeupdate isl for support for recent versions of clang
...
tags
10 years ago isa-0.13 isa 0.13
11 years ago isa-0.12 isa 0.12
12 years ago isa-0.11 isa 0.11
14 years ago isa-0.10 isa 0.10
14 years ago isa-0.09 isa 0.09
14 years ago isa-0.08 isa 0.08
15 years ago isa-0.07 isa 0.07
16 years ago isa-0.06.1 isa 0.06.1
16 years ago isa-0.06 isa 0.06
17 years ago isa-0.05
17 years ago isa-0.04
17 years ago isa-0.01
17 years ago isa-0.02
heads
3 weeks ago master
12 years ago maint