summaryrefslogtreecommitdiff
path: root/tools/llvm-c-test/echo.cpp
AgeCommit message (Expand)Author
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-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-04Improve testing for the C APIAmaury Sechet