summaryrefslogtreecommitdiff
path: root/tools/llvm-c-test
AgeCommit message (Expand)AuthorFilesLines
2016-06-15Add support for callsite in the new C API for attributesAmaury Sechet1-0/+16
2016-06-12Make sure we have a Add/Remove/Has function for various thing that can have a...Amaury Sechet1-1/+16
2016-04-08[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}Jeroen Ketema5-10/+108
2016-04-07Do some refactoring in the LLVM C API echo test to remove duplication. NFCAmaury Sechet1-70/+85
2016-04-06[llvm-c] Add LLVMGetValueKind.Peter Zotov1-53/+69
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2-29/+7
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2-7/+29
2016-04-05[llvm-c] Expose LLVM{Get,Set}ModuleIdentifierPeter Zotov1-2/+11
2016-03-19Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API.Mehdi Amini1-0/+11
2016-03-13Add echo test for constant data arrays in the LLVM C APIAmaury Sechet1-0/+10
2016-02-18Add support for invoke/landingpad/resume in C API testAmaury Sechet1-1/+35
2016-02-17Add upport for bitcast in the C API echo testAmaury Sechet1-1/+18
2016-02-17Add support for memory operations (load/store/gep) in C API echo testAmaury Sechet1-0/+25
2016-02-17Make sure functions are generated even there is no global in the C API echo testAmaury Sechet1-6/+10
2016-02-17Add support for global variables in the C API echo testAmaury Sechet1-32/+138
2016-02-16Make sure the functions' range is empty before going through it in the LLVM C...Amaury Sechet1-0/+5
2016-02-16Do some refactoring in constant generation in the C API echo test. NFCAmaury Sechet1-8/+10
2016-02-16Generate functions in 2 steps in the C API echo test. NFCAmaury Sechet1-6/+32
2016-02-16Restore the capability to manipulate datalayout from the C APIAmaury Sechet1-0/+6
2016-02-14Use report_fatal_error more consistently in the C API echo testAmaury Sechet1-73/+33
2016-02-14Get constant cloning out of CloneValue so it can be used when creating globals.Amaury Sechet1-40/+47
2016-02-14Move clone_params aroundAmaury Sechet1-78/+76
2016-02-11Add support for phi nodes in the LLVM C API testAmaury Sechet1-18/+37
2016-02-10Add support for struct in C API testAmaury Sechet1-77/+125
2016-02-10Add binding for counting argument and find called value of call and invoke in...Amaury Sechet1-2/+2
2016-02-09Split clone value and instruction in the echo C API testAmaury Sechet1-73/+77
2016-02-09Add icmp and conditional branches in the C API echo test.Amaury Sechet1-2/+20
2016-02-09Add C binding for AllocaInst::getAllocatedTypeAmaury Sechet1-1/+2
2016-02-09Improve the C API echo test tool to emit basic block is the right order.Amaury Sechet1-214/+260
2016-02-05Prefix external symbols in llvm-c-test.Benjamin Kramer10-46/+46
2016-02-05Add various binary operations in the LLVM C API echo testAmaury Sechet1-0/+72
2016-02-05Add Support to llvm-c-test dependanciesAmaury Sechet1-0/+1
2016-02-04Improve testing for the C APIAmaury Sechet8-6/+488
2016-01-26Remove autoconf supportChris Bieneman1-29/+0
2015-12-18Deprecate a few C APIs.Rafael Espindola3-13/+38
2015-12-18Add a test for LLVMGetBitcodeModule.Rafael Espindola3-10/+25
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher1-0/+1
2015-01-28Fix build breakage caused by memory leaks in llvm-c-testBjorn Steinbrink1-0/+4
2015-01-28Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodesBjorn Steinbrink4-0/+48
2014-12-18Have llvm-c-test only use libLLVM if libLLVM has all the right components.Chris Bieneman1-3/+21
2014-11-10[CMake] llvm-c-test: Use libLLVM.so if it is available.NAKAMURA Takumi1-0/+9
2014-09-30Extend C disassembler API to allow specifying target featuresBradley Smith1-7/+13
2014-04-21Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola1-3/+2
2014-01-08Use -std=gnu99 in tools/llvm-c-test/CMakeLists.txtRafael Espindola1-1/+1
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi1-1/+8
2013-10-25llvm-c-test: Don't leak memory buffers.Benjamin Kramer1-0/+2
2013-10-23llvm-c-test: Make them C89-compliant.NAKAMURA Takumi5-15/+29
2013-10-23Add llvm-c-test tool for testing llvm-cAnders Waldenborg11-0/+682