Displaying 3 results from an estimated 3 matches for "llvmdeletetypename".
2008 Mar 04
1
[LLVMdev] [PATCH] Prefer to use *.opt ocaml executables as they are more efficient.
I noticed that the ocaml compilation isn't using the .opt
executables if they're available. We might gain a slight
optimization in ocaml compile time by optionally using them
with this patch.
---
autoconf/configure.ac | 18 +++++
configure | 195 ++++++++++++++++++++++++++++++++++++++++++------
2 files changed, 188 insertions(+), 25 deletions(-)
-------------- next part
2008 Mar 04
0
[LLVMdev] [PATCH] Cleanup the c and ocaml binding documentation.
...ple]. */
> const char *LLVMGetTarget(LLVMModuleRef M);
> void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
>
> -/* Same as Module::addTypeName. */
> +/** See [Module::addTypeName]. */
> int LLVMAddTypeName(LLVMModuleRef M, const char *Name, LLVMTypeRef
> Ty);
> void LLVMDeleteTypeName(LLVMModuleRef M, const char *Name);
>
> @@ -198,7 +201,10 @@ void LLVMDeleteTypeName(LLVMModuleRef M, const
> char *Name);
> * opaque type
> */
>
> +/** See [llvm::LLVMTypeKind::getTypeID]. */
> LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
> +
> +/** See [llvm...
2008 Mar 04
1
[LLVMdev] [PATCH] Cleanup the c and ocaml binding documentation.
---
bindings/ocaml/llvm/llvm.ml | 2 +-
bindings/ocaml/llvm/llvm.mli | 2 +-
bindings/ocaml/llvm/llvm_ocaml.c | 2 +-
include/llvm-c/Core.h | 32 +++++++++++++++++++-------------
4 files changed, 22 insertions(+), 16 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 316a84e85ed2363551149e65a227c8e7c8192624.diff
Type: