index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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