summaryrefslogtreecommitdiff
path: root/test/Bindings
Commit message (Expand)AuthorAge
* Fix known typosAlp Toker2014-01-24
* Update the ML test to expect the new string format of getStringRepresentation.Rafael Espindola2013-12-19
* Update Ocaml/vmcore.ml to emit a "Debug Info Version" module flag.Manman Ren2013-12-02
* [OCaml] Add REQUIRES: native, object-emission to the Target testPeter Zotov2013-11-15
* [OCaml] Use native target in testsuite instead of hardcoding X86Peter Zotov2013-11-15
* [OCaml] Add Target and TargetMachine bindings to Llvm_targetPeter Zotov2013-11-15
* [OCaml] Refactor Llvm_target interfacePeter Zotov2013-11-15
* [OCaml] Add missing Llvm_target functionsPeter Zotov2013-11-11
* [OCaml] Accept context explicitly in Llvm_target functionsPeter Zotov2013-11-11
* [OCaml] Make Llvm_target.DataLayout.t automatically managedPeter Zotov2013-11-11
* [OCaml] Impement Llvm_irreader, bindings to LLVM assembly parserPeter Zotov2013-11-06
* [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 Llvm_passmgr_builder, bindings for PassManagerBuilderPeter Zotov2013-11-04
* [OCaml] Implement missing LLVMCore APIsPeter Zotov2013-11-04
* [OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}Peter Zotov2013-11-03
* [OCaml] Implement Llvm_linker, bindings for the IR linkerPeter Zotov2013-11-03
* [OCaml] Implement Llvm_vectorize bindingsPeter Zotov2013-11-03
* [OCaml] Refactor Llvm_target testsPeter Zotov2013-11-03
* [OCaml] Llvm_scalar_opts: add missing transformsPeter Zotov2013-11-03
* [OCaml] Llvm_ipo: add missing transformsPeter Zotov2013-11-03
* Fix check for supported targets in llvm-c lit.local.cfgAnders Waldenborg2013-10-23
* Add llvm-c-test tool for testing llvm-cAnders Waldenborg2013-10-23
* [PR11606] ocaml bindings tests produce binaries in source dirDaniel Dunbar2013-08-23
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* 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
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* fix test's RUN linesNuno Lopes2012-09-02
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* OCaml bindings: add some missing functions and testcases.Torok Edwin2011-10-14
* OCaml bindings: fix infinite recursion on string_of_lltypeTorok Edwin2011-10-14
* ocaml bindings: add llvm_ipo based on IPO.hTorok Edwin2011-10-06
* 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 InvalidateStructLayoutInfo from the ocaml bindings.Benjamin Kramer2011-07-31
* Remove tests for APIs that were removed.Nick Lewycky2011-07-09
* XFAIL vg_leak the new test as the rest.Torok Edwin2010-12-23
* Fix OCaml bindings crash, PR8847.Torok Edwin2010-12-23
* Don't test a removed function.Benjamin Kramer2010-10-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