summaryrefslogtreecommitdiff
path: root/tools/llvm-c-test
AgeCommit message (Expand)Author
2017-12-16Fixed warning 'function declaration isn’t a prototype [-Werror=strict-proto...Galina Kistanova
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-11-01[LLVM-C] Expose functions to create debug locations via DIBuilder.whitequark
2017-10-27[LLVM-C] Publicly expose getters of MetadataType, TokenTypewhitequark
2017-07-13fix typos in comments and error messges; NFCHiroshi Inoue
2017-03-30Spelling mistakes in comments. NFCI.Simon Pilgrim
2016-11-16Fix "isn't a prototype" warningVitaly Buka
2016-11-16Fix build break when the host C compiler is C89.Richard Smith
2016-11-15[C API] Prevent nullptr dereferences in C API for counting attributes.Amaury Sechet
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-04-08[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}Jeroen Ketema
2016-04-07Do some refactoring in the LLVM C API echo test to remove duplication. NFCAmaury Sechet
2016-04-06[llvm-c] Add LLVMGetValueKind.Peter Zotov
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko
2016-04-05[llvm-c] Expose LLVM{Get,Set}ModuleIdentifierPeter Zotov
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 upport for bitcast in the C API echo testAmaury Sechet
2016-02-17Add support for memory operations (load/store/gep) in C API echo testAmaury Sechet
2016-02-17Make sure functions are generated even there is no global in the 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-16Do some refactoring in constant generation in the C API echo test. NFCAmaury Sechet
2016-02-16Generate functions in 2 steps in the C API echo test. NFCAmaury Sechet
2016-02-16Restore the capability to manipulate datalayout from the C APIAmaury Sechet
2016-02-14Use report_fatal_error more consistently in the C API echo testAmaury Sechet
2016-02-14Get constant cloning out of CloneValue so it can be used when creating globals.Amaury Sechet
2016-02-14Move clone_params aroundAmaury 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-10Add binding for counting argument and find called value of call and invoke in...Amaury Sechet
2016-02-09Split clone value and instruction in the echo C API testAmaury Sechet
2016-02-09Add icmp and conditional branches in the C API echo test.Amaury Sechet
2016-02-09Add C binding for AllocaInst::getAllocatedTypeAmaury Sechet
2016-02-09Improve the C API echo test tool to emit basic block is the right order.Amaury Sechet
2016-02-05Prefix external symbols in llvm-c-test.Benjamin Kramer
2016-02-05Add various binary operations in the LLVM C API echo testAmaury Sechet
2016-02-05Add Support to llvm-c-test dependanciesAmaury Sechet
2016-02-04Improve testing for the C APIAmaury Sechet
2016-01-26Remove autoconf supportChris Bieneman
2015-12-18Deprecate a few C APIs.Rafael Espindola
2015-12-18Add a test for LLVMGetBitcodeModule.Rafael Espindola
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher
2015-01-28Fix build breakage caused by memory leaks in llvm-c-testBjorn Steinbrink
2015-01-28Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodesBjorn Steinbrink
2014-12-18Have llvm-c-test only use libLLVM if libLLVM has all the right components.Chris Bieneman
2014-11-10[CMake] llvm-c-test: Use libLLVM.so if it is available.NAKAMURA Takumi