Re: [llvm-commits] [llvm] r42367 - in /llvm/trunk: Xcode/LLVM.xcodeproj/project.pbxproj bindings/ocaml/Makefile.ocaml bindings/ocaml/bitwriter/Makefile bindings/ocaml/llvm/llvm.ml bindings/ocaml/llvm/

2007-09-28 Thread Chris Lattner
URL: http://llvm.org/viewvc/llvm-project?rev=42367view=rev Log: 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.

Re: [llvm-commits] [llvm] r42367 - in /llvm/trunk: Xcode/LLVM.xcodeproj/project.pbxproj bindings/ocaml/Makefile.ocaml bindings/ocaml/bitwriter/Makefile bindings/ocaml/llvm/llvm.ml bindings/ocaml/llvm/

2007-09-28 Thread Gordon Henriksen
On Sep 28, 2007, at 16:18, Chris Lattner wrote: URL: http://llvm.org/viewvc/llvm-project?rev=42367view=rev Log: 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

Re: [llvm-commits] [llvm] r42367 - in /llvm/trunk: Xcode/LLVM.xcodeproj/project.pbxproj bindings/ocaml/Makefile.ocaml bindings/ocaml/bitwriter/Makefile bindings/ocaml/llvm/llvm.ml bindings/ocaml/llvm/

2007-09-28 Thread Gordon Henriksen
On 2007-09-28, at 21:02, Gordon Henriksen wrote: On Sep 28, 2007, at 16:18, Chris Lattner wrote: URL: http://llvm.org/viewvc/llvm-project?rev=42367view=rev Log: Added C and Ocaml bindings for functions, basic blocks, and instruction creation. No support yet for instruction introspection.