summaryrefslogtreecommitdiff
path: root/test/Bindings/llvm-c
AgeCommit message (Expand)Author
2016-04-08[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}Jeroen 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-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-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-16Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj
2015-11-06Add a new attribute: norecurseJames Molloy
2015-06-23test: Move target dependent test in their own folder for c API testJustin Bogner
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
2014-09-30Extend C disassembler API to allow specifying target featuresBradley Smith
2014-09-05Restore the ability to check if LLVMCreateObjectFile was successfulBjorn Steinbrink
2014-06-09Reduce verbiage of lit.local.cfg filesAlp Toker
2013-10-23Fix check for supported targets in llvm-c lit.local.cfgAnders Waldenborg
2013-10-23Add llvm-c-test tool for testing llvm-cAnders Waldenborg