aboutsummaryrefslogtreecommitdiff
path: root/test/Bindings
AgeCommit message (Expand)Author
2013-02-20Use the attribute group reference instead of the attribute directly.Bill Wendling
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-02fix test's RUN linesNuno Lopes
2012-07-02Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-10-14OCaml bindings: add some missing functions and testcases.Torok Edwin
2011-10-14OCaml bindings: fix infinite recursion on string_of_lltypeTorok Edwin
2011-10-06ocaml bindings: add llvm_ipo based on IPO.hTorok Edwin
2011-10-06add more tests for the OCaml bindingsTorok Edwin
2011-10-03attempt to fix ocaml bindings: landing padsTorok Edwin
2011-08-10Remove the build_unwind function from the OCaml bindings.Peter Collingbourne
2011-07-31Remove InvalidateStructLayoutInfo from the ocaml bindings.Benjamin Kramer
2011-07-09Remove tests for APIs that were removed.Nick Lewycky
2010-12-23XFAIL vg_leak the new test as the rest.Torok Edwin
2010-12-23Fix OCaml bindings crash, PR8847.Torok Edwin
2010-10-09Don't test a removed function.Benjamin Kramer
2010-09-09tests: XFAIL a handful of tests on the vg_leak builder, so we can get back toDaniel Dunbar
2010-08-28Update ocaml test.Benjamin Kramer
2010-08-20Fix vmcore.ml test.Erick Tryzelaar
2010-08-20Fix the running of ocaml tests.Erick Tryzelaar
2010-08-20Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar
2010-08-20Fix some Ocaml tests: the %t substitution now returns an absolute path.Bob Wilson
2010-03-06Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options.Erick Tryzelaar
2010-03-03Expose the rest of the llvm-c scalar opts to ocaml.Erick Tryzelaar
2010-03-02Remove module providers from ocaml.Erick Tryzelaar
2010-03-02Add support for use to ocaml.Erick Tryzelaar
2010-02-28Add support getting the operands of a User to ocaml.Erick Tryzelaar
2010-02-28Add support for global aliases to ocaml.Erick Tryzelaar
2010-02-28Add support for inserting inline asm to ocaml.Erick Tryzelaar
2010-02-28Add support for getting a null pointer.Erick Tryzelaar
2010-02-28Add a way to look up a type by it's name in a module.Erick Tryzelaar
2010-02-28Add support for global variables in an address space for llvm-c and ocaml.Erick Tryzelaar
2010-02-28Add indirect br support to llvm-c and ocaml.Erick Tryzelaar
2010-02-28Add metadata functions to llvm-c and ocaml.Erick Tryzelaar
2010-02-28Add the new builder arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar
2010-02-28Add the new union arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar
2010-02-28Rename ocaml vmcore tests to make it easier to insert tests.Erick Tryzelaar
2010-02-28Remove malloc and free from the ocaml bindings.Erick Tryzelaar
2009-10-17Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed,Nick Lewycky
2009-09-13Switch Ocaml to use llvm_supports_binding.Daniel Dunbar
2009-09-03Replace ocamlc tests with ocamlopt tests since they're less noisy.Erick Tryzelaar
2009-08-19Convert the rest of the ocaml types and functions to use context.Erick Tryzelaar
2009-08-19Allow passing around LLVMContext in ocaml.Erick Tryzelaar
2009-08-16Expose creating constant ints and floats from strings to ocaml.Erick Tryzelaar
2009-08-12Fix whitespace expectations to match the new AsmWriter behavior.Dan Gohman
2009-05-06Nounwind is not valid for function return values.Duncan Sands
2009-05-06OCaml parameter attribute bindings from PR2752.Duncan Sands
2009-03-01tweak this to accept asmprinter changes. I have no way to verify this, hopef...Chris Lattner
2009-02-11Update to match space changes in .llDaniel Dunbar