[OCaml] Rework Llvm_executionengine using ctypes.
[oota-llvm.git] / test / Bindings / Ocaml / ipo_opts.ml
2014-10-30 Peter Zotov[OCaml] Enable backtraces in tests.
2014-10-30 Peter Zotov[OCaml] [autoconf] Migrate to ocamlfind.
2014-10-29 Peter Zotov[OCaml] Synchronize transformations with LLVM-C.
2014-10-28 Peter Zotov[OCaml] PR9719, PR14727: Make tests run without ocamlopt.
2013-11-15 Peter Zotov[OCaml] Refactor Llvm_target interface
2013-11-11 Peter Zotov[OCaml] Make Llvm_target.DataLayout.t automatically...
2013-11-03 Peter Zotov[OCaml] Llvm_ipo: add missing transforms
2013-08-23 Daniel Dunbar[PR11606] ocaml bindings tests produce binaries in...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2011-10-06 Torok Edwinocaml bindings: add llvm_ipo based on IPO.h