aboutsummaryrefslogtreecommitdiffstats
path: root/test/Bindings
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2310-11/+55
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0220-320/+479
* Update LLVM for rebase to r212749.Stephen Hines2014-07-212-5/+5
* Update to LLVM 3.5a.Stephen Hines2014-04-242-16/+15
* Merging r196156:Manman Ren2013-12-091-12/+13
* [OCaml] Add REQUIRES: native, object-emission to the Target testPeter Zotov2013-11-151-0/+1
* [OCaml] Use native target in testsuite instead of hardcoding X86Peter Zotov2013-11-152-16/+11
* [OCaml] Add Target and TargetMachine bindings to Llvm_targetPeter Zotov2013-11-151-2/+52
* [OCaml] Refactor Llvm_target interfacePeter Zotov2013-11-155-27/+22
* [OCaml] Add missing Llvm_target functionsPeter Zotov2013-11-111-0/+2
* [OCaml] Accept context explicitly in Llvm_target functionsPeter Zotov2013-11-112-2/+2
* [OCaml] Make Llvm_target.DataLayout.t automatically managedPeter Zotov2013-11-114-11/+4
* [OCaml] Impement Llvm_irreader, bindings to LLVM assembly parserPeter Zotov2013-11-061-0/+59
* [OCaml] Implement Llvm.string_of_llvaluePeter Zotov2013-11-061-0/+9
* [OCaml] (PR16318) Add missing argument to Llvm.const_intcastPeter Zotov2013-11-051-0/+3
* [OCaml] (PR11717) Make declare_qualified_global respect address argumentPeter Zotov2013-11-051-3/+6
* [OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilderPeter Zotov2013-11-041-0/+64
* [OCaml] Implement missing LLVMCore APIsPeter Zotov2013-11-041-6/+47
* [OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}Peter Zotov2013-11-031-0/+9
* [OCaml] Implement Llvm_linker, bindings for the IR linkerPeter Zotov2013-11-031-0/+63
* [OCaml] Implement Llvm_vectorize bindingsPeter Zotov2013-11-031-0/+61
* [OCaml] Refactor Llvm_target testsPeter Zotov2013-11-031-21/+24
* [OCaml] Llvm_scalar_opts: add missing transformsPeter Zotov2013-11-031-0/+1
* [OCaml] Llvm_ipo: add missing transformsPeter Zotov2013-11-031-0/+1
* Fix check for supported targets in llvm-c lit.local.cfgAnders Waldenborg2013-10-231-1/+3
* Add llvm-c-test tool for testing llvm-cAnders Waldenborg2013-10-235-0/+85
* [PR11606] ocaml bindings tests produce binaries in source dirDaniel Dunbar2013-08-239-9/+36
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+1
* Fix %t typo in Ocaml bindings test.Reid Kleckner2013-07-101-3/+3
* Convert an OCaml binding grep test to FileCheckReid Kleckner2013-07-081-329/+340
* Use the attribute group reference instead of the attribute directly.Bill Wendling2013-02-201-1/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-083-9/+9
* fix test's RUN linesNuno Lopes2012-09-021-19/+19
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-021-177/+177
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-8/+1
* 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