search for: lepilleur

Displaying 12 results from an estimated 12 matches for "lepilleur".

2005 Sep 20
2
[LLVMdev] How to compile llvm with mingw on Windows ?
>From: "Baptiste Lepilleur" >Date: Tue, 20 Sep 2005 09:29:07 +0200 > >Henrik Bach wrote: >>Hi, >> >>Please have a look on my private Getting started with MinGW: >> >>http://www.geocities.com/henrik_bach_llvm/ > > >Thanks Henrik.The make line was most useful. Though, in my...
2007 Jan 05
2
[LLVMdev] ICmp documentation clarification
Reid Spencer wrote: > Hi Baptiste, > > On Fri, 2007-01-05 at 09:44 +0100, Baptiste Lepilleur wrote: >> I just want to make sure I understand the semantic of the icmp >> function correctly as assumption are dangerous in this domain. >> >> The syntax is specified as follow: >> <result> = icmp <cond> <ty> <var1>, <var2> ; yields {b...
2005 Sep 21
0
[LLVMdev] How to compile llvm with mingw on Windows ?
Henrik Bach wrote: >> From: "Baptiste Lepilleur" >> Date: Tue, 20 Sep 2005 09:29:07 +0200 >> >> Henrik Bach wrote: >>> Hi, >>> >>> Please have a look on my private Getting started with MinGW: >>> >>> http://www.geocities.com/henrik_bach_llvm/ >> >> >> Thanks He...
2010 Feb 02
0
[LLVMdev] About setting up official git & bzr mirrors.
Launchpad already maintains bzr mirrors: http://code.launchpad.net/llvm The mirrors are the lp:~vcs-import branches (a specific launchpad user used for automatically mirroring branches). Baptiste. 2009/10/28 Óscar Fuentes <ofv at wanadoo.es> > Time ago when the svn server was crawling due to massive hammering from > people mirroring the repo, someone said that after the 2.6 release
2007 Jan 05
0
[LLVMdev] ICmp documentation clarification
Hi Baptiste, On Fri, 2007-01-05 at 09:44 +0100, Baptiste Lepilleur wrote: > I just want to make sure I understand the semantic of the icmp function > correctly as assumption are dangerous in this domain. > > The syntax is specified as follow: > <result> = icmp <cond> <ty> <var1>, <var2> ; yields {bool}:result >...
2007 Jan 05
0
[LLVMdev] ICmp documentation clarification
Hi Baptiste, On Fri, 2007-01-05 at 22:10 +0100, Baptiste Lepilleur wrote: > Reid Spencer wrote: > > Hi Baptiste, > > > > On Fri, 2007-01-05 at 09:44 +0100, Baptiste Lepilleur wrote: > >> I just want to make sure I understand the semantic of the icmp > >> function correctly as assumption are dangerous in this domain. > >...
2007 Jan 05
2
[LLVMdev] ICmp documentation clarification
I just want to make sure I understand the semantic of the icmp function correctly as assumption are dangerous in this domain. The syntax is specified as follow: <result> = icmp <cond> <ty> <var1>, <var2> ; yields {bool}:result But I can not find the documentation for <ty>. Is the following interpretation correct: Both <var1> and <var2> are
2009 Oct 28
6
[LLVMdev] About setting up official git & bzr mirrors.
Time ago when the svn server was crawling due to massive hammering from people mirroring the repo, someone said that after the 2.6 release we could discuss creating official mirrors for those who work with svn clients based on distributed VCSs such as git and bazaar. Such mirrors increase productivity (facilitating experimentation and parallel tasks, allowing off-line work) and even lessens the
2005 Sep 09
1
[LLVMdev] Missing STL include in CVS prevent compilation on vc++.
See patch below (std::remove is used but the corresponding header is not included). Baptiste. Index: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp =================================================================== RCS file: /var/cvs/llvm/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp,v retrieving revision 1.9 diff -u -r1.9 DAGCombiner.cpp --- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
2009 Dec 09
2
[LLVMdev] Problem with code generated for call using stdcall convention
Hi, I'm trying to run the following module in lli on LLVM 2.6, Windows/MSVS 2008, 32 bits memory model: --- declare x86_stdcallcc i8* @GetStdHandle(i32) define i32 @main() { %handle = call i8* @GetStdHandle(i32 -11) ret i32 0 } --- (This small modules that just retrieve the handle to stdout using WIN32 API). I'm converting it to bytecode using: llvm-as.exe -f
2009 Dec 09
3
[LLVMdev] Problem with code generated for call using stdcall convention
2009/12/9 Anton Korobeynikov <anton at korobeynikov.info> > Hello > > Is my initial LLVM-IR correct for invoking WIN32 API function? > No. You forgot to put calling convention on the call itself. > Thanks, this work great! I naively though it would pick up the call convention from the declaration as there was no error like we have when the wrong number of parameters is
2005 Sep 14
1
[LLVMdev] How to compile llvm with mingw on Windows ?
I'm trying to compile llvm (cvs head) on windows (WinXP sp2) using the lastest mingw, but I'm getting the link errors found below. It seems that the tools are not being linked with win32 api lib (libimagehlp.a and libpsapi.a) which defines the missing symbols. The TOOLS_VERBOSE link command is at the end of the mail and does not contain those libraries. The configure line I'm