summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bindings/Ocaml
Commit message (Expand)AuthorAgeFilesLines
* [OCaml] Ensure consistent naming.Peter Zotov2014-10-3114-2320/+0
* [OCaml] Rework Llvm_executionengine using ctypes.Peter Zotov2014-10-311-75/+45
* [OCaml] Expose LLVM{Get,Set}DLLStorageClass.Peter Zotov2014-10-301-1/+8
* [OCaml] Test code emission in Llvm_target.Peter Zotov2014-10-301-4/+3
* [OCaml] Enable backtraces in tests.Peter Zotov2014-10-3013-13/+13
* [OCaml] [autoconf] Migrate to ocamlfind.Peter Zotov2014-10-3014-54/+34
* [OCaml] Expose Llvm_target.TargetMachine.add_analysis_passes.Peter Zotov2014-10-291-1/+3
* [OCaml] Expose Llvm_bitwriter.write_bitcode_to_memory_buffer.Peter Zotov2014-10-291-1/+2
* [OCaml] Synchronize transformations with LLVM-C.Peter Zotov2014-10-293-23/+28
* [OCaml] Fix whitespace.Peter Zotov2014-10-285-100/+100
* [OCaml] PR9719, PR14727: Make tests run without ocamlopt.Peter Zotov2014-10-2813-13/+13
* [OCaml] PR19859: Add functions to query and modify branches.Peter Zotov2014-10-281-2/+12
* [OCaml] PR19859: Add tests for reading the values of numeric constants.Peter Zotov2014-10-281-8/+48
* [OCaml] hexagon can't run MCJIT tests, XFAIL it.Peter Zotov2014-10-251-1/+1
* [OCaml] Unbreak Llvm_executionengine.initialize_native_target.Peter Zotov2014-10-251-0/+3
* [OCaml] Expose Llvm_executionengine.ExecutionEngine.create_mcjit.Peter Zotov2014-10-251-26/+39
* [OCaml] Add Llvm.instr_clone.Peter Zotov2014-10-171-0/+18
* Initial version of Go bindings.Peter Collingbourne2014-10-161-2/+1
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-2/+3
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-1/+1
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-1/+1
* [OCaml] Add Llvm.{string_of_const,const_element}.Peter Zotov2014-08-031-1/+5
* [OCaml] Don't truncate constants over 32 bits in Llvm.const_int.Peter Zotov2014-07-222-1/+7
* [OCaml] Add more Llvm_target testsPeter Zotov2014-06-091-2/+3
* Fix the ocaml test to not create a alias to a declaration.Rafael Espindola2014-03-121-1/+2
* Don't try to set a dummy DataLayout. It is parsed now.Rafael Espindola2014-02-251-2/+2
* Fix known typosAlp Toker2014-01-241-10/+10
* Update the ML test to expect the new string format of getStringRepresentation.Rafael Espindola2013-12-191-3/+1
* Update Ocaml/vmcore.ml to emit a "Debug Info Version" module flag.Manman Ren2013-12-021-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
* [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
OpenPOWER on IntegriCloud