search for: rinta

Displaying 15 results from an estimated 15 matches for "rinta".

Did you mean: rint
2011 Aug 31
4
[LLVMdev] Getting rid of phi instructions?
On 30.8.2011, at 19.19, Eli Friedman wrote: > reg2mem won't do quite this transformation... not sure exactly what you need. I need to get rid of phis. This code is compiled from C++ and for some functions there are no phis, but multiple call instructions. I am targeting hardware in the end, and the next tool reading the IR does not like phis when it's generating VHDL. My questions may
2011 Aug 30
2
[LLVMdev] Getting rid of phi instructions?
...void } I would like it to rather be something like this: void @func() { entry: … bb1: ... %tmp90 = getelementptr …, %tmp89 tail call void @anotherfunc(%tmp90) ret void bb2: … %tmp101 = getelementptr …, %tmp100 tail call void @anotherfunc(%tmp101) ret void } Best regards, Teemu -- Teemu Rinta-aho Tel: +358 9 299 3078 Ericsson Research Mobile: +358 40 562 3066 Oy L M Ericsson Ab Fax: +358 9 299 3535 02420 Jorvas, Finland E-mail: teemu.rinta-aho at nomadiclab.com
2011 Aug 31
2
[LLVMdev] Getting rid of phi instructions?
On 31.8.2011, at 11.41, Eli Friedman wrote: > Mmm... reg2mem will transform IR with PHI's into IR without them, but > it generates a bunch of alloca's, which I would assume are not cheap > to lower to VHDL. You might have to write your own pass to get the > precise transformation you're looking for. Right. Thanks. I need to see the reg2mem source code. Teemu
2011 Aug 31
0
[LLVMdev] Getting rid of phi instructions?
On Wed, Aug 31, 2011 at 2:35 AM, Teemu Rinta-aho <teemu.rinta-aho at nomadiclab.com> wrote: > On 31.8.2011, at 11.41, Eli Friedman wrote: > >> Mmm... reg2mem will transform IR with PHI's into IR without them, but >> it generates a bunch of alloca's, which I would assume are not cheap >> to lower to VHDL....
2011 Aug 31
0
[LLVMdev] Getting rid of phi instructions?
.... There are techniques to make the resultant code more efficient, see Cytron et al.[1]. [1] "Efficiently computing static single assignment form and the control dependence graph" http://www.eecs.umich.edu/~mahlke/583w03/reading/cytron_toplas_91.pdf On Wed, Aug 31, 2011 at 2:06 AM, Teemu Rinta-aho <teemu.rinta-aho at nomadiclab.com> wrote: > On 30.8.2011, at 19.19, Eli Friedman wrote: > >> reg2mem won't do quite this transformation... not sure exactly what you need. > > I need to get rid of phis. This code is compiled from C++ and for some functions > there...
1999 Jan 07
2
Long share name
...e have 3 Anders, 3 Jaris etc. I would not like to use some cryptic asld32nr as user names. With long usernames all the mail-aliases would become obsolete. Is it anyhow possible to make Samba as a server or NT and 95 clients to use long share names? Which one is the limiting one in this case? /Iiro Rinta-Jouppi
2010 Sep 23
1
[LLVMdev] Mapping C++ class names to LLVM type names?
...odule. I'm trying to look through LLVM and clang sources but cannot figure out how the LLVM type names are constructed for the C++ class names. Any help appreciated (like the name of a library call to do it or even a pointer to code where this mapping is done (in clang?)). BR, Teemu -- Teemu Rinta-aho Tel: +358 9 299 3078 Ericsson Research Mobile: +358 40 562 3066 Oy L M Ericsson Ab Fax: +358 9 299 3535 02420 Jorvas, Finland E-mail: teemu.rinta-aho at nomadiclab.com
2011 Aug 30
0
[LLVMdev] Getting rid of phi instructions?
On Tue, Aug 30, 2011 at 9:12 AM, Teemu Rinta-aho <teemu.rinta-aho at nomadiclab.com> wrote: > Hi all, > > is there a pass to get rid of phi-instructions in a function? There's no loop involved. reg2mem. > I have a function approx. like this: > > void @func() { > entry: >        … > bb1: >        … &gt...
2011 Aug 31
0
[LLVMdev] Getting rid of phi instructions?
On Wed, Aug 31, 2011 at 1:06 AM, Teemu Rinta-aho <teemu.rinta-aho at nomadiclab.com> wrote: > On 30.8.2011, at 19.19, Eli Friedman wrote: > >> reg2mem won't do quite this transformation... not sure exactly what you need. > > I need to get rid of phis. This code is compiled from C++ and for some functions > there...
2003 Dec 01
0
No subject
...tions = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 dns proxy = No socket address = hosts allow = 192.168.1.0/255.255.255.0 hosts deny = 1.1.1.1/0.0.0.0 printing = [homes] comment = Home Directories writeable = Yes browseable = No [printers] comment = All Printers path = /var/spool/samba printable = Yes browseable = No [sw] path = /sw writeable = Yes # Samba config file created using SWAT # from bits (208.161.142.154) # Date: 2001/07/30 20:23:20 # Global parameters [global] workgroup = CASTMARK netbios name = SRVR2 server string = PDC encrypt passwords = Yes allow trusted domai...
2003 Dec 01
0
No subject
...10 username level = 10 log level = 10 log file = /usr/local/samba/var/log.%m max log size = 500 dns proxy = No wins server = 172.16.15.248 hide dot files = No [printers] comment = All Printers path = /usr/spool/samba printable = Yes browseable = No [dgayken] path = / valid users = dgayken,DGAYKEN read only = No [xyx] path = /tmp valid users = dgayken istesting [homes] path = /tmp [jsperry] path = / valid users = jsperry dgayken read on...
2003 Dec 01
0
No subject
..."path =" section, but how can I do it, if it's a network printer, with its own IP? Oh, SaMBa 2.0.6 is running in my HP/UX box... Thanks... [d001i050a] comment = Impressora D001I050A printer name = d001i050a path = /var/spool/samba browsable = yes guest ok = yes printable = yes writable = yes public = yes ______________ Demerson Zounar Analista de Suporte demerson@zaffari.com.br Return-Path: <urban@teststation.com> Delivered-To: samba@lists.samba.org Received: from fungus.teststation.com (fungus.teststation.com [212.32.186.211]) by lists.samba.org...
2003 Dec 01
0
No subject
...DT) Received: from localhost (localhost [127.0.0.1]) by pogo.plainjoe.org (8.11.4/8.11.4) with ESMTP id f76E5WV02089; Mon, 6 Aug 2001 09:05:32 -0500 Date: Mon, 6 Aug 2001 09:05:32 -0500 (CDT) From: Gerald Carter <gcarter@valinux.com> X-X-Sender: <gcarter@pogo.plainjoe.org> To: Teemu Rinta-aho <teemu.rinta-aho@nomadiclab.com> Cc: <samba@lists.samba.org> Subject: Re: startsmbfilepwent_internal: unable to open file In-Reply-To: <Pine.LNX.4.33.0108011623550.13309-100000@ws142.nomadiclab. c om> Message-ID: <Pine.LNX.4.33.0108060801520.1542-100000@pogo.plainjoe.org...
2011 Apr 20
2
[LLVMdev] Dragonegg Git mirror?
Is there an official Git mirror for Dragonegg? Cannot find the URL with Google nor with guesswork. Teemu
2011 Apr 28
2
[LLVMdev] Naming of types by DragonEgg vs. LLVM-GCC
Hi all, I used to use llvm-g++ to transform C++ source to LLVM IR. Now I am trying to switch to using DragonEgg, but I faced some problems because of the way DragonEgg is naming types in the resulting IR file. An example: LLVM-GCC: %"struct.Vector<ARPResponder::Entry>" = type { %"struct.ARPResponder::Entry"*, i32, i32 } %"struct.Vector<String>" = type {