summaryrefslogtreecommitdiff
path: root/test/Bindings
AgeCommit message (Expand)Author
2017-11-01[LLVM-C] Expose functions to create debug locations via DIBuilder.whitequark
2017-08-15[llvm] Get rid of "%T" expansionsKuba Mracek
2017-06-05[LLVM-C] [OCaml] Expose Type::subtypes.whitequark
2017-01-06[cmake] Canonicalize CMake booleans to 0/1 for lit interopMichal Gorny
2016-11-15[C API] Prevent nullptr dereferences in C API for counting attributes.Amaury Sechet
2016-11-12[OCaml] Adapt to the new attribute C API.whitequark
2016-07-04Add writeonly IR attributeNicolai Haehnle
2016-06-22[OCaml] Add functions for accessing metadata nodes.Peter Zotov
2016-06-15Add support for callsite in the new C API for attributesAmaury Sechet
2016-06-12Make sure we have a Add/Remove/Has function for various thing that can have a...Amaury Sechet
2016-05-10[OCaml] Update core test and re-enable testingJeroen Ketema
2016-04-10[OCaml] Expose the LLVM diagnostic handlerJeroen Ketema
2016-04-08[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}Jeroen Ketema
2016-04-01[OCaml] Reinstate data_layoutJeroen Ketema
2016-03-31Silence warnings in OCaml bindingsJeroen Ketema
2016-03-19Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API.Mehdi Amini
2016-03-13Add echo test for constant data arrays in the LLVM C APIAmaury Sechet
2016-02-18Add support for invoke/landingpad/resume in C API testAmaury Sechet
2016-02-17Add support for memory operations (load/store/gep) in C API echo testAmaury Sechet
2016-02-17Add support for global variables in the C API echo testAmaury Sechet
2016-02-16Make sure the functions' range is empty before going through it in the LLVM C...Amaury Sechet
2016-02-16Restore the capability to manipulate datalayout from the C APIAmaury Sechet
2016-02-12Remove LLVMGetTargetMachineData leftovers.Benjamin Kramer
2016-02-11Add support for phi nodes in the LLVM C API testAmaury Sechet
2016-02-10Add support for struct in C API testAmaury Sechet
2016-02-09Add icmp and conditional branches in the C API echo test.Amaury Sechet
2016-02-09Improve the C API echo test tool to emit basic block is the right order.Amaury Sechet
2016-02-05Make the OCaml tests temporarily unsupported until they can be updated.Eric Christopher
2016-02-05Fix echo.ll test failing due to DOS line endingsReid Kleckner
2016-02-05Add various binary operations in the LLVM C API echo testAmaury Sechet
2016-02-04Improve testing for the C APIAmaury Sechet
2015-12-18Deprecate a few C APIs.Rafael Espindola
2015-12-18Fix error handling in LLVMGetBitcodeModuleInContext.Rafael Espindola
2015-12-18Add a test for LLVMGetBitcodeModule.Rafael Espindola
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola
2015-12-16Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj
2015-11-19Disable Go bindings test with MSan, it has tons of linker errorsReid Kleckner
2015-11-06Add a new attribute: norecurseJames Molloy
2015-09-10Add a way to skip the Go bindings tests even when Go is configured inChandler Carruth
2015-07-17[OCaml] Do not use -warn-error in tests.Peter Zotov
2015-06-23test: Move target dependent test in their own folder for c API testJustin Bogner
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith
2015-02-06[OCaml] Add Llvm.build_empty_phi.Peter Zotov
2015-02-03Propagate a better error message to the C api.Rafael Espindola
2015-02-03Use a non-fatal diag handler in the C API. FIxes PR22368.Rafael Espindola
2015-01-28Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodesBjorn Steinbrink
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith
2015-01-09Disable Go bindings test under UBSan.Alexey Samsonov
2014-12-30[OCaml] Fix bitrot in tests.Peter Zotov