aboutsummaryrefslogtreecommitdiff
path: root/llvm/bindings
AgeCommit message (Expand)AuthorFilesLines
2017-07-31Merging r309321:Hans Wennborg3-0/+11
2017-06-28[NFC] Remove multiple semicolonsMandeep Singh Grang1-1/+1
2017-06-08[Go] Subtypes functionAndrew Wilkins2-0/+32
2017-06-05[LLVM-C] [OCaml] Expose Type::subtypes.whitequark3-0/+19
2017-04-20[go bindings] Rmove duplicated conversion function definitions after r300843.Benjamin Kramer1-2/+0
2017-04-17Introducing LLVMMetadataRefAmaury Sechet1-11/+0
2017-03-31Go binding: Add GetCurrentDebugLocation to obtain debug location from builderAndrew Wilkins4-0/+74
2017-03-08[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov1-1/+2
2017-02-17Go binding: Add methods for missing PassManagerBuilder C APIsAndrew Wilkins1-0/+20
2016-12-15Fix go bindings after r289702 (hopefully, don't really know how to buildDaniel Jasper1-2/+2
2016-11-18Fix go binding to adapt the new attribute APIAmaury Sechet2-0/+193
2016-11-12[OCaml] Adapt to the new attribute C API.whitequark3-226/+279
2016-11-07Remove Go Attribute type that was deleted from the C API in r286062.David L. Jones1-1/+0
2016-11-06Also delete the go side of the bindings deleted in r286085/r286086.Daniel Jasper3-180/+0
2016-11-06Delete one more function that needs to go after r286062.Daniel Jasper2-8/+0
2016-11-06Remove functions from go bindings that have been deleted in r286062.Daniel Jasper2-24/+0
2016-10-20[Go bindings] Update for r284678 API changes.Benjamin Kramer3-21/+18
2016-10-18DebugInfo: change alignment type from uint64_t to uint32_t to save space.Victor Leschuk3-24/+24
2016-09-30cmake: Install the OCaml libraries into a more correct pathMichal Gorny4-4/+4
2016-09-06Formatting with clang-format patch r280700Leny Kholodov1-10/+8
2016-09-06Fix for Bindings/Go/go.test after patch r280700Leny Kholodov1-6/+10
2016-09-05[CMake] [OCaml] Allow building OCaml bindings out of tree.Peter Zotov1-0/+29
2016-06-22[OCaml] Add functions for accessing metadata nodes.Peter Zotov3-0/+17
2016-06-15Remove the ScalarReplAggregates passDavid Majnemer1-3/+3
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-1/+1
2016-04-10[OCaml] Expose the LLVM diagnostic handlerJeroen Ketema3-1/+93
2016-04-01[OCaml] Use LLVMCreateMessage with constant strings when calling llvm_raiseJeroen Ketema4-4/+7
2016-04-01[OCaml] Reinstate data_layoutJeroen Ketema3-0/+11
2016-03-31Silence warnings in OCaml bindingsJeroen Ketema5-16/+3
2016-03-15bindings/go: reinstate TargetMachine.TargetDataAndrew Wilkins1-0/+7
2016-02-16Kill LLVMAddTargetDataAmaury Sechet2-8/+0
2016-02-12Remove LLVMGetTargetMachineData leftovers.Benjamin Kramer3-24/+0
2016-02-12Remove LLVMGetTargetMachineData in go-binding.Haojian Wu1-5/+0
2016-01-26Remove autoconf supportChris Bieneman20-960/+0
2015-12-18Deprecate a few C APIs.Rafael Espindola3-12/+9
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher5-0/+5
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola4-13/+9
2015-11-09Fix `llvm-config` to adapt to the install environment.Richard Diamond1-0/+2
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne6-5/+12
2015-10-21[OCaml] Expose Llvm.{set_,}unnamed_addr.Peter Zotov3-0/+23
2015-10-15Remove DIFile from createSubroutineType.Eric Christopher1-2/+1
2015-09-06[bindings] Update Go bindings to DIBuilderAndrew Wilkins3-22/+59
2015-08-18[PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth1-4/+0
2015-08-05Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...Richard Diamond1-2/+0
2015-07-31DI: Rewrite the DIBuilder local variable APIDuncan P. N. Exon Smith1-4/+9
2015-07-27Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien1-0/+2
2015-07-16Revert "Update LLVM bindings after r239940. ..."Reid Kleckner2-2/+2
2015-07-15Expose setPersonalityFn to GoAndrew Wilkins1-2/+5
2015-07-06Remove getRelocationAddress.Rafael Espindola1-11/+0
2015-06-27[OCaml] Bump ctypes dependency to 0.4.Peter Zotov1-5/+5