- 13ba2f9 Remove unions from the ocaml bindings. by Benjamin Kramer · 14 years ago
- 4e34d50 - Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings. by Bill Wendling · 14 years ago
- d6850b0 Fix a typo. by Bob Wilson · 14 years ago
- f7af931 Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml. by Erick Tryzelaar · 14 years ago
- e127410 Fix arguments to ocaml's llvm_params. by Erick Tryzelaar · 14 years ago
- 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 14 years ago
- 07d3177 Revert r107205 and r107207. by Bill Wendling · 14 years ago
- 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 14 years ago
- 0941534 add attributes and module level asm to the ocaml bindings, by Chris Lattner · 15 years ago
- 49457b8 Add OCaml tutorial to the examples. by Erick Tryzelaar · 15 years ago
- e623050 Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options. by Erick Tryzelaar · 15 years ago
- 7eb4beb Expose the rest of the llvm-c scalar opts to ocaml. by Erick Tryzelaar · 15 years ago
- 9c7c566 Rename some ocaml functions. by Erick Tryzelaar · 15 years ago
- 7b3afb4 Expose the external functions for ocaml's execution engine as an optimization. by Erick Tryzelaar · 15 years ago
- 4ad188b Expose alignment and stack alignment attributes to llvm-c and ocaml. by Erick Tryzelaar · 15 years ago
- 6bd7730 Use the ocaml tag 0 since we are just returning an option value. by Erick Tryzelaar · 15 years ago
- df75eb6 Don't use an ocaml keyword in an ocamldoc comment. by Erick Tryzelaar · 15 years ago
- 0dd27da Expose the optimization level for the jit in ocaml. by Erick Tryzelaar · 15 years ago
- 16609f3 Remove module providers from ocaml. by Erick Tryzelaar · 15 years ago
- 705443f Add support for use to ocaml. by Erick Tryzelaar · 15 years ago
- b65c5f2 Add support getting the operands of a User to ocaml. by Erick Tryzelaar · 15 years ago
- 6ba5c56 Add support for global aliases to ocaml. by Erick Tryzelaar · 15 years ago
- ce89b4e Add support for inserting inline asm to ocaml. by Erick Tryzelaar · 15 years ago
- 5b0a774 Add support for getting a null pointer. by Erick Tryzelaar · 15 years ago
- d80ce75 Add a way to look up a type by it's name in a module. by Erick Tryzelaar · 15 years ago
- 68bab98 Add replace_all_uses_with to ocaml. by Erick Tryzelaar · 15 years ago
- 8e130b1 Add support for global variables in an address space for llvm-c and ocaml. by Erick Tryzelaar · 15 years ago
- c59286b Add indirect br support to llvm-c and ocaml. by Erick Tryzelaar · 15 years ago
- 46c80e0 Add metadata functions to llvm-c and ocaml. by Erick Tryzelaar · 15 years ago
- 19f047f Add the new builder arthmetic instructions to llvm-c and ocaml. by Erick Tryzelaar · 15 years ago
- 1940dd1 Add the new union arthmetic instructions to llvm-c and ocaml. by Erick Tryzelaar · 15 years ago
- 628b76e Fix incorrect uses of an ocaml llbuilder without extracting it from ocaml. by Erick Tryzelaar · 15 years ago
- d2b4aff Remove malloc and free from the ocaml bindings. by Erick Tryzelaar · 15 years ago
- 70b7007 Fix the ocaml bindings for the bitcode reader. by Jeffrey Yasskin · 15 years ago
- 1430425 Fix some ocaml documentation by Erick Tryzelaar · 15 years ago
- c3c3be5 fix llvm_build_struct_gep for PR6167, patch by Peter Hawkins! by Chris Lattner · 15 years ago
- 570a4a5 Reintroduce the InlineHint function attribute. by Jakob Stoklund Olesen · 15 years ago
- dd7da4f This corrects an error in the type of the Llvm.dispose_context function. by Chris Lattner · 15 years ago
- 263d989 Fix bug 5992: O'Caml's llvm_create_module was treating the context as a string. by Erick Tryzelaar · 15 years ago
- 606a1d1 Remove the InlineHint attribute. There are no current or planned users. by Eric Christopher · 15 years ago
- 3994b4b Fix another parallel make race condition. by Bob Wilson · 15 years ago
- f24bfa7 Expose the rest of the attribute settings. by Erick Tryzelaar · 15 years ago
- 4aee041 Fix a bug in ocaml bindings that has incorrect linkage options. by Erick Tryzelaar · 15 years ago
- 4626268 Expose initializing the native target for the execution engine. by Erick Tryzelaar · 15 years ago
- ae77a20 Fix pr4820: Don't run llvm-config during "make clean" since it may have by Bob Wilson · 15 years ago
- 52248ff Fix header comment for bindings/ocaml/llvm/Makefile. by Erick Tryzelaar · 15 years ago
- b02b878 Convert the rest of the ocaml types and functions to use context. by Erick Tryzelaar · 15 years ago
- 6793dd9 Add the ocaml binding to LLVMBuildAggregateRet. by Erick Tryzelaar · 15 years ago
- 5371aa2 Allow passing around LLVMContext in ocaml. by Erick Tryzelaar · 15 years ago
- e1b80b6 LLVM Ada language bindings. Credit to Rod Kay and the AuroraUX team. by Edward O'Callaghan · 15 years ago
- 45d6ac2 Expose creating constant ints and floats from strings to ocaml. by Erick Tryzelaar · 15 years ago
- 5c1c208 Add an llvm-c function that lets you insert an instruction with a name. by Erick Tryzelaar · 15 years ago
- 1b42cfd Expose most of the Constant creation functions to ocaml. by Erick Tryzelaar · 15 years ago
- e0f8bf6 Expose most of the IRBuilder functionality to ocaml. by Erick Tryzelaar · 15 years ago
- 86c9d6b Fix comment in llvm.mli. by Erick Tryzelaar · 15 years ago
- 2b526fe Fix docstring for ocaml binding's const_float. by Erick Tryzelaar · 15 years ago
- 32eaeca Reorder the "Metadata" entry to match the C bindings. by Bob Wilson · 15 years ago
- 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 15 years ago
- e46161f Fix the Ocaml bindings for the ExecutionEngine: with the change to build by Bob Wilson · 15 years ago
- 1d97ca8 remove dead makefile flags. by Chris Lattner · 15 years ago
- 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 15 years ago
- 2f82376 Hopefully fix the build for people with ocaml. by Duncan Sands · 15 years ago
- ef854af Add a getAlignOf helper for getting the ABI alignment of a by Duncan Sands · 15 years ago
- 777d230 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 16 years ago
- e149e99 OCaml parameter attribute bindings from PR2752. by Duncan Sands · 16 years ago
- 6100792 Fix the JIT bindings for ocaml. by Bill Wendling · 16 years ago
- 14b9ed1 Fix ocaml bindings; add "available_externally" linkage type. by Nick Lewycky · 16 years ago
- 46c95bb Fix a parallel make race condition by swapping the order of -I directories. by Bob Wilson · 16 years ago
- a15dc03 Remove libtool. by Nick Lewycky · 16 years ago
- ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 16 years ago
- 07cabf6 PR2731: C and Ocaml bindings for setTailCall and isTailCall. by Gordon Henriksen · 16 years ago
- 5eca075 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 16 years ago
- f068263 Delete a redundant binding, LLVMHasInitializer. by Gordon Henriksen · 16 years ago
- 21491ed [PR-2610] Adding Ocaml bindings for Switch::addCase. by Gordon Henriksen · 16 years ago
- c13c4d6 Fix the LLVMCreateJITCompiler C binding. by Gordon Henriksen · 16 years ago
- 83eaae1 Remove a duplicative binding. Patch by Mahadevan R. by Gordon Henriksen · 16 years ago
- 89f6d88 Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 17 years ago
- d6d0185 Expose Function::viewCFG and Function::viewCFGOnly to bindings. by Erick Tryzelaar · 17 years ago
- 7c1483b Expose ExecutionEngine::getTargetData() to c and ocaml bindings. by Erick Tryzelaar · 17 years ago
- 033d778 Extend the builder interface to use the new instruction positioning code. by Gordon Henriksen · 17 years ago
- f440691 Another typo. by Gordon Henriksen · 17 years ago
- 224fceb Fix a typo. by Gordon Henriksen · 17 years ago
- 4733be3 Objective Caml bindings for basic block, function, global, and arg iterators. by Gordon Henriksen · 17 years ago
- 69cf031 C and Objective Caml bindings for mem2reg and reg2mem. by Gordon Henriksen · 17 years ago
- dc1ce7b C and Objective Caml bindings for the various getParent methods of the IR. by Gordon Henriksen · 17 years ago
- c386263 Fix for "make install" of ocaml docs. Patch by Erick Tryzelaar! by Bill Wendling · 17 years ago
- 3e0c835 C and Objective Caml bindings for the TargetData class. by Gordon Henriksen · 17 years ago
- 41ba154 C and Objective Caml bindings for several scalar transforms. by Gordon Henriksen · 17 years ago
- d78c0f5 C and Objective Caml bindings for PassManagers. by Gordon Henriksen · 17 years ago
- 606c5aa Minor documentation fix. by Gordon Henriksen · 17 years ago
- af59b10 Expose Module::dump via C and Ocaml. by Gordon Henriksen · 17 years ago
- 3c5da81 Expose Module::dump via C and Ocaml. by Gordon Henriksen · 17 years ago
- f368dad Refresh Makefile.ocaml in objdir if it is modified in srcdir. by Gordon Henriksen · 17 years ago
- 7252dc0 Refresh Makefile.ocaml in objdir if it is modified in srcdir. by Gordon Henriksen · 17 years ago
- b047766 Adding ocamldoc generation. by Gordon Henriksen · 17 years ago
- a523380 Formatting improvements. by Gordon Henriksen · 17 years ago
- 3b646de This patch cleans up the OCaml bindings so that they format nicely with by Gordon Henriksen · 17 years ago
- bbf1c51 Cleanup some comments in the OCaml bindings. by Gordon Henriksen · 17 years ago
- 4b169cd Fix a typo. 'make clean' in bindings/ocaml would leave an output. by Gordon Henriksen · 17 years ago
- e6074a0 Fix a typo noticed by Erick Tryzelaar, by Gordon Henriksen · 17 years ago