- Apr 01, 2016
-
-
Jeroen Ketema authored
Expose LLVMCreateTargetMachineData as data_layout. As r263530 did for go. From that commit: "LLVMGetTargetDataLayout was removed from the C API, and then TargetMachine.TargetData was removed. Later, LLVMCreateTargetMachineData was added to the C API" Differential Revision: http://reviews.llvm.org/D18677 llvm-svn: 265115
-
- Mar 31, 2016
-
-
Jeroen Ketema authored
* LLVMDisposeMessage lives in llvm-c/Core.h, include this file where necessary * LLVMAddTargetData has been removed, follow suit in the bindings Differential Revision: http://reviews.llvm.org/D18633 llvm-svn: 265001
-
- Feb 12, 2016
-
-
Benjamin Kramer authored
llvm-svn: 260720
-
- Oct 29, 2014
-
-
Peter Zotov authored
llvm-svn: 220846
-
Peter Zotov authored
In practice this means: * Always using -g flag. * Embedding -cclib -lstdc++ into the corresponding cma/cmxa file. This also moves -lstdc++ in a single place. * Using caml_named_value instead of a homegrown mechanism. llvm-svn: 220843
-
- Nov 15, 2013
-
-
Peter Zotov authored
llvm-svn: 194774
-
Peter Zotov authored
This commit brings the module structure, argument order and primitive names in Llvm_target in order with the rest of the bindings, in preparation for adding TargetMachine API. llvm-svn: 194773
-
- Nov 11, 2013
-
-
Peter Zotov authored
llvm-svn: 194382
-
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 01, 2013
-
-
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
-
- Oct 08, 2012
-
-
Micah Villmow authored
llvm-svn: 165403
-
- Jul 31, 2011
-
-
Benjamin Kramer authored
llvm-svn: 136582
-
- Mar 16, 2008
-
-
Gordon Henriksen authored
llvm-svn: 48422
-