summaryrefslogtreecommitdiff
path: root/test/Bindings/Ocaml/vmcore.ml
Commit message (Expand)AuthorAge
* Fix known typosAlp Toker2014-01-24
* Update Ocaml/vmcore.ml to emit a "Debug Info Version" module flag.Manman Ren2013-12-02
* [OCaml] Implement Llvm.string_of_llvaluePeter Zotov2013-11-06
* [OCaml] (PR16318) Add missing argument to Llvm.const_intcastPeter Zotov2013-11-05
* [OCaml] (PR11717) Make declare_qualified_global respect address argumentPeter Zotov2013-11-05
* [OCaml] Implement missing LLVMCore APIsPeter Zotov2013-11-04
* [OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}Peter Zotov2013-11-03
* [PR11606] ocaml bindings tests produce binaries in source dirDaniel Dunbar2013-08-23
* Fix %t typo in Ocaml bindings test.Reid Kleckner2013-07-10
* Convert an OCaml binding grep test to FileCheckReid Kleckner2013-07-08
* Use the attribute group reference instead of the attribute directly.Bill Wendling2013-02-20
* fix test's RUN linesNuno Lopes2012-09-02
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02
* OCaml bindings: add some missing functions and testcases.Torok Edwin2011-10-14
* OCaml bindings: fix infinite recursion on string_of_lltypeTorok Edwin2011-10-14
* add more tests for the OCaml bindingsTorok Edwin2011-10-06
* attempt to fix ocaml bindings: landing padsTorok Edwin2011-10-03
* Remove the build_unwind function from the OCaml bindings.Peter Collingbourne2011-08-10
* Remove tests for APIs that were removed.Nick Lewycky2011-07-09
* tests: XFAIL a handful of tests on the vg_leak builder, so we can get back toDaniel Dunbar2010-09-09
* Update ocaml test.Benjamin Kramer2010-08-28
* Fix vmcore.ml test.Erick Tryzelaar2010-08-20
* Fix the running of ocaml tests.Erick Tryzelaar2010-08-20
* Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar2010-08-20
* Fix some Ocaml tests: the %t substitution now returns an absolute path.Bob Wilson2010-08-20
* Remove module providers from ocaml.Erick Tryzelaar2010-03-02
* Add support for use to ocaml.Erick Tryzelaar2010-03-02
* Add support getting the operands of a User to ocaml.Erick Tryzelaar2010-02-28
* Add support for global aliases to ocaml.Erick Tryzelaar2010-02-28
* Add support for inserting inline asm to ocaml.Erick Tryzelaar2010-02-28
* Add support for getting a null pointer.Erick Tryzelaar2010-02-28
* Add a way to look up a type by it's name in a module.Erick Tryzelaar2010-02-28
* Add support for global variables in an address space for llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add indirect br support to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add metadata functions to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add the new builder arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add the new union arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Rename ocaml vmcore tests to make it easier to insert tests.Erick Tryzelaar2010-02-28
* Remove malloc and free from the ocaml bindings.Erick Tryzelaar2010-02-28
* Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed,Nick Lewycky2009-10-17
* Replace ocamlc tests with ocamlopt tests since they're less noisy.Erick Tryzelaar2009-09-03
* Convert the rest of the ocaml types and functions to use context.Erick Tryzelaar2009-08-19
* Allow passing around LLVMContext in ocaml.Erick Tryzelaar2009-08-19
* Expose creating constant ints and floats from strings to ocaml.Erick Tryzelaar2009-08-16
* Fix whitespace expectations to match the new AsmWriter behavior.Dan Gohman2009-08-12
* Nounwind is not valid for function return values.Duncan Sands2009-05-06
* OCaml parameter attribute bindings from PR2752.Duncan Sands2009-05-06
* tweak this to accept asmprinter changes. I have no way to verify this, hopef...Chris Lattner2009-03-01
* Update to match space changes in .llDaniel Dunbar2009-02-11
* [PR2886] Ignore stderr from ocamlc since it prints unresolvable warnings on s...Gordon Henriksen2008-10-22