This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 78b19ea9d92 [PowerPC] Optimize compares fed by ANDISo new 1a70735b284 [OCaml] Add OCaml API for LLVMGetIndices new b224dd65361 [LLVM-C][OCaml] Add LowerAtomic pass to C and OCaml APIs new f8ed54cc197 [LLVM-C][OCaml] Add UnifyFunctionExitNodes pass to C and OC [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bindings/ocaml/llvm/llvm.ml | 1 + bindings/ocaml/llvm/llvm.mli | 5 +++++ bindings/ocaml/llvm/llvm_ocaml.c | 13 +++++++++++++ bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.ml | 6 ++++++ bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.mli | 10 ++++++++++ bindings/ocaml/transforms/scalar_opts/scalar_opts_ocaml.c | 12 ++++++++++++ include/llvm-c/Transforms/Scalar.h | 6 ++++++ lib/Transforms/Scalar/Scalar.cpp | 9 +++++++++ 8 files changed, 62 insertions(+)