[CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR shared object name not compatible...
[oota-llvm.git] / bindings /
2015-10-21 Peter Zotov[OCaml] Expose Llvm.{set_,}unnamed_addr.
2015-10-15 Eric ChristopherRemove DIFile from createSubroutineType.
2015-09-06 Andrew Wilkins[bindings] Update Go bindings to DIBuilder
2015-08-18 Chandler Carruth[PM/AA] Remove the last relics of the separate IPA...
2015-08-05 Richard DiamondRevert "Fix `llvm-config` to emit the linker flag for...
2015-07-31 Duncan P. N. Exon... DI: Rewrite the DIBuilder local variable API
2015-07-27 JF BastienFix `llvm-config` to emit the linker flag for the combi...
2015-07-16 Reid KlecknerRevert "Update LLVM bindings after r239940. ..."
2015-07-15 Andrew WilkinsExpose setPersonalityFn to Go
2015-07-06 Rafael EspindolaRemove getRelocationAddress.
2015-06-27 Peter Zotov[OCaml] Bump ctypes dependency to 0.4.
2015-06-18 Daniel JasperUpdate LLVM bindings after r239940. Apparently these...
2015-06-15 Peter CollingbourneAdd safestack attribute to LLVMAttribute enum and Go...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-21 Duncan P. N. Exon... DebugInfo: Remove DIArray and DITypeArray typedefs
2015-04-21 Duncan P. N. Exon... DebugInfo: Drop rest of DIDescriptor subclasses
2015-04-20 Duncan P. N. Exon... DebugInfo: Delete subclasses of DIScope
2015-04-20 Duncan P. N. Exon... DebugInfo: Delete old subclasses of DIType
2015-04-16 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor from the DIBuilder API
2015-04-15 Duncan P. N. Exon... DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
2015-04-08 Peter CollingbourneGo bindings: make various DIBuilder arguments optional.
2015-04-07 Duncan P. N. Exon... IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
2015-04-07 Duncan P. N. Exon... bindings/go: Stop using DIDescriptor::is*() and auto...
2015-03-05 Peter CollingbourneGo bindings: use MDNode::replaceAllUsesWith instead...
2015-03-02 Juergen RibutzkaRestore LLVMLinkModules C API until it is properly...
2015-03-02 Andrew Wilkinsbindings/go: expose DIBuilder::createReplaceableComposi...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-13 Chandler CarruthRe-sort the #include lines in bindings and examples...
2015-02-06 Peter Zotov[OCaml] Add Llvm.build_empty_phi.
2015-02-04 Alexey SamsonovSpecialCaseList: Add support for parsing multiple input...
2015-01-19 Duncan P. N. Exon... IR: Return unique_ptr from MDNode::getTemporary()
2015-01-19 Duncan P. N. Exon... IR: Remove MDNodeFwdDecl
2015-01-13 Peter Zotov[OCaml] Allow out-of-tree builds of LLVM bindings.
2015-01-13 Peter Zotov[OCaml] Use $CAMLORIGIN, an rpath-$ORIGIN-like mechanis...
2014-12-30 Peter Zotov[OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LI...
2014-12-24 Peter Zotov[OCaml] Expose Llvm_executionengine.get_{global_value...
2014-12-23 Rafael EspindolaFinish removing DestroySource.
2014-12-23 Peter Zotov[OCaml] PR22014: OCaml bindings didn't link to libLLVM...
2014-12-13 Peter CollingbourneGo bindings: introduce Value.ConstantAsMetadata.
2014-12-13 Peter CollingbourneGo bindings: introduce llvm.TemporaryMDNode.
2014-12-13 Peter CollingbourneGo bindings: introduce Metadata.ReplaceAllUsesWith.
2014-12-13 Peter CollingbourneGo bindings: expose the Metadata type.
2014-12-13 Peter CollingbourneGo bindings: remove contextless metadata bindings.
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-02 Eric ChristopherAdd bindings for the rest of the MCJIT options that...
2014-12-02 Peter Zotov[OCaml] Add Llvm.mdnull.
2014-12-01 Peter Zotov[OCaml] Move Llvm.clone_module to its own Llvm_transfor...
2014-12-01 Peter Zotov[OCaml] [cmake] Add CMake buildsystem for OCaml.
2014-11-26 Eric ChristopherReformat with gofmt.
2014-11-26 Eric ChristopherMake SetMCJITOptimizationLevel more of a method and...
2014-11-26 Eric ChristopherMake sure that the go bindings call LLVMInitializeMCJIT...
2014-11-25 Peter CollingbourneGo bindings: add DIBuilder.InsertValueAtEnd
2014-11-19 Peter CollingbourneExpose LLVM version string via macro in llvm-config...
2014-11-03 Peter Zotov[OCaml] Fix mismatched CAMLparam/CAMLreturn.
2014-11-03 Peter Zotov[OCaml] Add -g on DEBUG_SYMBOLS=1, not ENABLE_OPTIMIZED.
2014-11-03 Peter Zotov[OCaml] Don't use deprecated non-caml_namespaced functions.
2014-11-03 Peter Zotov[OCaml] Initialize local roots prior to raising.
2014-11-03 Peter Zotov[OCaml] Core package should depend on LLVMTransformUtil...
2014-11-03 Peter Zotov[OCaml] Fix ocamlc -custom builds when configured as...
2014-11-03 Peter Zotov[OCaml] Avoid embedding absolute paths into executables.
2014-11-03 Peter Zotov[OCaml] Don't build stub libraries twice.
2014-11-03 Peter Zotov[OCaml] META: remove exists_if(toplevel).
2014-11-03 Peter Zotov[OCaml] ExecutionEngine package should not depend on...
2014-10-31 Peter Zotov[OCaml] Ensure consistent naming.
2014-10-31 Peter Zotov[OCaml] Rework Llvm_executionengine using ctypes.
2014-10-30 Peter Zotov[OCaml] Expose LLVMCloneModule.
2014-10-30 Peter Zotov[OCaml] Expose LLVM{Get,Set}DLLStorageClass.
2014-10-30 Peter Zotov[OCaml] [autoconf] Migrate to ocamlfind.
2014-10-30 Peter Zotov[OCaml] De-duplicate llvm_raise and llvm_string_of_message.
2014-10-29 Peter Zotov[OCaml] Expose Llvm.parse_command_line_options.
2014-10-29 Peter Zotov[OCaml] Expose Llvm_target.TargetMachine.add_analysis_p...
2014-10-29 Peter Zotov[OCaml] If compiled without --enable-shared, hide packa...
2014-10-29 Peter Zotov[OCaml] Expose Llvm_bitwriter.write_bitcode_to_memory_b...
2014-10-29 Peter Zotov[OCaml] Drop support for 3.12.1 and earlier.
2014-10-29 Peter Zotov[OCaml] Synchronize transformations with LLVM-C.
2014-10-28 Peter Zotov[OCaml] PR19859: Add functions to query and modify...
2014-10-28 Peter Zotov[OCaml] PR19859: Add Llvm.{fcmp_predicate,float_of_const}.
2014-10-28 Peter Zotov[OCaml] Enable -g for debug builds.
2014-10-28 Peter Zotov[OCaml] Fix whitespace.
2014-10-26 Peter Zotov[OCaml] Expose existing documentation in ocamldoc.
2014-10-25 Peter Zotov[OCaml] Unbreak Llvm_executionengine.initialize_native_...
2014-10-25 Peter Zotov[OCaml] Expose Llvm_executionengine.ExecutionEngine...
2014-10-23 Peter CollingbourneAdd llvm-go tool.
2014-10-22 Peter CollingbourneGo: add binding for LLVMSetUnnamedAddr.
2014-10-22 Peter Zotov[OCaml] Fix a typo in documentation.
2014-10-17 Peter CollingbourneFix bashism in build.sh.
2014-10-17 Peter Zotov[OCaml] Add Llvm.instr_clone.
2014-10-16 Peter CollingbourneInitial version of Go bindings.
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-12 Peter Zotov[OCaml] Expose Llvm.get_operand_use.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaFix the ocaml bindings.
2014-08-03 Peter Zotov[OCaml] Add Llvm.{string_of_const,const_element}.
2014-07-22 Peter Zotov[OCaml] Don't truncate constants over 32 bits in Llvm...
2014-07-18 Gerolf HoflehnerMergedLoadStoreMotion pass
2014-07-02 Peter Zotov[OCaml] Documentation improvements.
2014-06-30 Peter Zotov[OCaml] Documentation improvements.
2014-06-09 Peter Zotov[OCaml] Unbreak Llvm_target.TargetMachine.set_verbose_asm
2014-06-07 Peter Zotov[OCaml] Commit missing parts of r210395
2014-06-07 Peter Zotov[OCaml] Introduce an llmdkind abstract type.
next