summaryrefslogtreecommitdiff
path: root/bindings
Commit message (Expand)AuthorAge
* Update OCaml bindings for the new half float type.Bob Wilson2011-12-28
* drop unneeded config.h includesDylan Noblesmith2011-12-22
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* Minor fixes in Makefiles for the OCaml bindings:Wojciech Matyjewicz2011-11-09
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* OCaml bindings: add some missing functions and testcases.Torok Edwin2011-10-14
* OCaml bindings: fix attributes to use all 32 bitsTorok Edwin2011-10-14
* OCaml bindings: add icmp_predicateTorok Edwin2011-10-14
* OCaml bindings: fix infinite recursion on string_of_lltypeTorok Edwin2011-10-14
* bindings: named struct supportTorok Edwin2011-10-14
* ocaml bindings: add findlib META supportTorok Edwin2011-10-14
* ocaml bindings: introduce classify_valueTorok Edwin2011-10-14
* ocaml bindings: add getopcode for constant and instruction, and int64_of_const.Torok Edwin2011-10-14
* bindings: tab and indentation fixes of my previous commitsTorok Edwin2011-10-14
* ocaml/C bindings: type->isSized()Torok Edwin2011-10-06
* add binding to read icmp predicateTorok Edwin2011-10-06
* ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata tooTorok Edwin2011-10-06
* C/OCaml API to retrieve struct name.Torok Edwin2011-10-06
* ocaml bindings: add llvm_ipo based on IPO.hTorok Edwin2011-10-06
* attempt to fix ocaml bindings: landing padsTorok Edwin2011-10-03
* Remove the build_unwind function from the OCaml bindings.Peter Collingbourne2011-08-10
* Remove InvalidateStructLayoutInfo from the ocaml bindings.Benjamin Kramer2011-07-31
* Update OCaml bindings. Opaque types are gone, type holders are gone and theNick Lewycky2011-07-09
* Fix compiling the ocaml kaleidoscope tutorialsErick Tryzelaar2011-02-09
* Fix OCaml bindings crash, PR8847.Torok Edwin2010-12-23
* Try to fix ocaml bindings.Eric Christopher2010-10-08
* Remove the Ada bindings which are unmaintained and unused. The project whichDuncan Sands2010-09-15
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-10
* Remove unions from the ocaml bindings.Benjamin Kramer2010-08-28
* - Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings.Bill Wendling2010-08-24
* Fix a typo.Bob Wilson2010-08-20
* Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar2010-08-20
* Fix arguments to ocaml's llvm_params.Erick Tryzelaar2010-08-20
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-01
* Revert r107205 and r107207.Bill Wendling2010-06-29
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-29
* add attributes and module level asm to the ocaml bindings,Chris Lattner2010-04-10
* Add OCaml tutorial to the examples.Erick Tryzelaar2010-03-08
* Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options.Erick Tryzelaar2010-03-06
* Expose the rest of the llvm-c scalar opts to ocaml.Erick Tryzelaar2010-03-03
* Rename some ocaml functions.Erick Tryzelaar2010-03-03
* Expose the external functions for ocaml's execution engine as an optimization.Erick Tryzelaar2010-03-03
* Expose alignment and stack alignment attributes to llvm-c and ocaml.Erick Tryzelaar2010-03-03
* Use the ocaml tag 0 since we are just returning an option value.Erick Tryzelaar2010-03-02
* Don't use an ocaml keyword in an ocamldoc comment.Erick Tryzelaar2010-03-02
* Expose the optimization level for the jit in ocaml.Erick Tryzelaar2010-03-02
* Remove module providers from ocaml.Erick Tryzelaar2010-03-02
* Add support for use to ocaml.Erick Tryzelaar2010-03-02
* Add support getting the operands of a User to ocaml.Erick Tryzelaar2010-02-28
* Add support for global aliases to ocaml.Erick Tryzelaar2010-02-28