Added C and Ocaml bindings for functions, basic blocks, and
authorGordon Henriksen <gordonhenriksen@mac.com>
Wed, 26 Sep 2007 20:56:12 +0000 (20:56 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Wed, 26 Sep 2007 20:56:12 +0000 (20:56 +0000)
commit46abf91f7378fb7bb118d66fe6d69b5d3af1e9d5
tree6bf88bdc8ca68312fb47aed0eded7914b5952c50
parentf41db2136fe50e1a92aabfcb3ba1ec1f70f5f0d5
Added C and Ocaml bindings for functions, basic blocks, and
instruction creation. No support yet for instruction introspection.

Also eliminated allocas from the Ocaml bindings for portability,
and avoided unnecessary casts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42367 91177308-0d34-0410-b5e6-96231b3b80d8
Xcode/LLVM.xcodeproj/project.pbxproj
bindings/ocaml/Makefile.ocaml
bindings/ocaml/bitwriter/Makefile
bindings/ocaml/llvm/llvm.ml
bindings/ocaml/llvm/llvm.mli
bindings/ocaml/llvm/llvm_ocaml.c
include/llvm-c/Core.h
include/llvm/CHelpers.h
lib/VMCore/Core.cpp
test/Bindings/Ocaml/bitwriter.ml
test/Bindings/Ocaml/vmcore.ml