Displaying 2 results from an estimated 2 matches for "3d49e61a".
2011 Oct 20
0
[LLVMdev] LLVM Language Reference Strictness
On Wed, Oct 19, 2011 at 8:20 PM, Shea Levy <shea at shealevy.com> wrote:
> Hello,
>
> I'd like write a program that performs static analysis of code at the
> LLVM assembly/bitcode level, and to do so I plan on extensively
> referencing the language reference. As I hope to eventually use this
> tool as part of a security analysis of untrusted code, I need to be
>
2011 Oct 20
3
[LLVMdev] LLVM Language Reference Strictness
Hello,
I'd like write a program that performs static analysis of code at the
LLVM assembly/bitcode level, and to do so I plan on extensively
referencing the language reference. As I hope to eventually use this
tool as part of a security analysis of untrusted code, I need to be
rather strict in my interpretation of the document. As such, I have some
questions about how the implementers