[OCaml] Implement Llvm_vectorize bindings
authorPeter Zotov <whitequark@whitequark.org>
Sun, 3 Nov 2013 08:27:22 +0000 (08:27 +0000)
committerPeter Zotov <whitequark@whitequark.org>
Sun, 3 Nov 2013 08:27:22 +0000 (08:27 +0000)
commit1185582dfd542883194d262c5bf92b16e1e037c2
tree6ac4fd2378b331d8e2a82a59eb2642ceb9bc3ab3
parent6ca1789ac6aad8043ac68c9bb05785d569db5c80
[OCaml] Implement Llvm_vectorize bindings

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193950 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/ocaml/llvm/META.llvm.in
bindings/ocaml/transforms/Makefile
bindings/ocaml/transforms/vectorize/Makefile [new file with mode: 0644]
bindings/ocaml/transforms/vectorize/llvm_vectorize.ml [new file with mode: 0644]
bindings/ocaml/transforms/vectorize/llvm_vectorize.mli [new file with mode: 0644]
bindings/ocaml/transforms/vectorize/vectorize_ocaml.c [new file with mode: 0644]
test/Bindings/Ocaml/vectorize_opts.ml [new file with mode: 0644]