summaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)Author
2016-06-22[OCaml] Add functions for accessing metadata nodes.Peter Zotov
2016-06-15Remove the ScalarReplAggregates passDavid Majnemer
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-04-10[OCaml] Expose the LLVM diagnostic handlerJeroen Ketema
2016-04-01[OCaml] Use LLVMCreateMessage with constant strings when calling llvm_raiseJeroen Ketema
2016-04-01[OCaml] Reinstate data_layoutJeroen Ketema
2016-03-31Silence warnings in OCaml bindingsJeroen Ketema
2016-03-15bindings/go: reinstate TargetMachine.TargetDataAndrew Wilkins
2016-02-16Kill LLVMAddTargetDataAmaury Sechet
2016-02-12Remove LLVMGetTargetMachineData leftovers.Benjamin Kramer
2016-02-12Remove LLVMGetTargetMachineData in go-binding.Haojian Wu
2016-01-26Remove autoconf supportChris Bieneman
2015-12-18Deprecate a few C APIs.Rafael Espindola
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola
2015-11-09Fix `llvm-config` to adapt to the install environment.Richard Diamond
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne
2015-10-21[OCaml] Expose Llvm.{set_,}unnamed_addr.Peter Zotov
2015-10-15Remove DIFile from createSubroutineType.Eric Christopher
2015-09-06[bindings] Update Go bindings to DIBuilderAndrew Wilkins
2015-08-18[PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth
2015-08-05Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...Richard Diamond
2015-07-31DI: Rewrite the DIBuilder local variable APIDuncan P. N. Exon Smith
2015-07-27Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien
2015-07-16Revert "Update LLVM bindings after r239940. ..."Reid Kleckner
2015-07-15Expose setPersonalityFn to GoAndrew Wilkins
2015-07-06Remove getRelocationAddress.Rafael Espindola
2015-06-27[OCaml] Bump ctypes dependency to 0.4.Peter Zotov
2015-06-18Update LLVM bindings after r239940. Apparently these aren't included inDaniel Jasper
2015-06-15Add safestack attribute to LLVMAttribute enum and Go bindings. CorrectPeter Collingbourne
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-21DebugInfo: Remove DIArray and DITypeArray typedefsDuncan P. N. Exon Smith
2015-04-21DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith
2015-04-20DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith
2015-04-20DebugInfo: Delete old subclasses of DITypeDuncan P. N. Exon Smith
2015-04-16DebugInfo: Remove DIDescriptor from the DIBuilder APIDuncan P. N. Exon Smith
2015-04-15DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()Duncan P. N. Exon Smith
2015-04-08Go bindings: make various DIBuilder arguments optional.Peter Collingbourne
2015-04-07IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()Duncan P. N. Exon Smith
2015-04-07bindings/go: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith
2015-03-05Go bindings: use MDNode::replaceAllUsesWith instead of MDTuple::replaceAllUse...Peter Collingbourne
2015-03-02Restore LLVMLinkModules C API until it is properly deprecated.Juergen Ributzka
2015-03-02bindings/go: expose DIBuilder::createReplaceableCompositeTypeAndrew Wilkins
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth
2015-02-13Re-sort the #include lines in bindings and examples which I managed toChandler Carruth
2015-02-06[OCaml] Add Llvm.build_empty_phi.Peter Zotov
2015-02-04SpecialCaseList: Add support for parsing multiple input files.Alexey Samsonov
2015-01-19IR: Return unique_ptr from MDNode::getTemporary()Duncan P. N. Exon Smith
2015-01-19IR: Remove MDNodeFwdDeclDuncan P. N. Exon Smith
2015-01-13[OCaml] Allow out-of-tree builds of LLVM bindings.Peter Zotov