similar to: [LLVMdev] LLVM IR generation as one of LLVM passes

Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] LLVM IR generation as one of LLVM passes"

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
Thank you, I have seen this page, but before I start developing my tool and digging deeply into LLVM I would love to know if I can generate LLVM IR in one of passes (as a result of one pass, before running other). Please answer this simple question :) Thank you :) 2012/11/6 Eli Friedman <eli.friedman at gmail.com> > On Mon, Nov 5, 2012 at 5:17 PM, Wojciech Daniło >
2012 Nov 18
0
[LLVMdev] Dynamic optimalization passes in LLVM based compiler
I would love to ask you one more question. You have written: It's not really going to give you a lot of value compared to just building your own graph transformation pipeline & then producing IR at the end of that. Could you please tell more about this topic? Why my custom solution (custom pass manager etc) would be better than making LLVM (non IR) passes? 2012/11/17 Wojciech Daniło
2012 Nov 17
4
[LLVMdev] Dynamic optimalization passes in LLVM based compiler
> > I know that LLVM Pass was designed to transform IR, but lets focus on an > > example - LLVM Pass is a function that transform some set of input into > > output. It can transform IR into graph of lets say strongly connected > > components and then other passes can use it (that data - not IR) to > generate > > other data OR to manipulate the IR. > > >
2012 Nov 17
2
[LLVMdev] Dynamic optimalization passes in LLVM based compiler
Thank you for yours response :) I know that LLVM Pass was designed to transform IR, but lets focus on an example - LLVM Pass is a function that transform some set of input into output. It can transform IR into graph of lets say strongly connected components and then other passes can use it (that data - not IR) to generate other data OR to manipulate the IR. So why I can not create passes, that
2012 Nov 17
2
[LLVMdev] Dynamic optimalization passes in LLVM based compiler
Hi! I'm new to LLVM but I've read tons of articles, I want to implement my own compiler and I came across a big problem. I have several questions, that I cannot answer myself: 1) If I'm writing custom compiler do I have to "hardcode" passes that it uses (like in Kaleidoscope example: http://llvm.org/docs/tutorial/LangImpl4.html) or I have to generate LLVM IR and then use the
2012 Nov 06
0
[LLVMdev] LLVM IR generation as one of LLVM passes
On Tue, Nov 6, 2012 at 1:10 AM, Wojciech Daniło <wojtek.danilo.ml at gmail.com> wrote: > Thank you, I have seen this page, but before I start developing my tool and > digging deeply into LLVM I would love to know if I can generate LLVM IR in > one of passes (as a result of one pass, before running other). > Please answer this simple question :) > > Thank you :) Passes can
2012 Nov 26
0
[LLVMdev] Dynamic optimalization passes in LLVM based compiler
On Nov 17, 2012, at 1:56 PM, Wojciech Daniło <wojtek.danilo.ml at gmail.com> wrote: > > > I know that LLVM Pass was designed to transform IR, but lets focus on an > > example - LLVM Pass is a function that transform some set of input into > > output. It can transform IR into graph of lets say strongly connected > > components and then other passes can use it
2012 Nov 17
0
[LLVMdev] Dynamic optimalization passes in LLVM based compiler
On Sat, Nov 17, 2012 at 4:44 AM, Wojciech Daniło <wojtek.danilo.ml at gmail.com> wrote: > Hi! > I'm new to LLVM but I've read tons of articles, I want to implement my own > compiler and I came across a big problem. > I have several questions, that I cannot answer myself: > > 1) If I'm writing custom compiler do I have to "hardcode" passes that it >
2012 Nov 06
3
[LLVMdev] Error while linking LLVM files
Hi! I'm trying to learn LLVM and I want to compile the Kaleidoscope compiler. according to: http://llvm.org/docs/tutorial/LangImpl3.html I'm compiling it with: clang++ -g -O3 test.cpp `llvm-config --cppflags --ldflags --libs core` -o toy and it indeed works. The problem is that when using eclipse it forces me to divide the compilation into two steps: g++ -O0 -g3 -Wall -c
2012 Nov 17
0
[LLVMdev] Dynamic optimalization passes in LLVM based compiler
On Sat, Nov 17, 2012 at 1:09 PM, Wojciech Daniło <wojtek.danilo.ml at gmail.com> wrote: > Thank you for yours response :) > I know that LLVM Pass was designed to transform IR, but lets focus on an > example - LLVM Pass is a function that transform some set of input into > output. It can transform IR into graph of lets say strongly connected > components and then other passes
2012 Nov 09
2
[LLVMdev] llvm-config --libs failed
I have noticed that I was installing LLVM according to: http://llvm.org/docs/GettingStarted.html#getting-started so it was no the 3.1 but the 3.2 version from svn (trunk 167573). Maybe in the svn, not stable version, there is a bug? 2012/11/9 Wojciech Daniło <wojtek.danilo.ml at gmail.com> > Does anybody have Idea why I get such error? The LLVM is compiled from > source - is is the
2012 Nov 10
0
[LLVMdev] llvm-config --libs failed
If anyone is interested in this topic, I filled a bug here: http://llvm.org/bugs/post_bug.cgi 2012/11/9 Wojciech Daniło <wojtek.danilo.ml at gmail.com> > I have noticed that I was installing LLVM according to: > http://llvm.org/docs/GettingStarted.html#getting-started > so it was no the 3.1 but the 3.2 version from svn (trunk 167573). > Maybe in the svn, not stable version,
2012 Jul 18
2
[LLVMdev] Is IR VM does make sense since llvm3 ?
Hi llvm list ! Everything is in the question. I've read this discussion on the mailinglist * [LLVMdev] LLVM IR is a compiler IR<https://groups.google.com/d/topic/llvm-dev/N3r_a1Vbrog/discussion> . * But since llvm3 and type system rewrite, is it a good idea to rethink about a VM wich could run the IR bytecode directly? llvm has differents bytecode from low level, to more hight level...
2006 Feb 08
8
[kind of OT] Software Remote connect to MacOS ?
Hi sorry for the slighty out of topic question but I''m sure someone here will be able to answer. Does anyone use some kind of remote connection to connect to MacOS ? I''m thinking of using VNC but I''d love to hear from other (especially secure) alternatives. I''m just fond of textmate, I have a dell laptop which I''d like to use as a terminal. kind
2012 Nov 08
2
[LLVMdev] llvm-config --libs failed
Thank you, now it is more clear whats going on. There is a line: /bin/sh: /home/wdanilo/dev/llvm/src/projects/Debug+Asserts/bin/llvm-config: No such file or directory but why it is searching for it in that directory? (all makefile configs, are default configs) Below, there is full output of make: >> make VERBOSE=1 for dir in lib tools; do \ if ([ ! -f $dir/Makefile ] || \ command
2005 Jan 13
1
Listening outside ipfw / program interface to ipfw
Hi, Two quick questions that I can't seem to find answers for using google. 1) is is possible to listen outside an ipfw firewall - that is have ethereal record the packets before ipfw starts dropping them? If so how? 2) Is there an api to ipfw that will let me manipulate rules, query stats etc? I need something faster than running the command line binary? Thanks John
2015 Jun 30
3
pdf-printer
On 30/06/15 10:10, Koenraad Lelong wrote: > Op 30-06-15 om 08:58 schreef Rowland Penny: > >> >> Hi, did you read to the bottom of this wiki page : >> https://wiki.samba.org/index.php/Virtual_PDF_Printer#Setup >> >> By my reading, if you add what it tells you, you should find a new log >> file in '/var/log/samba/Pdfprint.log' >> >>
2012 Nov 21
2
[LLVMdev] Python Backend
You are of course right. I wanted to output "good looking" Python code though. (if its possible) I see that NVPTX backend is really big project. Is there any hello world "common codegen infrastructure"? 2012/11/21 Eli Bendersky <eliben at google.com> > On Tue, Nov 20, 2012 at 4:10 PM, Wojciech Daniło > <wojtek.danilo.ml at gmail.com> wrote: > > I will
2012 Nov 09
0
[LLVMdev] llvm-config --libs failed
Does anybody have Idea why I get such error? The LLVM is compiled from source - is is the newest version (3.1) from http://llvm.org/releases/ (from 22 may 2012) I created project in llvmsrc/projects/test (as copy of sample project) and I get these errors while attaching LLVM lbraries :( 2012/11/8 Wojciech Daniło <wojtek.danilo.ml at gmail.com> > Thank you, now it is more clear whats