aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-c-test/echo.cpp
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 Ketema1-1/+1
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 Smith1-22/+5
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko1-5/+22
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 Kramer1-2/+2
2016-02-05Add various binary operations in the LLVM C API echo testAmaury Sechet1-0/+72
2016-02-04Improve testing for the C APIAmaury Sechet1-0/+468