Displaying 7 results from an estimated 7 matches for "pboettch".
2009 Jan 07
1
[LLVMdev] LLVM DebugInfoBuilder
...adding anything to this class myself, is it
a) the correct way to add the basic-block-stuff to this class?
b) has someone already done something in that direction which is
can be shared? :)
best regards,
Patrick.
--
Mail: patrick.boettcher at desy.de
WWW: http://www.wi-bw.tfh-wildau.de/~pboettch/
2009 Mar 07
7
[LLVMdev] global question
Below is some C code and its LLVM translation (using a recent rev). The
compiler goes ahead and loads from x in main, but it seems clear that a
constant propagation pass could have inferred that x is 0. In fact that
is what happens if x is static, but in this case I cannot see how
external linkage of x would invalidate that optimization.
This is one of those optimizations that would not be
2009 Mar 07
1
[LLVMdev] global question
...when x is declared static.
So, for me the LLVM-code is right.
(I even remember someone, that it is platform specific whether x is initialized
to 0 or not... or was it a question of C89 or C99?)
regards,
Patrick.
--
Mail: patrick.boettcher at desy.de
WWW: http://www.wi-bw.tfh-wildau.de/~pboettch/
2009 Mar 07
0
[LLVMdev] global question
...when x is declared static.
So, for me the LLVM-code is right.
(I even remember someone, that it is platform specific whether x is
initialized to 0 or not... or was it a question of C89 or C99?)
regards,
Patrick.
--
Mail: patrick.boettcher at desy.de
WWW: http://www.wi-bw.tfh-wildau.de/~pboettch/
2009 Mar 07
0
[LLVMdev] global question
...when x is declared static.
So, for me the LLVM-code is right.
(I even remember someone, that it is platform specific whether x is
initialized to 0 or not... or was it a question of C89 or C99?)
regards,
Patrick.
--
Mail: patrick.boettcher at desy.de
WWW: http://www.wi-bw.tfh-wildau.de/~pboettch/
2009 Jan 07
0
[LLVMdev] LLVM DebugInfoBuilder
...) the correct way to add the basic-block-stuff to this class?
>
> b) has someone already done something in that direction which is can
> be shared? :)
>
> best regards,
> Patrick.
>
> --
> Mail: patrick.boettcher at desy.de
> WWW: http://www.wi-bw.tfh-wildau.de/~pboettch/
>
2009 Jan 07
2
[LLVMdev] LLVM DebugInfoBuilder
...adding anything to this class myself, is it
a) the correct way to add the basic-block-stuff to this class?
b) has someone already done something in that direction which is can be shared?
:)
best regards,
Patrick.
--
Mail: patrick.boettcher at desy.de
WWW: http://www.wi-bw.tfh-wildau.de/~pboettch/