Displaying 4 results from an estimated 4 matches for "9b11df5".
2008 Mar 04
0
[LLVMdev] [PATCH] Cleanup the c and ocaml binding documentation.
...*|
> |* The LLVM Compiler
> Infrastructure *|
> |
> * *|
> diff --git include/llvm-c/Core.h include/llvm-c/Core.h
> index 9b11df5..3676377 100644
> --- include/llvm-c/Core.h
> +++ include/llvm-c/Core.h
> @@ -48,20 +48,20 @@ extern "C" {
>
> /**
> * The top-level container for all other LLVM Intermediate
> Representation (IR)
> - * objects. See the llvm::Module class.
> + * objects. See...
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:
2008 Mar 04
3
[LLVMdev] [PATCH] Cleanup the c and ocaml binding documentation.
...09:18, Gordon Henriksen wrote:
> Hi Erick,
>
> Thanks, this looks good. Can you please resubmit this patch, and the
> others, as an attachment?
>
> On Mar 4, 2008, at 03:19, Erick Tryzelaar wrote:
>
>> diff --git include/llvm-c/Core.h include/llvm-c/Core.h
>> index 9b11df5..3676377 100644
>> --- include/llvm-c/Core.h
>> +++ include/llvm-c/Core.h
>> @@ -48,20 +48,20 @@ extern "C" {
>>
>> /**
>> * The top-level container for all other LLVM Intermediate
>> Representation (IR)
>> - * objects. See the llvm::Module...
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