aboutsummaryrefslogtreecommitdiffstats
path: root/test/Bindings
Commit message (Expand)AuthorAgeFilesLines
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-5/+13
* OCaml bindings: add some missing functions and testcases.Torok Edwin2011-10-142-1/+40
* OCaml bindings: fix infinite recursion on string_of_lltypeTorok Edwin2011-10-141-0/+10
* ocaml bindings: add llvm_ipo based on IPO.hTorok Edwin2011-10-061-0/+73
* add more tests for the OCaml bindingsTorok Edwin2011-10-061-9/+101
* attempt to fix ocaml bindings: landing padsTorok Edwin2011-10-031-3/+13
* Remove the build_unwind function from the OCaml bindings.Peter Collingbourne2011-08-101-8/+0
* Remove InvalidateStructLayoutInfo from the ocaml bindings.Benjamin Kramer2011-07-311-1/+0
* Remove tests for APIs that were removed.Nick Lewycky2011-07-093-131/+2
* XFAIL vg_leak the new test as the rest.Torok Edwin2010-12-231-0/+1
* Fix OCaml bindings crash, PR8847.Torok Edwin2010-12-231-0/+16
* Don't test a removed function.Benjamin Kramer2010-10-091-2/+1
* tests: XFAIL a handful of tests on the vg_leak builder, so we can get back toDaniel Dunbar2010-09-097-0/+7
* Update ocaml test.Benjamin Kramer2010-08-281-6/+0
* Fix vmcore.ml test.Erick Tryzelaar2010-08-201-6/+7
* Fix the running of ocaml tests.Erick Tryzelaar2010-08-205-9/+24
* Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar2010-08-201-0/+7
* Fix some Ocaml tests: the %t substitution now returns an absolute path.Bob Wilson2010-08-205-5/+5
* Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options.Erick Tryzelaar2010-03-061-3/+31
* Expose the rest of the llvm-c scalar opts to ocaml.Erick Tryzelaar2010-03-031-3/+20
* Remove module providers from ocaml.Erick Tryzelaar2010-03-024-28/+16
* Add support for use to ocaml.Erick Tryzelaar2010-03-021-0/+28
* Add support getting the operands of a User to ocaml.Erick Tryzelaar2010-02-281-0/+19
* Add support for global aliases to ocaml.Erick Tryzelaar2010-02-281-0/+9
* Add support for inserting inline asm to ocaml.Erick Tryzelaar2010-02-281-1/+11
* Add support for getting a null pointer.Erick Tryzelaar2010-02-281-0/+7
* Add a way to look up a type by it's name in a module.Erick Tryzelaar2010-02-281-0/+8
* Add support for global variables in an address space for llvm-c and ocaml.Erick Tryzelaar2010-02-281-20/+38
* Add indirect br support to llvm-c and ocaml.Erick Tryzelaar2010-02-281-0/+17
* Add metadata functions to llvm-c and ocaml.Erick Tryzelaar2010-02-281-0/+40
* Add the new builder arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-281-1/+53
* Add the new union arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-281-0/+6
* Rename ocaml vmcore tests to make it easier to insert tests.Erick Tryzelaar2010-02-281-228/+226
* Remove malloc and free from the ocaml bindings.Erick Tryzelaar2010-02-281-9/+3
* Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed,Nick Lewycky2009-10-171-3/+3
* Switch Ocaml to use llvm_supports_binding.Daniel Dunbar2009-09-132-3/+5
* Replace ocamlc tests with ocamlopt tests since they're less noisy.Erick Tryzelaar2009-09-037-10/+10
* Convert the rest of the ocaml types and functions to use context.Erick Tryzelaar2009-08-197-39/+64
* Allow passing around LLVMContext in ocaml.Erick Tryzelaar2009-08-197-57/+59
* Expose creating constant ints and floats from strings to ocaml.Erick Tryzelaar2009-08-161-0/+12
* Fix whitespace expectations to match the new AsmWriter behavior.Dan Gohman2009-08-121-2/+2
* Nounwind is not valid for function return values.Duncan Sands2009-05-061-1/+0
* OCaml parameter attribute bindings from PR2752.Duncan Sands2009-05-061-1/+11
* tweak this to accept asmprinter changes. I have no way to verify this, hopef...Chris Lattner2009-03-011-1/+1
* Update to match space changes in .llDaniel Dunbar2009-02-111-2/+2
* [PR2886] Ignore stderr from ocamlc since it prints unresolvable warnings on s...Gordon Henriksen2008-10-227-7/+7
* PR2731: C and Ocaml bindings for setTailCall and isTailCall.Gordon Henriksen2008-08-301-0/+4
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-171-7/+7
* [PR-2610] Adding Ocaml bindings for Switch::addCase.Gordon Henriksen2008-08-091-1/+12
* Don't send checkpoints to stderr for the vmcore.ml test.Gordon Henriksen2008-06-111-6/+20