- Nov 11, 2013
-
-
Peter Zotov authored
Llvm_target.intptr_type used to implicitly use global context. As none of other functions in OCaml bindings do, it is changed to accept context explicitly. llvm-svn: 194381
-
Peter Zotov authored
This breaks the API by removing Llvm_target.DataLayout.dispose. llvm-svn: 194380
-
- Nov 06, 2013
-
-
Peter Zotov authored
llvm-svn: 194138
-
Peter Zotov authored
llvm-svn: 194136
-
- Nov 05, 2013
-
-
Peter Zotov authored
Original patch by David Monniaux llvm-svn: 194075
-
Peter Zotov authored
llvm-svn: 194065
-
Peter Zotov authored
Original patch by Jonathan Ragan-Kelley llvm-svn: 194064
-
Peter Zotov authored
All other custom operations tags have LLVM prefix. llvm-svn: 194058
-
Peter Zotov authored
Workaround for an OCaml bug: http://caml.inria.fr/mantis/view.php?id=4166 llvm-svn: 194057
-
- Nov 04, 2013
-
-
Peter Zotov authored
llvm-svn: 193968
-
Peter Zotov authored
llvm-svn: 193967
-
Peter Zotov authored
llvm-svn: 193966
-
Peter Zotov authored
llvm-svn: 193965
-
- Nov 03, 2013
-
-
Peter Zotov authored
llvm-svn: 193953
-
Peter Zotov authored
OCaml's type unit is not compatible with C's type void. llvm-svn: 193952
-
Peter Zotov authored
llvm-svn: 193951
-
Peter Zotov authored
llvm-svn: 193950
-
Peter Zotov authored
llvm-svn: 193948
-
Peter Zotov authored
llvm-svn: 193946
-
Peter Zotov authored
llvm-svn: 193945
-
- Nov 01, 2013
-
-
Sylvestre Ledru authored
Patch by Peter Zotov llvm-svn: 193851
-
Sylvestre Ledru authored
Patch by Peter Zotov llvm-svn: 193847
-
Sylvestre Ledru authored
Patch by Peter Zotov llvm-svn: 193845
-
Sylvestre Ledru authored
Patch by Peter Zotov llvm-svn: 193838
-
Sylvestre Ledru authored
This commit only changes comments and documentation in OCaml bindings. The official name of the language is OCaml, and the usage is now consistent. Patch by Peter Zotov llvm-svn: 193836
-
- Apr 29, 2013
-
-
Andrew Kaylor authored
Re-submitting with fix for OCaml dependency problems (removing dependency on SectionMemoryManager when it isn't used). Patch by Fili Pizlo llvm-svn: 180720
-
- Apr 25, 2013
-
-
Andrew Kaylor authored
llvm-svn: 180232
-
- Oct 19, 2012
-
-
Micah Villmow authored
Fix a build error for ocaml bindings that was introduced with the TargetData --> DataLayout changes. llvm-svn: 166309
-
- Oct 08, 2012
-
-
Micah Villmow authored
llvm-svn: 165406
-
Micah Villmow authored
llvm-svn: 165403
-
- Sep 02, 2012
-
-
Nuno Lopes authored
llvm-svn: 163096
-
- Jul 19, 2012
-
-
Bill Wendling authored
llvm-svn: 160482
-
- Feb 07, 2012
-
-
Benjamin Kramer authored
llvm-svn: 149997
-
- Jan 25, 2012
-
-
Jim Grosbach authored
LLVM isn't an acronym anymore. llvm-svn: 148985
-
- Dec 28, 2011
-
-
Bob Wilson authored
Patch by Jonathan Ragan-Kelley! llvm-svn: 147314
-
- Dec 23, 2011
-
-
Dylan Noblesmith authored
llvm-svn: 147197
-
- Nov 09, 2011
-
-
Wojciech Matyjewicz authored
1. Interface files (.mli) are installed before compiled interface files (.cmi) to preserve timestamp relation. 2. install-meta should use $(OcamlDir) instead of $(ObjDir). 3. Declared some targets as .PHONY. Patch by Christophe Raffalli. llvm-svn: 144183
-
- Oct 14, 2011
-
-
Torok Edwin authored
The C bindings exposed some APIs that weren't covered by the OCaml bindings llvm-svn: 141997
-
Torok Edwin authored
OCaml's int is limited to 31 bits on 32-bit architectures, so use Int32 explicitly. Also add an unpack_attr, and {function,param,instr}_attr functions to read the attributes. llvm-svn: 141996
-
Torok Edwin authored
llvm-svn: 141995
-