Displaying 5 results from an estimated 5 matches for "nonpoly".
Did you mean:
monopoly
2010 May 01
2
[LLVMdev] Best intermediate form to...
...so I heard that there's something that can convert GCCs GIMPLE to llvm
IR, which I looked up and I believe is llvm-gcc, but again, I want to make
sure that's it. Also, is there a plugin that converts llvm IR to GIMPLE, or
is there a project currently working on it?
Thanks in advance! =)
-nonpoly
--
View this message in context: http://old.nabble.com/Best-intermediate-form-to...-tp28418568p28418568.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2010 May 01
1
[LLVMdev] Best intermediate form to...
...that compiles on GCC? I'm assuming that's what they mean by "GCC
compatibility" on http://clang.llvm.org/ ;p
On a side note, is clang - at least for the most part - hand coded like g++
was for GCC? Or is it making use of generators like lex/flex and
yacc/bison?
Thanks again!
-nonpoly
Nick Lewycky wrote:
>
> nonpoly wrote:
>>
>> Hello Everyone!
>> New to the forums, so hopefully I'm not a nuisance. I just wanted to
>> know where to go (since I heard there were about 5 different intermediate
>> forms for llvm) to find the highest le...
2010 May 01
0
[LLVMdev] Best intermediate form to...
nonpoly wrote:
>
> Hello Everyone!
> New to the forums, so hopefully I'm not a nuisance. I just wanted to
> know where to go (since I heard there were about 5 different intermediate
> forms for llvm) to find the highest level intermediate form of llvm.
I assume you're referring...
2010 May 05
2
[LLVMdev] emit after gvn pass?
...compiling with llvm-gcc
that can emit the llvm IR after the gvn pass (want to see the IR after dead
code elimination/redundancy elimination). If so, will other passes be
performed as well? I really just want to see the IR after the eliminations
only, if it is at all possible.
Thanks in advance,
-nonpoly
--
View this message in context: http://old.nabble.com/emit-after-gvn-pass--tp28462901p28462901.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2010 May 05
0
[LLVMdev] emit after gvn pass?
On Wednesday 05 May 2010 12:00:18 nonpoly wrote:
> Hello again,
> Just wondering if there is a flag I can pass when compiling with
> llvm-gcc that can emit the llvm IR after the gvn pass (want to see the IR
> after dead code elimination/redundancy elimination). If so, will other
> passes be performed as well? I really j...