search for: miennes

Displaying 20 results from an estimated 42 matches for "miennes".

2007 May 10
0
[LLVMdev] 2.0 Release Process
...of cvs) to get the latest LLVM source code? Regards -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 8, rue de la Faïencerie, 92340 Bourg La Reine, France *** opinions {are only mines, sont seulement les miennes} ***
2007 Oct 22
2
[LLVMdev] Q: missing -fPIC in llvmc?
...enerated- into .so as directly as possible... Regards -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *** opinions {are only mines, sont seulement les miennes} ***
2008 Jul 20
1
[LLVMdev] generating a shared object from a single *.ll (LLVM) source?
...to document it in the man pages or the --help output? -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *** opinions {are only mines, sont seulement les miennes} ***
2009 May 01
6
[LLVMdev] open source multithreaded garbage collector suitable for LLVM applications?
...ations with some other GC than Boehm's? Regards. -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *** opinions {are only mines, sont seulement les miennes} ***
2007 Jun 29
1
[LLVMdev] LLVM assembly without basic block
...need to avoid tests and loops. > >-- >Basile STARYNKEVITCH http://starynkevitch.net/Basile/ >email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 >8, rue de la Faïencerie, 92340 Bourg La Reine, France >*** opinions {are only mines, sont seulement les miennes} *** > > >_______________________________________________ >LLVM Developers mailing list >LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2007 May 09
2
[LLVMdev] 2.0 Release Process
The release branch has been created and the llvm-gcc mirror updated (thanks Bill!). I will be doing some preliminary testing before I request the help of the community to test the release. During this time, I ask that developers only commit documentation changes to the release branch and email the list with any bug fixes that need to be merged into the release branch. Bug fixes have to be
2007 May 03
3
[LLVMdev] which g++ to compile LLVM CVS on Linux/AMD64?
...rors!). Is LLVM bootstraped thru g++-llvm? Regards -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 8, rue de la Faïencerie, 92340 Bourg La Reine, France *** opinions {are only mines, sont seulement les miennes} ***
2007 Jun 29
1
[LLVMdev] LLVM assembly without basic block
...and in the LLVM usage of them? > >-- >Basile STARYNKEVITCH http://starynkevitch.net/Basile/ >email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 >8, rue de la Faïencerie, 92340 Bourg La Reine, France >*** opinions {are only mines, sont seulement les miennes} *** > > >_______________________________________________ >LLVM Developers mailing list >LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2007 May 03
1
[LLVMdev] which g++ to compile LLVM CVS on Linux/AMD64?
...shot) or in LLVM (today's CVS snapshot) Regards. -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 8, rue de la Faïencerie, 92340 Bourg La Reine, France *** opinions {are only mines, sont seulement les miennes} ***
2007 May 12
3
[LLVMdev] reading a module from a memory string (BitCode)
...on AMD64 and reload them on x86 (32 bits)? Regards. -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 8, rue de la Faïencerie, 92340 Bourg La Reine, France *** opinions {are only mines, sont seulement les miennes} ***
2009 Mar 14
1
[LLVMdev] Another Ubuntu problem:
Thanks for the help with stack smashing. Now my Ubuntu-user has another problem that I cannot reproduce from Debian: my HLVM JIT compiler links to C code and calls it both from the compiler and from the run-time generated code. That works perfectly here but on his Ubuntu box it compiles fine and the compiler calls the C code fine but the LLVM-generated code barfs with: *ERROR: Program used
2006 Jun 25
1
Testing a FastAGI script
Hi, (I tried to post this message a week ago but I don't think it could reach the list. Please forgive me if you already received it). I would like to develop my first FastAGI script. I would like to test it independently from Asterisk for the sake of simplicity. Which linux (or cygwin) tool is the best for that ? Using this tool, I will open a FastAGI connection, throw data in and read
2007 May 16
1
[LLVMdev] tiny compilation error with g++ 4.1.3
...<< (intptr_t)(Val.PointerVal); break; Regards -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 8, rue de la Faïencerie, 92340 Bourg La Reine, France *** opinions {are only mines, sont seulement les miennes} ***
2007 Jun 29
1
[LLVMdev] LLVM assembly without basic block
Hello, guys. I just wonder if there is any way to spit out LLVM assembly without any basic block division. E.g., If I emit LLVM assembly for the following simple code: ------------------------------------------------------------ void f_loop(long* c, long sz) { long i; for (i = 0; i < sz; i++) { long offset = i * sz; long* out = c + offset; out[i] = 0; } }
2007 Oct 22
0
[LLVMdev] Q: missing -fPIC in llvmc?
On Mon, 22 Oct 2007, Basile STARYNKEVITCH wrote: > On a Debian/AMD64 host I am surprised that there is apparently no way to > generate position independent code in shared object (i.e. to output > files which are easy dlopen-able without pain)? > > I probably missed something obvious, but what? You're missing the fact that llvmc is highly experimental, and is not really usable
2007 Nov 05
0
[LLVMdev] 'Implementing a language with LLVM' tutorial
...a link to the topmost http://llvm.org/docs/tutorial/ -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *** opinions {are only mines, sont seulement les miennes} ***
2007 Dec 04
1
[LLVMdev] documentation in PDF (or PS)?
...iendly format like PDF or PostScript or DVI? Regards. -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *** opinions {are only mines, sont seulement les miennes} ***
2007 Dec 08
1
[LLVMdev] documentation (or tutorial or example) of ADT/StringMap.h
...strings, ie null terminated array of chars. Regards. -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *** opinions {are only mines, sont seulement les miennes} ***
2007 Dec 15
1
[LLVMdev] llvm and assemble code
Hi Guys, I am really a fresh man on compiler. I want to make a compiler that transform C-like language into assemble form, as the the same as Pixie's or Aqsis's RenderMan Shading Language compiler, just like this, #!version 2.1.1 surface #!parameters: uniform float Ka = 1 uniform float Kd = 1 #!variables: varying vector Nf varying vector temporary_0 varying vector temporary_1 varying
2008 Mar 24
1
[LLVMdev] AsmParser/Lexer.l error
...--version :: g++ (GCC) 4.2.3 (Debian 4.2.3-2) Regards -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *** opinions {are only mines, sont seulement les miennes} ***