summaryrefslogtreecommitdiffstats
path: root/libraries/cloog/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/cloog/README')
-rw-r--r--libraries/cloog/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/cloog/README b/libraries/cloog/README
new file mode 100644
index 0000000000..a70c4f5ad1
--- /dev/null
+++ b/libraries/cloog/README
@@ -0,0 +1,5 @@
+CLooG is a free software library to generate code for
+scanning Z-polyhedra which is designed to avoid control
+overhead and produce a very effective code.
+CLooG is a code generation library that is used in
+the Graphite loop transforms pass of GCC.