summaryrefslogtreecommitdiff
path: root/test/Bindings
AgeCommit message (Expand)AuthorFilesLines
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith1-1/+1
2015-02-06[OCaml] Add Llvm.build_empty_phi.Peter Zotov1-0/+9
2015-02-03Propagate a better error message to the C api.Rafael Espindola1-1/+1
2015-02-03Use a non-fatal diag handler in the C API. FIxes PR22368.Rafael Espindola2-0/+3
2015-01-28Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodesBjorn Steinbrink2-0/+4
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith1-1/+1
2015-01-09Disable Go bindings test under UBSan.Alexey Samsonov1-1/+1
2014-12-30[OCaml] Fix bitrot in tests.Peter Zotov1-2/+2
2014-12-24[OCaml] PR21901: Update tests.Peter Zotov1-2/+2
2014-12-24[OCaml] Expose Llvm_executionengine.get_{global_value,function}_address.Peter Zotov1-2/+9
2014-12-23Finish removing DestroySource.Rafael Espindola1-1/+1
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith1-3/+3
2014-12-01[OCaml] Move Llvm.clone_module to its own Llvm_transform_utils module.Peter Zotov1-0/+21
2014-12-01[OCaml] [cmake] Add CMake buildsystem for OCaml.Peter Zotov1-1/+1
2014-11-03[OCaml] Run tests twice, with ocamlc and ocamlopt (if available)Peter Zotov13-14/+39
2014-10-31[OCaml] Ensure consistent naming.Peter Zotov14-0/+0
2014-10-31[OCaml] Rework Llvm_executionengine using ctypes.Peter Zotov1-75/+45
2014-10-30[OCaml] Expose LLVM{Get,Set}DLLStorageClass.Peter Zotov1-1/+8
2014-10-30[OCaml] Test code emission in Llvm_target.Peter Zotov1-4/+3
2014-10-30[OCaml] Enable backtraces in tests.Peter Zotov13-13/+13
2014-10-30[OCaml] [autoconf] Migrate to ocamlfind.Peter Zotov14-54/+34
2014-10-29[OCaml] Expose Llvm_target.TargetMachine.add_analysis_passes.Peter Zotov1-1/+3
2014-10-29[OCaml] Expose Llvm_bitwriter.write_bitcode_to_memory_buffer.Peter Zotov1-1/+2
2014-10-29[OCaml] Synchronize transformations with LLVM-C.Peter Zotov3-23/+28
2014-10-28[OCaml] Fix whitespace.Peter Zotov5-100/+100
2014-10-28[OCaml] PR9719, PR14727: Make tests run without ocamlopt.Peter Zotov13-13/+13
2014-10-28[OCaml] PR19859: Add functions to query and modify branches.Peter Zotov1-2/+12
2014-10-28[OCaml] PR19859: Add tests for reading the values of numeric constants.Peter Zotov1-8/+48
2014-10-25[OCaml] hexagon can't run MCJIT tests, XFAIL it.Peter Zotov1-1/+1
2014-10-25[OCaml] Unbreak Llvm_executionengine.initialize_native_target.Peter Zotov1-0/+3
2014-10-25[OCaml] Expose Llvm_executionengine.ExecutionEngine.create_mcjit.Peter Zotov1-26/+39
2014-10-23Add llvm-go tool.Peter Collingbourne1-6/+1
2014-10-21Teach lit to filter the host LDFLAGS down from the build system and intoChandler Carruth2-1/+2
2014-10-17Disable ccache for go tests.Peter Collingbourne1-0/+5
2014-10-17We also need to catch OSError here.Peter Collingbourne1-2/+2
2014-10-17Don't crash if find_executable return None.Rafael Espindola1-4/+4
2014-10-17[OCaml] Add Llvm.instr_clone.Peter Zotov1-0/+18
2014-10-16Add our own copy of the find_executable function to cope with installationsPeter Collingbourne1-2/+20
2014-10-16Initial version of Go bindings.Peter Collingbourne3-2/+42
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith1-2/+3
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith1-1/+1
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith1-1/+1
2014-09-30Extend C disassembler API to allow specifying target featuresBradley Smith1-6/+20
2014-09-05Restore the ability to check if LLVMCreateObjectFile was successfulBjorn Steinbrink1-0/+2
2014-08-03[OCaml] Add Llvm.{string_of_const,const_element}.Peter Zotov1-1/+5
2014-07-22[OCaml] Don't truncate constants over 32 bits in Llvm.const_int.Peter Zotov2-1/+7
2014-06-09Reduce verbiage of lit.local.cfg filesAlp Toker1-3/+2
2014-06-09[OCaml] Add more Llvm_target testsPeter Zotov1-2/+3
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