summaryrefslogtreecommitdiffstats
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* Merging r325946:Hans Wennborg2018-02-261-0/+8
* [bindings/go] fix vet errorsAndrew Wilkins2017-12-281-2/+2
* Update go bindings to use new functions from rL317135.Sam McCall2017-11-023-35/+14
* Revert "Remove some of the go specific C bindings for debug info now that the...Eric Christopher2017-11-022-0/+29
* Fix for go bindings header to match previous commit.Eric Christopher2017-11-021-10/+0
* Remove some of the go specific C bindings for debug info now that they've bee...Eric Christopher2017-11-021-19/+0
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* Update the Go bindings for r309426 (remove offset from llvm.dbg.value)Adrian Prantl2017-07-283-6/+5
* [OCaml] Fix undefined reference to LLVMDumpType() with NDEBUGMichal Gorny2017-07-273-0/+11
* [NFC] Remove multiple semicolonsMandeep Singh Grang2017-06-281-1/+1
* [Go] Subtypes functionAndrew Wilkins2017-06-082-0/+32
* [LLVM-C] [OCaml] Expose Type::subtypes.whitequark2017-06-053-0/+19
* [go bindings] Rmove duplicated conversion function definitions after r300843.Benjamin Kramer2017-04-201-2/+0
* Introducing LLVMMetadataRefAmaury Sechet2017-04-171-11/+0
* Go binding: Add GetCurrentDebugLocation to obtain debug location from builderAndrew Wilkins2017-03-314-0/+74
* [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov2017-03-081-1/+2
* 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