summaryrefslogtreecommitdiffstats
path: root/test/Bindings
Commit message (Expand)AuthorAgeFilesLines
* [LLVM-C] Expose functions to create debug locations via DIBuilder.whitequark2017-11-011-0/+8
* [llvm] Get rid of "%T" expansionsKuba Mracek2017-08-1515-79/+79
* [LLVM-C] [OCaml] Expose Type::subtypes.whitequark2017-06-051-0/+11
* [cmake] Canonicalize CMake booleans to 0/1 for lit interopMichal Gorny2017-01-062-2/+2
* [C API] Prevent nullptr dereferences in C API for counting attributes.Amaury Sechet2016-11-152-0/+19
* [OCaml] Adapt to the new attribute C API.whitequark2016-11-121-16/+74
* Add writeonly IR attributeNicolai Haehnle2016-07-042-2/+2
* [OCaml] Add functions for accessing metadata nodes.Peter Zotov2016-06-221-0/+1
* Add support for callsite in the new C API for attributesAmaury Sechet2016-06-151-5/+5
* Make sure we have a Add/Remove/Has function for various thing that can have a...Amaury Sechet2016-06-121-4/+5
* [OCaml] Update core test and re-enable testingJeroen Ketema2016-05-102-32/+7
* [OCaml] Expose the LLVM diagnostic handlerJeroen Ketema2016-04-104-1/+60
* [llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}Jeroen Ketema2016-04-082-0/+8
* [OCaml] Reinstate data_layoutJeroen Ketema2016-04-011-0/+1
* Silence warnings in OCaml bindingsJeroen Ketema2016-03-311-4/+1
* Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API.Mehdi Amini2016-03-191-0/+10
* Add echo test for constant data arrays in the LLVM C APIAmaury Sechet2016-03-131-0/+2
* Add support for invoke/landingpad/resume in C API testAmaury Sechet2016-02-181-0/+82
* Add support for memory operations (load/store/gep) in C API echo testAmaury Sechet2016-02-171-0/+37
* Add support for global variables in the C API echo testAmaury Sechet2016-02-171-0/+9
* Make sure the functions' range is empty before going through it in the LLVM C...Amaury Sechet2016-02-161-0/+3
* Restore the capability to manipulate datalayout from the C APIAmaury Sechet2016-02-161-0/+3
* Remove LLVMGetTargetMachineData leftovers.Benjamin Kramer2016-02-121-1/+0
* Add support for phi nodes in the LLVM C API testAmaury Sechet2016-02-111-0/+16
* Add support for struct in C API testAmaury Sechet2016-02-101-1/+11
* Add icmp and conditional branches in the C API echo test.Amaury Sechet2016-02-091-2/+32
* Improve the C API echo test tool to emit basic block is the right order.Amaury Sechet2016-02-091-0/+8
* Make the OCaml tests temporarily unsupported until they can be updated.Eric Christopher2016-02-051-0/+3
* Fix echo.ll test failing due to DOS line endingsReid Kleckner2016-02-051-1/+1
* Add various binary operations in the LLVM C API echo testAmaury Sechet2016-02-051-3/+15
* Improve testing for the C APIAmaury Sechet2016-02-041-0/+32
* Deprecate a few C APIs.Rafael Espindola2015-12-181-0/+6
* Fix error handling in LLVMGetBitcodeModuleInContext.Rafael Espindola2015-12-181-0/+1
* Add a test for LLVMGetBitcodeModule.Rafael Espindola2015-12-181-1/+10
* Change linkInModule to take a std::unique_ptr.Rafael Espindola2015-12-161-6/+4
* Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj2015-12-162-1/+1
* Disable Go bindings test with MSan, it has tons of linker errorsReid Kleckner2015-11-191-1/+1
* Add a new attribute: norecurseJames Molloy2015-11-062-1/+1
* Add a way to skip the Go bindings tests even when Go is configured inChandler Carruth2015-09-101-0/+3
* [OCaml] Do not use -warn-error in tests.Peter Zotov2015-07-1714-28/+28
* test: Move target dependent test in their own folder for c API testJustin Bogner2015-06-234-24/+25
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-1/+1
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-031-1/+1
* [OCaml] Add Llvm.build_empty_phi.Peter Zotov2015-02-061-0/+9
* Propagate a better error message to the C api.Rafael Espindola2015-02-031-1/+1
* Use a non-fatal diag handler in the C API. FIxes PR22368.Rafael Espindola2015-02-032-0/+3
* Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodesBjorn Steinbrink2015-01-282-0/+4
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-141-1/+1
* Disable Go bindings test under UBSan.Alexey Samsonov2015-01-091-1/+1
* [OCaml] Fix bitrot in tests.Peter Zotov2014-12-301-2/+2