index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Bindings
/
Ocaml
/
scalar_opts.ml
Age
Commit message (
Expand
)
Author
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2011-10-14
OCaml bindings: add some missing functions and testcases.
Torok Edwin
2010-10-09
Don't test a removed function.
Benjamin Kramer
2010-09-09
tests: XFAIL a handful of tests on the vg_leak builder, so we can get back to
Daniel Dunbar
2010-08-20
Fix the running of ocaml tests.
Erick Tryzelaar
2010-03-03
Expose the rest of the llvm-c scalar opts to ocaml.
Erick Tryzelaar
2010-03-02
Remove module providers from ocaml.
Erick Tryzelaar
2009-09-03
Replace ocamlc tests with ocamlopt tests since they're less noisy.
Erick Tryzelaar
2009-08-19
Convert the rest of the ocaml types and functions to use context.
Erick Tryzelaar
2009-08-19
Allow passing around LLVMContext in ocaml.
Erick Tryzelaar
2008-10-22
[PR2886] Ignore stderr from ocamlc since it prints unresolvable warnings on s...
Gordon Henriksen
2008-03-16
C and Objective Caml bindings for the TargetData class.
Gordon Henriksen
2008-03-16
C and Objective Caml bindings for several scalar transforms.
Gordon Henriksen