summaryrefslogtreecommitdiff
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* Go binding: Add methods for missing PassManagerBuilder C APIsAndrew Wilkins2017-02-171-0/+20
* Fix go bindings after r289702 (hopefully, don't really know how to buildDaniel Jasper2016-12-151-2/+2
* Fix go binding to adapt the new attribute APIAmaury Sechet2016-11-182-0/+193
* [OCaml] Adapt to the new attribute C API.whitequark2016-11-123-226/+279
* Remove Go Attribute type that was deleted from the C API in r286062.David L. Jones2016-11-071-1/+0
* Also delete the go side of the bindings deleted in r286085/r286086.Daniel Jasper2016-11-063-180/+0
* Delete one more function that needs to go after r286062.Daniel Jasper2016-11-062-8/+0
* Remove functions from go bindings that have been deleted in r286062.Daniel Jasper2016-11-062-24/+0
* [Go bindings] Update for r284678 API changes.Benjamin Kramer2016-10-203-21/+18
* DebugInfo: change alignment type from uint64_t to uint32_t to save space.Victor Leschuk2016-10-183-24/+24
* cmake: Install the OCaml libraries into a more correct pathMichal Gorny2016-09-304-4/+4
* Formatting with clang-format patch r280700Leny Kholodov2016-09-061-10/+8
* Fix for Bindings/Go/go.test after patch r280700Leny Kholodov2016-09-061-6/+10
* [CMake] [OCaml] Allow building OCaml bindings out of tree.Peter Zotov2016-09-051-0/+29
* [OCaml] Add functions for accessing metadata nodes.Peter Zotov2016-06-223-0/+17
* Remove the ScalarReplAggregates passDavid Majnemer2016-06-151-3/+3
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-1/+1
* [OCaml] Expose the LLVM diagnostic handlerJeroen Ketema2016-04-103-1/+93
* [OCaml] Use LLVMCreateMessage with constant strings when calling llvm_raiseJeroen Ketema2016-04-014-4/+7
* [OCaml] Reinstate data_layoutJeroen Ketema2016-04-013-0/+11
* Silence warnings in OCaml bindingsJeroen Ketema2016-03-315-16/+3
* bindings/go: reinstate TargetMachine.TargetDataAndrew Wilkins2016-03-151-0/+7
* Kill LLVMAddTargetDataAmaury Sechet2016-02-162-8/+0
* Remove LLVMGetTargetMachineData leftovers.Benjamin Kramer2016-02-123-24/+0
* Remove LLVMGetTargetMachineData in go-binding.Haojian Wu2016-02-121-5/+0
* Remove autoconf supportChris Bieneman2016-01-2620-960/+0
* Deprecate a few C APIs.Rafael Espindola2015-12-183-12/+9
* Reorganize the C API headers to improve build times.Eric Christopher2015-12-185-0/+5
* Change linkInModule to take a std::unique_ptr.Rafael Espindola2015-12-164-13/+9
* Fix `llvm-config` to adapt to the install environment.Richard Diamond2015-11-091-0/+2
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-056-5/+12
* [OCaml] Expose Llvm.{set_,}unnamed_addr.Peter Zotov2015-10-213-0/+23
* Remove DIFile from createSubroutineType.Eric Christopher2015-10-151-2/+1
* [bindings] Update Go bindings to DIBuilderAndrew Wilkins2015-09-063-22/+59
* [PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth2015-08-181-4/+0
* Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...Richard Diamond2015-08-051-2/+0
* DI: Rewrite the DIBuilder local variable APIDuncan P. N. Exon Smith2015-07-311-4/+9
* Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien2015-07-271-0/+2
* Revert "Update LLVM bindings after r239940. ..."Reid Kleckner2015-07-162-2/+2
* Expose setPersonalityFn to GoAndrew Wilkins2015-07-151-2/+5
* Remove getRelocationAddress.Rafael Espindola2015-07-061-11/+0
* [OCaml] Bump ctypes dependency to 0.4.Peter Zotov2015-06-271-5/+5
* Update LLVM bindings after r239940. Apparently these aren't included inDaniel Jasper2015-06-182-2/+2
* Add safestack attribute to LLVMAttribute enum and Go bindings. CorrectPeter Collingbourne2015-06-152-0/+4
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-29/+29
* DebugInfo: Remove DIArray and DITypeArray typedefsDuncan P. N. Exon Smith2015-04-211-5/+5
* DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith2015-04-211-7/+4
* DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith2015-04-201-14/+10
* DebugInfo: Delete old subclasses of DITypeDuncan P. N. Exon Smith2015-04-201-25/+17
* DebugInfo: Remove DIDescriptor from the DIBuilder APIDuncan P. N. Exon Smith2015-04-161-20/+16