search for: frits

Displaying 20 results from an estimated 125 matches for "frits".

Did you mean: fits
2006 Mar 15
10
domU with redhat over a debian based dom0
Hello, I have running xen over a debian server (debian sarge). Now I would like to configure a domU with redhat (AS 4), do you now any way to install it? -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnologías de la Información _o) y las Comunicaciones Aplicadas (ATICA) / \\ http://www.um.es/atica _(___V Tfo: 968367590 Fax: 968398337
2011 Feb 28
2
[LLVMdev] Extending FunctionType
On Mon, Feb 28, 2011 at 5:10 PM, John Criswell <criswell at illinois.edu> wrote: > On 2/28/11 10:04 AM, Frits van Bommel wrote: >> I don't think a full clone is necessary, since he wants to replace the >> function. He only needs to create the new function and splice in the >> body of the old one. > > That is exactly what MakeFunctionClone() does.  It creates a new function >...
2005 Jan 13
2
Ices Crashing (BUS error)
Michael Smith wrote: > On Sun, 09 Jan 2005 18:15:26 +0100, Frits Letteboer > <graver@graver.xs4all.nl> wrote: > >>Hi, >> >>I'm currently migrating from Shoutcast/MP3 to Icecast/OGG/Vorbis using ices. >> >>Unfortunately, when initialising the encoder, ices crashes with a bus error. > > > It looks...
2009 May 18
3
[LLVMdev] [PATCH] llvm-config: add svn revision to --version
On 2009-05-18 20:06, Frits van Bommel wrote: > Xerxes Rånby wrote: > >> Frits van Bommel skrev: >> >>> Benjamin Kramer wrote: >>> >>>> The attached patch modifies the llvm build system (both autotools and >>>> cmake) to write the revision into PACKAG...
2009 May 18
2
[LLVMdev] [PATCH] llvm-config: add svn revision to --version
Frits van Bommel skrev: > Benjamin Kramer wrote: > >> At the moment llvm-config outputs "2.6svn" if llvm is build from trunk >> >> $ llvm-config --version >> 2.6svn >> >> Some external projects (built out-of-tree) need to know which revision >&gt...
2010 Nov 17
1
[LLVMdev] Missing :CreateFNeg() in NoFolder.h
On Wed, Nov 17, 2010 at 9:37 PM, Frits van Bommel <fvbommel at gmail.com> wrote: > On Wed, Nov 17, 2010 at 9:26 PM, BernardH > <gmane.comp.compilers.llvm.devel at bernard-hugueney.org> wrote: >> Should I consider NoFolder unsupported ? > > Seeing as it's completely broken (it doesn't insert the crea...
2011 Jul 09
1
[LLVMdev] Explicit register usage in LLVM assembly
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 07/08/2011 10:30 PM, Frits van Bommel wrote: > On 8 July 2011 21:10, Yiannis Tsiouris <yiannis.tsiouris at gmail.com> wrote: >> The problem with that is the case of an 'invoke' call. According to the >> semantics of the invoke instruction the return value is not available when >> a stack u...
2011 Jan 22
1
[LLVMdev] View variable-register map
Thank you Frits! I noticed the following lines in the dwarf output (run with -O2): .uleb128 40 # Offset .byte 134 # DW_CFA_offset + Reg (6) .uleb128 4 # Offset .byte 135 # DW_CFA_offset + Reg (7) .uleb128 3...
2005 Feb 02
2
directory listings
Guten Tag Frits Letteboer, Am Mittwoch, 2. Februar 2005 um 14:40 schrieben Sie: FL> Carsten Henkel wrote: >> hi together, >> >> i have >> <directory> >> <yp-url-timeout>15</yp-url-timeout> >> <yp-url>http://dir.xiph.org/cgi-bin/yp-cg...
2009 May 18
0
[LLVMdev] [PATCH] llvm-config: add svn revision to --version
Xerxes Rånby wrote: > Frits van Bommel skrev: >> Benjamin Kramer wrote: >>> The attached patch modifies the llvm build system (both autotools and >>> cmake) to write the revision into PACKAGE_VERSION: >>> >>> $ llvm-config --version >>> 2.6-71981 >>> >> I...
2011 Feb 28
3
[LLVMdev] Extending FunctionType
2011/2/28 John Criswell <criswell at illinois.edu>: > On 2/28/11 6:31 AM, Gabriel Rodríguez wrote: > > Hi all, > > I am trying to extend a FunctionType to include new parameters. In > particular, I want to > ensure that the main function has been declared with both argsc and argsv. > However > there seems to be no easy way to accomplish this: >
2008 Oct 30
1
[LLVMdev] global symbols converted to local symbols
Ryan M. Lefever wrote: > Ryan M. Lefever wrote: >> I have a bitcode file x.bc. When I run llmv-nm on x.bc, it shows that a >> function f(), that I've written, is defined as a global function (text) >> object, i.e., llvm-nm shows it marked with a 'T'. I have converted x.bc >> to an executable with the following command: llvm-ld -native -o x.exe >>
2009 Jun 12
0
[LLVMdev] Bug in x86 JIT fast emitter.
Hi Mark, Can't we run "lli -fast" on your .bc file instead of llc? Nicolas Mark Shannon wrote: > Hi there, > > I think I've found a bug in the x86 JIT. I get an assertion failure when > using thread-local variables and the fast emitter. > It only happens with the JIT, the fast emiiter and thread-locals. > (The IR passes the verifier) > > Here's the
2011 Jan 21
0
[LLVMdev] View variable-register map
On Fri, Jan 21, 2011 at 2:48 PM, Vijayaraghavan Murali <m.vijay at nus.edu.sg> wrote: > I just wish to know if other than manually comparing the llc generated > code with the source program, is there any other way of knowing which > variables in the program are mapped to which registers? I was not able > to find any suitable option for the same, so I'm wondering if there is a
2011 Feb 01
1
[LLVMdev] Loop simplification
On 02/01/2011 06:43 PM, Frits van Bommel wrote: > I don't think that's always possible. > For example: if a phi in the successor has a phi in the predecessor as > one of it's incoming values, then the predecessor cases have to be > merged into the successor phi. However, if they share a predecessor >...
2011 Mar 31
1
[LLVMdev] inserting exit function into IR
Thank you very much guys, I really appreciate your help. George On Thu, Mar 31, 2011 at 3:58 PM, Frits van Bommel <fvbommel at gmail.com>wrote: > On Thu, Mar 31, 2011 at 9:57 PM, George Baah <georgebaah at gmail.com> wrote: > > I did M.getOrInsertFunction and called the exit function with . > > > > IRBuilder<> builder = IRBuilder<>(...); > > > &...
2005 Jan 13
0
Ices Crashing (BUS error)
On Thu, 13 Jan 2005 14:43:01 +0100, Frits Letteboer <graver@graver.xs4all.nl> wrote: > Michael Smith wrote: > > On Sun, 09 Jan 2005 18:15:26 +0100, Frits Letteboer > > <graver@graver.xs4all.nl> wrote: > > > >>Hi, > >> > >>I'm currently migrating from Shoutcast/MP3 to Ice...
2000 May 15
0
Mandrake 7.0 + 2.0.6 out of the box.
Hi I'm experiencing a weird problem with an out of the box installation of samba 2.0.6 + mandrake 7.0 + kernel 2.2.14 I just added a new server within an existing network including : - 1 server running Slackware 7.0 (2.2.13) + samba 2.0.5b - dozens of win98 SE workstations Everything is working fine within the existing network each station can connect to the samba 2.0.5b server. The new
2008 May 08
1
[LLVMdev] Vector code
Nicolas Capens wrote: > Here's essentially what I try to generate: > > void add(float z[4], float x[4], float y[4]) > { > z[0] = x[0] + y[0]; > z[1] = x[1] + y[1]; > z[2] = x[2] + y[2]; > z[3] = x[3] + y[3]; > } This is the vectorized llvm-assembly equivalent: ----- define void @add(<4 x float>* %z, <4 x float>* %x, <4 x float>* %y) {
2011 Mar 31
2
[LLVMdev] inserting exit function into IR
.....); Value *one = ConstantInt::get(Type::getInt32Ty(M.getContext()),1); builder.CreateCall(exitF,one,"tmp4"); "Instruction has a name, but provides a void value! %tmp4 = call void @exit(i32 1) Broken module found, compilation aborted! " On Thu, Mar 31, 2011 at 3:51 PM, Frits van Bommel <fvbommel at gmail.com>wrote: > On Thu, Mar 31, 2011 at 9:31 PM, George Baah <georgebaah at gmail.com> wrote: > > Hi Joshua, > > I have a function foo and I want to insert exit(0) at the end of > foo. > > The problem is M.getFunction returns nul...