summaryrefslogtreecommitdiff
path: root/bindings
Commit message (Expand)AuthorAge
* Merging r195912:Bill Wendling2013-12-02
* Merging r195834:Bill Wendling2013-11-27
* Merging r195782:Bill Wendling2013-11-27
* [OCaml] Unbreak make install by providing ocamldoc targetSylvestre Ledru2013-11-21
* python: Fix check for disasm creation failureAnders Waldenborg2013-11-17
* python: Properly initialize before trying to create disasmAnders Waldenborg2013-11-17
* [OCaml] Add Target and TargetMachine bindings to Llvm_targetPeter Zotov2013-11-15
* [OCaml] Refactor Llvm_target interfacePeter Zotov2013-11-15
* [OCaml] Fix building of stub librariesPeter Zotov2013-11-15
* [OCaml] Build stub OCaml libraries for all configured targetsPeter Zotov2013-11-14
* [OCaml] Expose LLVM's fatal error and stacktrace APIsPeter Zotov2013-11-14
* [OCaml] Dynamically link LLVM on --enable-shared buildsPeter Zotov2013-11-12
* [OCaml] Fix a typoPeter Zotov2013-11-12
* [OCaml] Add missing Llvm_target functionsPeter Zotov2013-11-11
* [OCaml] Accept context explicitly in Llvm_target functionsPeter Zotov2013-11-11
* [OCaml] Make Llvm_target.DataLayout.t automatically managedPeter Zotov2013-11-11
* [OCaml] Impement Llvm_irreader, bindings to LLVM assembly parserPeter Zotov2013-11-06
* [OCaml] Implement Llvm.string_of_llvaluePeter Zotov2013-11-06
* [OCaml] (PR16190) Add ValueKinds for ConstantDataSequential and subclassesPeter Zotov2013-11-05
* [OCaml] (PR16318) Add missing argument to Llvm.const_intcastPeter Zotov2013-11-05
* [OCaml] (PR11717) Make declare_qualified_global respect address argumentPeter Zotov2013-11-05
* [OCaml] Properly tag the custom operations of Llvm.llbuilderPeter Zotov2013-11-05
* [OCaml] Llvm_linker: do not use external in module interfacePeter Zotov2013-11-05
* [OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilderPeter Zotov2013-11-04
* [OCaml] DocumentationPeter Zotov2013-11-04
* [OCaml] Implement missing LLVMCore APIsPeter Zotov2013-11-04
* [OCaml] FormattingPeter Zotov2013-11-04
* [OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}Peter Zotov2013-11-03
* [OCaml] Fix ABI incompatibilityPeter Zotov2013-11-03
* [OCaml] Implement Llvm_linker, bindings for the IR linkerPeter Zotov2013-11-03
* [OCaml] Implement Llvm_vectorize bindingsPeter Zotov2013-11-03
* [OCaml] Llvm_target: fix typo (Int_val instead of Int64_val)Peter Zotov2013-11-03
* [OCaml] Llvm_scalar_opts: add missing transformsPeter Zotov2013-11-03
* [OCaml] Llvm_ipo: add missing transformsPeter Zotov2013-11-03
* OCaml bindings: fix typoSylvestre Ledru2013-11-01
* OCaml bindings: remove unused DONT_BUILD_RELINKED from MakefilesSylvestre Ledru2013-11-01
* OCaml bindings: fix typoSylvestre Ledru2013-11-01
* OCaml bindings: fix typo in documentationSylvestre Ledru2013-11-01
* OCaml bindings: formattingSylvestre Ledru2013-11-01
* [python-bindings] Added support for getting/setting operands of values and ge...Michael Gottesman2013-09-11
* [python-bindings] Added support for iterating over a basic blocks instruction...Michael Gottesman2013-09-11
* [python-bindings] Added support for iterating over a function's basic blocks,...Michael Gottesman2013-09-11
* [python-bindings] Added support for getting a module's functions, iterating f...Michael Gottesman2013-09-11
* [python-bindings] Export OpCode from core.py.Michael Gottesman2013-09-11
* [python-bindings] Added test for reading a module from bitcode.Michael Gottesman2013-09-11
* [python-bindings] Fixed 3 test failures caused by typos.Michael Gottesman2013-09-11
* Fixed typo.Michael Gottesman2013-09-11
* [python-bindings] Added code for loading a module from bitcode, getset its da...Michael Gottesman2013-09-11
* [python-bindings] Added bindings for LLVMContextRef and a test for creating a...Michael Gottesman2013-09-11
* [python-bindings] Implemented the PassRegistry class and the calls to initial...Michael Gottesman2013-09-11