summaryrefslogtreecommitdiff
path: root/test/Bindings
AgeCommit message (Expand)AuthorFilesLines
2014-03-12Fix the ocaml test to not create a alias to a declaration.Rafael Espindola1-1/+2
2014-02-25Don't try to set a dummy DataLayout. It is parsed now.Rafael Espindola1-2/+2
2014-01-24Fix known typosAlp Toker1-10/+10
2013-12-19Update the ML test to expect the new string format of getStringRepresentation.Rafael Espindola1-3/+1
2013-12-02Update Ocaml/vmcore.ml to emit a "Debug Info Version" module flag.Manman Ren1-12/+13
2013-11-15[OCaml] Add REQUIRES: native, object-emission to the Target testPeter Zotov1-0/+1
2013-11-15[OCaml] Use native target in testsuite instead of hardcoding X86Peter Zotov2-16/+11
2013-11-15[OCaml] Add Target and TargetMachine bindings to Llvm_targetPeter Zotov1-2/+52
2013-11-15[OCaml] Refactor Llvm_target interfacePeter Zotov5-27/+22
2013-11-11[OCaml] Add missing Llvm_target functionsPeter Zotov1-0/+2
2013-11-11[OCaml] Accept context explicitly in Llvm_target functionsPeter Zotov2-2/+2
2013-11-11[OCaml] Make Llvm_target.DataLayout.t automatically managedPeter Zotov4-11/+4
2013-11-06[OCaml] Impement Llvm_irreader, bindings to LLVM assembly parserPeter Zotov1-0/+59
2013-11-06[OCaml] Implement Llvm.string_of_llvaluePeter Zotov1-0/+9
2013-11-05[OCaml] (PR16318) Add missing argument to Llvm.const_intcastPeter Zotov1-0/+3
2013-11-05[OCaml] (PR11717) Make declare_qualified_global respect address argumentPeter Zotov1-3/+6
2013-11-04[OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilderPeter Zotov1-0/+64
2013-11-04[OCaml] Implement missing LLVMCore APIsPeter Zotov1-6/+47
2013-11-03[OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}Peter Zotov1-0/+9
2013-11-03[OCaml] Implement Llvm_linker, bindings for the IR linkerPeter Zotov1-0/+63
2013-11-03[OCaml] Implement Llvm_vectorize bindingsPeter Zotov1-0/+61
2013-11-03[OCaml] Refactor Llvm_target testsPeter Zotov1-21/+24
2013-11-03[OCaml] Llvm_scalar_opts: add missing transformsPeter Zotov1-0/+1
2013-11-03[OCaml] Llvm_ipo: add missing transformsPeter Zotov1-0/+1
2013-10-23Fix check for supported targets in llvm-c lit.local.cfgAnders Waldenborg1-1/+3
2013-10-23Add llvm-c-test tool for testing llvm-cAnders Waldenborg5-0/+85
2013-08-23[PR11606] ocaml bindings tests produce binaries in source dirDaniel Dunbar9-9/+36
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar1-1/+1
2013-07-10Fix %t typo in Ocaml bindings test.Reid Kleckner1-3/+3
2013-07-08Convert an OCaml binding grep test to FileCheckReid Kleckner1-329/+340
2013-02-20Use the attribute group reference instead of the attribute directly.Bill Wendling1-1/+2
2012-10-08Move TargetData to DataLayout.Micah Villmow3-9/+9
2012-09-02fix test's RUN linesNuno Lopes1-19/+19
2012-07-02Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth1-177/+177
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky1-8/+1
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2-5/+13
2011-10-14OCaml bindings: add some missing functions and testcases.Torok Edwin2-1/+40
2011-10-14OCaml bindings: fix infinite recursion on string_of_lltypeTorok Edwin1-0/+10
2011-10-06ocaml bindings: add llvm_ipo based on IPO.hTorok Edwin1-0/+73
2011-10-06add more tests for the OCaml bindingsTorok Edwin1-9/+101
2011-10-03attempt to fix ocaml bindings: landing padsTorok Edwin1-3/+13
2011-08-10Remove the build_unwind function from the OCaml bindings.Peter Collingbourne1-8/+0
2011-07-31Remove InvalidateStructLayoutInfo from the ocaml bindings.Benjamin Kramer1-1/+0
2011-07-09Remove tests for APIs that were removed.Nick Lewycky3-131/+2
2010-12-23XFAIL vg_leak the new test as the rest.Torok Edwin1-0/+1
2010-12-23Fix OCaml bindings crash, PR8847.Torok Edwin1-0/+16
2010-10-09Don't test a removed function.Benjamin Kramer1-2/+1
2010-09-09tests: XFAIL a handful of tests on the vg_leak builder, so we can get back toDaniel Dunbar7-0/+7
2010-08-28Update ocaml test.Benjamin Kramer1-6/+0
2010-08-20Fix vmcore.ml test.Erick Tryzelaar1-6/+7