- Nov 03, 2011
-
-
Daniel Dunbar authored
llvm-svn: 143634
-
- 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
-
Torok Edwin authored
llvm-svn: 141994
-
Torok Edwin authored
llvm-svn: 141993
-
Torok Edwin authored
This makes it easier to link against LLVM libs, especially if you are using _oasis. llvm-svn: 141992
-
Torok Edwin authored
llvm-svn: 141991
-
Torok Edwin authored
llvm-svn: 141990
-
Torok Edwin authored
llvm-svn: 141989
-
- Oct 06, 2011
-
-
Torok Edwin authored
llvm-svn: 141288
-
Torok Edwin authored
llvm-svn: 141287
-
Torok Edwin authored
llvm-svn: 141286
-
Torok Edwin authored
llvm-svn: 141285
-
Torok Edwin authored
llvm-svn: 141284
-
- Oct 03, 2011
-
-
Torok Edwin authored
llvm-svn: 140991
-
- Aug 10, 2011
-
-
Peter Collingbourne authored
llvm-svn: 137193
-
- Jul 31, 2011
-
-
Benjamin Kramer authored
llvm-svn: 136582
-
- Jul 09, 2011
-
-
Nick Lewycky authored
module operations that operate on type names are gone. llvm-svn: 134839
-
- Feb 09, 2011
-
-
Erick Tryzelaar authored
llvm-svn: 125202
-
- Dec 23, 2010
-
-
Torok Edwin authored
See http://caml.inria.fr/mantis/view.php?id=4166 If we call only external functions from a module, then its 'let _' bindings don't get executed, which means that the exceptions don't get registered for use in the C code. This in turn causes llvm_raise to call raise_with_arg() with a NULL pointer and cause a segmentation fault. The workaround is to declare all 'external' functions as 'val' in these .mli files. Also added a separate testcase (the testcase must call only external functions for the bug to occur). llvm-svn: 122497
-
- Oct 08, 2010
-
-
Eric Christopher authored
llvm-svn: 116021
-
- Sep 15, 2010
-
-
Duncan Sands authored
was the main putative user of the binding is actually maintaining its own different binding, see http://git.ada.cx/cgi-bin/cgit.cgi/draco.git/ llvm-svn: 113960
-
- Sep 10, 2010
-
-
Dale Johannesen authored
(The Ada bindings probably need it too, but all the obvious places to change say "do not edit this file".) llvm-svn: 113618
-
- Aug 28, 2010
-
-
Benjamin Kramer authored
llvm-svn: 112363
-
- Aug 24, 2010
-
-
Bill Wendling authored
- Support the LinkerWeak*Linkage types in llvm-nm and in LinkModules.cpp. llvm-svn: 111952
-
- Aug 20, 2010
-
-
Bob Wilson authored
llvm-svn: 111627
-
Erick Tryzelaar authored
llvm-svn: 111625
-
Erick Tryzelaar authored
Thanks to Jianzhou Zhao for finding this. llvm-svn: 111624
-
- Jul 01, 2010
-
-
Bill Wendling authored
Objective-C metadata types which should be marked as "weak", but which the linker will remove upon final linkage. However, this linkage isn't specific to Objective-C. For example, the "objc_msgSend_fixup_alloc" symbol is defined like this: .globl l_objc_msgSend_fixup_alloc .weak_definition l_objc_msgSend_fixup_alloc .section __DATA, __objc_msgrefs, coalesced .align 3 l_objc_msgSend_fixup_alloc: .quad _objc_msgSend_fixup .quad L_OBJC_METH_VAR_NAME_1 This is different from the "linker_private" linkage type, because it can't have the metadata defined with ".weak_definition". Currently only supported on Darwin platforms. llvm-svn: 107433
-
- Jun 30, 2010
-
-
Bill Wendling authored
llvm-svn: 107215
-
- Jun 29, 2010
-
-
Bill Wendling authored
metadata types which should be marked as "weak", but which the linker will remove upon final linkage. For example, the "objc_msgSend_fixup_alloc" symbol is defined like this: .globl l_objc_msgSend_fixup_alloc .weak_definition l_objc_msgSend_fixup_alloc .section __DATA, __objc_msgrefs, coalesced .align 3 l_objc_msgSend_fixup_alloc: .quad _objc_msgSend_fixup .quad L_OBJC_METH_VAR_NAME_1 This is different from the "linker_private" linkage type, because it can't have the metadata defined with ".weak_definition". llvm-svn: 107205
-
- Apr 10, 2010
-
-
Chris Lattner authored
patch by Patrick Walton! llvm-svn: 100932
-
- Mar 08, 2010
-
-
Erick Tryzelaar authored
llvm-svn: 97966
-
- Mar 06, 2010
-
-
Erick Tryzelaar authored
llvm-svn: 97858
-
- Mar 04, 2010
-
-
Erick Tryzelaar authored
llvm-svn: 97685
-
Erick Tryzelaar authored
llvm-svn: 97684
-
Erick Tryzelaar authored
llvm-svn: 97683
-
Erick Tryzelaar authored
llvm-svn: 97682
-
- Mar 03, 2010
-
-
Erick Tryzelaar authored
llvm-svn: 97612
-