summaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)AuthorFilesLines
2013-11-28[OCaml] Add a slash accidentally omitted from MakefilePeter Zotov1-1/+1
2013-11-27[OCaml] Embed rpath into stub libraries and native executablesPeter Zotov1-3/+12
2013-11-26[OCaml] Embed the flags necessary for linking with libLLVM.so into .cmxa filesPeter Zotov1-0/+1
2013-11-21[OCaml] Unbreak make install by providing ocamldoc targetPeter Zotov1-1/+6
2013-11-17python: Fix check for disasm creation failureAnders Waldenborg2-1/+5
2013-11-17python: Properly initialize before trying to create disasmAnders Waldenborg1-0/+26
2013-11-15[OCaml] Add Target and TargetMachine bindings to Llvm_targetPeter Zotov3-1/+464
2013-11-15[OCaml] Refactor Llvm_target interfacePeter Zotov6-180/+186
2013-11-15[OCaml] Fix building of stub librariesPeter Zotov3-8/+8
2013-11-14[OCaml] Build stub OCaml libraries for all configured targetsPeter Zotov6-0/+195
2013-11-14[OCaml] Expose LLVM's fatal error and stacktrace APIsPeter Zotov3-0/+47
2013-11-12[OCaml] Dynamically link LLVM on --enable-shared buildsPeter Zotov1-1/+67
2013-11-12[OCaml] Fix a typoPeter Zotov1-6/+6
2013-11-11[OCaml] Add missing Llvm_target functionsPeter Zotov3-0/+28
2013-11-11[OCaml] Accept context explicitly in Llvm_target functionsPeter Zotov3-5/+7
2013-11-11[OCaml] Make Llvm_target.DataLayout.t automatically managedPeter Zotov5-43/+68
2013-11-06[OCaml] Impement Llvm_irreader, bindings to LLVM assembly parserPeter Zotov6-1/+126
2013-11-06[OCaml] Implement Llvm.string_of_llvaluePeter Zotov3-0/+15
2013-11-05[OCaml] (PR16190) Add ValueKinds for ConstantDataSequential and subclassesPeter Zotov3-0/+8
2013-11-05[OCaml] (PR16318) Add missing argument to Llvm.const_intcastPeter Zotov3-5/+14
2013-11-05[OCaml] (PR11717) Make declare_qualified_global respect address argumentPeter Zotov1-1/+2
2013-11-05[OCaml] Properly tag the custom operations of Llvm.llbuilderPeter Zotov1-1/+1
2013-11-05[OCaml] Llvm_linker: do not use external in module interfacePeter Zotov1-2/+1
2013-11-04[OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilderPeter Zotov6-1/+227
2013-11-04[OCaml] DocumentationPeter Zotov2-7/+19
2013-11-04[OCaml] Implement missing LLVMCore APIsPeter Zotov3-62/+349
2013-11-04[OCaml] FormattingPeter Zotov3-172/+48
2013-11-03[OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}Peter Zotov3-0/+33
2013-11-03[OCaml] Fix ABI incompatibilityPeter Zotov2-1/+8
2013-11-03[OCaml] Implement Llvm_linker, bindings for the IR linkerPeter Zotov6-1/+131
2013-11-03[OCaml] Implement Llvm_vectorize bindingsPeter Zotov6-1/+106
2013-11-03[OCaml] Llvm_target: fix typo (Int_val instead of Int64_val)Peter Zotov1-1/+1
2013-11-03[OCaml] Llvm_scalar_opts: add missing transformsPeter Zotov3-0/+13
2013-11-03[OCaml] Llvm_ipo: add missing transformsPeter Zotov3-0/+12
2013-11-01OCaml bindings: fix typoSylvestre Ledru1-1/+1
2013-11-01OCaml bindings: remove unused DONT_BUILD_RELINKED from MakefilesSylvestre Ledru2-2/+0
2013-11-01OCaml bindings: fix typoSylvestre Ledru2-2/+2
2013-11-01OCaml bindings: fix typo in documentationSylvestre Ledru1-1/+1
2013-11-01OCaml bindings: formattingSylvestre Ledru24-74/+44
2013-09-11[python-bindings] Added support for getting/setting operands of values and ge...Michael Gottesman2-3/+39
2013-09-11[python-bindings] Added support for iterating over a basic blocks instruction...Michael Gottesman2-0/+99
2013-09-11[python-bindings] Added support for iterating over a function's basic blocks,...Michael Gottesman2-0/+105
2013-09-11[python-bindings] Added support for getting a module's functions, iterating f...Michael Gottesman2-0/+101
2013-09-11[python-bindings] Export OpCode from core.py.Michael Gottesman1-0/+1
2013-09-11[python-bindings] Added test for reading a module from bitcode.Michael Gottesman1-0/+15
2013-09-11[python-bindings] Fixed 3 test failures caused by typos.Michael Gottesman2-4/+6
2013-09-11Fixed typo.Michael Gottesman1-3/+3
2013-09-11[python-bindings] Added code for loading a module from bitcode, getset its da...Michael Gottesman5-0/+128
2013-09-11[python-bindings] Added bindings for LLVMContextRef and a test for creating a...Michael Gottesman2-0/+29
2013-09-11[python-bindings] Implemented the PassRegistry class and the calls to initial...Michael Gottesman2-0/+72