aboutsummaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)Author
2014-04-25[python] Fix getting section contents.Anders Waldenborg
2014-04-23[python] Fix python bindings testsAnders Waldenborg
2014-04-21Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola
2014-02-23[python-bindings] Remove some cruft that snuck in.Michael Gottesman
2014-02-22[python-bindings] Added OpCode like support for all enumerations with unittests.Michael Gottesman
2013-12-20Makefile.ocaml: Tweak to use --system-libs.NAKAMURA Takumi
2013-12-20Fix documentation typosAlp Toker
2013-11-28[OCaml] Add a slash accidentally omitted from MakefilePeter Zotov
2013-11-27[OCaml] Embed rpath into stub libraries and native executablesPeter Zotov
2013-11-26[OCaml] Embed the flags necessary for linking with libLLVM.so into .cmxa filesPeter Zotov
2013-11-21[OCaml] Unbreak make install by providing ocamldoc targetPeter Zotov
2013-11-17python: Fix check for disasm creation failureAnders Waldenborg
2013-11-17python: Properly initialize before trying to create disasmAnders Waldenborg
2013-11-15[OCaml] Add Target and TargetMachine bindings to Llvm_targetPeter Zotov
2013-11-15[OCaml] Refactor Llvm_target interfacePeter Zotov
2013-11-15[OCaml] Fix building of stub librariesPeter Zotov
2013-11-14[OCaml] Build stub OCaml libraries for all configured targetsPeter Zotov
2013-11-14[OCaml] Expose LLVM's fatal error and stacktrace APIsPeter Zotov
2013-11-12[OCaml] Dynamically link LLVM on --enable-shared buildsPeter Zotov
2013-11-12[OCaml] Fix a typoPeter Zotov
2013-11-11[OCaml] Add missing Llvm_target functionsPeter Zotov
2013-11-11[OCaml] Accept context explicitly in Llvm_target functionsPeter Zotov
2013-11-11[OCaml] Make Llvm_target.DataLayout.t automatically managedPeter Zotov
2013-11-06[OCaml] Impement Llvm_irreader, bindings to LLVM assembly parserPeter Zotov
2013-11-06[OCaml] Implement Llvm.string_of_llvaluePeter Zotov
2013-11-05[OCaml] (PR16190) Add ValueKinds for ConstantDataSequential and subclassesPeter Zotov
2013-11-05[OCaml] (PR16318) Add missing argument to Llvm.const_intcastPeter Zotov
2013-11-05[OCaml] (PR11717) Make declare_qualified_global respect address argumentPeter Zotov
2013-11-05[OCaml] Properly tag the custom operations of Llvm.llbuilderPeter Zotov
2013-11-05[OCaml] Llvm_linker: do not use external in module interfacePeter Zotov
2013-11-04[OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilderPeter Zotov
2013-11-04[OCaml] DocumentationPeter Zotov
2013-11-04[OCaml] Implement missing LLVMCore APIsPeter Zotov
2013-11-04[OCaml] FormattingPeter Zotov
2013-11-03[OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}Peter Zotov
2013-11-03[OCaml] Fix ABI incompatibilityPeter Zotov
2013-11-03[OCaml] Implement Llvm_linker, bindings for the IR linkerPeter Zotov
2013-11-03[OCaml] Implement Llvm_vectorize bindingsPeter Zotov
2013-11-03[OCaml] Llvm_target: fix typo (Int_val instead of Int64_val)Peter Zotov
2013-11-03[OCaml] Llvm_scalar_opts: add missing transformsPeter Zotov
2013-11-03[OCaml] Llvm_ipo: add missing transformsPeter Zotov
2013-11-01OCaml bindings: fix typoSylvestre Ledru
2013-11-01OCaml bindings: remove unused DONT_BUILD_RELINKED from MakefilesSylvestre Ledru
2013-11-01OCaml bindings: fix typoSylvestre Ledru
2013-11-01OCaml bindings: fix typo in documentationSylvestre Ledru
2013-11-01OCaml bindings: formattingSylvestre Ledru
2013-09-11[python-bindings] Added support for getting/setting operands of values and ge...Michael Gottesman
2013-09-11[python-bindings] Added support for iterating over a basic blocks instruction...Michael Gottesman
2013-09-11[python-bindings] Added support for iterating over a function's basic blocks,...Michael Gottesman
2013-09-11[python-bindings] Added support for getting a module's functions, iterating f...Michael Gottesman