summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-c-test
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for memory operations (load/store/gep) in C API echo testAmaury Sechet2016-02-171-0/+25
* Make sure functions are generated even there is no global in the C API echo testAmaury Sechet2016-02-171-6/+10
* Add support for global variables in the C API echo testAmaury Sechet2016-02-171-32/+138
* Make sure the functions' range is empty before going through it in the LLVM C...Amaury Sechet2016-02-161-0/+5
* Do some refactoring in constant generation in the C API echo test. NFCAmaury Sechet2016-02-161-8/+10
* Generate functions in 2 steps in the C API echo test. NFCAmaury Sechet2016-02-161-6/+32
* Restore the capability to manipulate datalayout from the C APIAmaury Sechet2016-02-161-0/+6
* Use report_fatal_error more consistently in the C API echo testAmaury Sechet2016-02-141-73/+33
* Get constant cloning out of CloneValue so it can be used when creating globals.Amaury Sechet2016-02-141-40/+47
* Move clone_params aroundAmaury Sechet2016-02-141-78/+76
* Add support for phi nodes in the LLVM C API testAmaury Sechet2016-02-111-18/+37
* Add support for struct in C API testAmaury Sechet2016-02-101-77/+125
* Add binding for counting argument and find called value of call and invoke in...Amaury Sechet2016-02-101-2/+2
* Split clone value and instruction in the echo C API testAmaury Sechet2016-02-091-73/+77
* Add icmp and conditional branches in the C API echo test.Amaury Sechet2016-02-091-2/+20
* Add C binding for AllocaInst::getAllocatedTypeAmaury Sechet2016-02-091-1/+2
* Improve the C API echo test tool to emit basic block is the right order.Amaury Sechet2016-02-091-214/+260
* Prefix external symbols in llvm-c-test.Benjamin Kramer2016-02-0510-46/+46
* Add various binary operations in the LLVM C API echo testAmaury Sechet2016-02-051-0/+72
* Add Support to llvm-c-test dependanciesAmaury Sechet2016-02-051-0/+1
* Improve testing for the C APIAmaury Sechet2016-02-048-6/+488
* Remove autoconf supportChris Bieneman2016-01-261-29/+0
* Deprecate a few C APIs.Rafael Espindola2015-12-183-13/+38
* Add a test for LLVMGetBitcodeModule.Rafael Espindola2015-12-183-10/+25
* Reorganize the C API headers to improve build times.Eric Christopher2015-12-181-0/+1
* Fix build breakage caused by memory leaks in llvm-c-testBjorn Steinbrink2015-01-281-0/+4
* Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodesBjorn Steinbrink2015-01-284-0/+48
* Have llvm-c-test only use libLLVM if libLLVM has all the right components.Chris Bieneman2014-12-181-3/+21
* [CMake] llvm-c-test: Use libLLVM.so if it is available.NAKAMURA Takumi2014-11-101-0/+9
* Extend C disassembler API to allow specifying target featuresBradley Smith2014-09-301-7/+13
* Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola2014-04-211-3/+2
* Use -std=gnu99 in tools/llvm-c-test/CMakeLists.txtRafael Espindola2014-01-081-1/+1
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-1/+8
* llvm-c-test: Don't leak memory buffers.Benjamin Kramer2013-10-251-0/+2
* llvm-c-test: Make them C89-compliant.NAKAMURA Takumi2013-10-235-15/+29
* Add llvm-c-test tool for testing llvm-cAnders Waldenborg2013-10-2311-0/+682
OpenPOWER on IntegriCloud