search for: a868f3a7

Displaying 3 results from an estimated 3 matches for "a868f3a7".

2012 Nov 06
2
[LLVMdev] LLVM IR generation as one of LLVM passes
...s will be very appreciated :) > > Thank you! > > See http://llvm.org/docs/WritingAnLLVMPass.html for more info on passes. > > -Eli > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121106/a868f3a7/attachment.html>
2012 Nov 06
0
[LLVMdev] LLVM IR generation as one of LLVM passes
On Mon, Nov 5, 2012 at 5:17 PM, Wojciech DaniƂo <wojtek.danilo.ml at gmail.com> wrote: > Hi! > I'm new to LLVM and I'm planning to write a compiler, which would behave > slighty different than all current tools. > As an input it will not get text but it will read a file (lets assume for a > moment, that in this file there will be a graph structure). > Before
2012 Nov 06
2
[LLVMdev] LLVM IR generation as one of LLVM passes
Hi! I'm new to LLVM and I'm planning to write a compiler, which would behave slighty different than all current tools. As an input it will not get text but it will read a file (lets assume for a moment, that in this file there will be a graph structure). Before generating IR code I want to be able to run optimalization and analysis passes on this graph and after these passes I want to run