summaryrefslogtreecommitdiff
path: root/test/Bindings
AgeCommit message (Expand)AuthorFilesLines
2016-06-22[OCaml] Add functions for accessing metadata nodes.Peter Zotov1-0/+1
2016-06-15Add support for callsite in the new C API for attributesAmaury Sechet1-5/+5
2016-06-12Make sure we have a Add/Remove/Has function for various thing that can have a...Amaury Sechet1-4/+5
2016-05-10[OCaml] Update core test and re-enable testingJeroen Ketema2-32/+7
2016-04-10[OCaml] Expose the LLVM diagnostic handlerJeroen Ketema4-1/+60
2016-04-08[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}Jeroen Ketema2-0/+8
2016-04-01[OCaml] Reinstate data_layoutJeroen Ketema1-0/+1
2016-03-31Silence warnings in OCaml bindingsJeroen Ketema1-4/+1
2016-03-19Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API.Mehdi Amini1-0/+10
2016-03-13Add echo test for constant data arrays in the LLVM C APIAmaury Sechet1-0/+2
2016-02-18Add support for invoke/landingpad/resume in C API testAmaury Sechet1-0/+82
2016-02-17Add support for memory operations (load/store/gep) in C API echo testAmaury Sechet1-0/+37
2016-02-17Add support for global variables in the C API echo testAmaury Sechet1-0/+9
2016-02-16Make sure the functions' range is empty before going through it in the LLVM C...Amaury Sechet1-0/+3
2016-02-16Restore the capability to manipulate datalayout from the C APIAmaury Sechet1-0/+3
2016-02-12Remove LLVMGetTargetMachineData leftovers.Benjamin Kramer1-1/+0
2016-02-11Add support for phi nodes in the LLVM C API testAmaury Sechet1-0/+16
2016-02-10Add support for struct in C API testAmaury Sechet1-1/+11
2016-02-09Add icmp and conditional branches in the C API echo test.Amaury Sechet1-2/+32
2016-02-09Improve the C API echo test tool to emit basic block is the right order.Amaury Sechet1-0/+8
2016-02-05Make the OCaml tests temporarily unsupported until they can be updated.Eric Christopher1-0/+3
2016-02-05Fix echo.ll test failing due to DOS line endingsReid Kleckner1-1/+1
2016-02-05Add various binary operations in the LLVM C API echo testAmaury Sechet1-3/+15
2016-02-04Improve testing for the C APIAmaury Sechet1-0/+32
2015-12-18Deprecate a few C APIs.Rafael Espindola1-0/+6
2015-12-18Fix error handling in LLVMGetBitcodeModuleInContext.Rafael Espindola1-0/+1
2015-12-18Add a test for LLVMGetBitcodeModule.Rafael Espindola1-1/+10
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola1-6/+4
2015-12-16Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj2-1/+1
2015-11-19Disable Go bindings test with MSan, it has tons of linker errorsReid Kleckner1-1/+1
2015-11-06Add a new attribute: norecurseJames Molloy2-1/+1
2015-09-10Add a way to skip the Go bindings tests even when Go is configured inChandler Carruth1-0/+3
2015-07-17[OCaml] Do not use -warn-error in tests.Peter Zotov14-28/+28
2015-06-23test: Move target dependent test in their own folder for c API testJustin Bogner4-24/+25
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-1/+1
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