search for: annulen

Displaying 20 results from an estimated 51 matches for "annulen".

2012 Jul 13
2
[LLVMdev] Compiling llvm and Clang on Linux
...re CC=... is the right syntax. Isn't it? while you might think so, try it the other way round. Also, by doing make VERBOSE=1 you can see which compiler is really being used. Ciao, Duncan. > > Regard, > Sitvanit > > > > > > > > From: Konstantin Tokarev <annulen at yandex.ru> > To: Sitvanit Ruah/Haifa/IBM at IBMIL, > Cc: llvmdev-bounces at cs.uiuc.edu, llvmdev at cs.uiuc.edu, Duncan Sands > <baldrick at free.fr> > Date: 12/07/2012 05:09 PM > Subject: Re:[LLVMdev] Compiling llvm and Clang on Linux > > > > &gt...
2012 Jul 15
0
[LLVMdev] Compiling llvm and Clang on Linux
...gure and got CC=gcc44: Command not found So the syntax is indeed as wriiten in the help. Sitvanit Ruah Formal Verification Group IBM Haifa Research Laboratory Tel: 972-4-828-1249 From: Duncan Sands <baldrick at free.fr> To: Sitvanit Ruah/Haifa/IBM at IBMIL, Cc: Konstantin Tokarev <annulen at yandex.ru>, llvmdev at cs.uiuc.edu, llvmdev-bounces at cs.uiuc.edu Date: 13/07/2012 08:50 AM Subject: Re: [LLVMdev] Compiling llvm and Clang on Linux Sent by: Duncan Sands <duncan.sands at gmail.com> Hi Sitvanit, On 12/07/12 22:18, Sitvanit Ruah wrote: > I ran "c...
2012 Aug 02
0
[LLVMdev] Reading the output of clang
...give us the control flow graph. Is this the llvm IR? If so, how do I read into memory a file that was generated by clang++ -emit-llvm <source file>. Thanks, Sitvanit Sitvanit Ruah Formal Verification Group IBM Haifa Research Laboratory Tel: 972-4-828-1249 From: Konstantin Tokarev <annulen at yandex.ru> To: Sitvanit Ruah/Haifa/IBM at IBMIL, Cc: llvmdev at cs.uiuc.edu Date: 01/08/2012 01:22 PM Subject: Re:[LLVMdev] Reading the AST from the bitcode generated by clang > Hi all, > After reading the documentation on clang I still have the following > question:...
2016 Aug 19
2
OT: Cloning llvm repo over low speed connection != fun
19.08.2016, 18:38, "Renato Golin" <renato.golin at linaro.org>: > On 19 August 2016 at 16:34, Konstantin Tokarev <annulen at yandex.ru> wrote: >>>  But that affected *everybody*. Using Git or SVN, using Windows or >>>  Linux, trying to download Linux, LLVM, GCC, Linaro stuff. >> >>  But with SVN you don't fetch complete history. > > You can do that with Git, too. And SVN is g...
2012 Dec 03
3
[LLVMdev] Minimum Python Version
03.12.2012, 11:44, "Marc J. Driftmeyer" <mjd at reanimality.com>: > One of the most conservative distributions is Debian. RHEL/CentOS is more conservative. RHEL 6 ships Python 2.6.6, RHEL 5 (which is still widely used) ships 2.4.3 -- Regards, Konstantin
2012 Aug 01
3
[LLVMdev] Reading the AST from the bitcode generated by clang
> Hi all, > After reading the documentation on clang I still have the following > question: > How do I read the bitcode generated by clang from a C++ file? I need to > have all the AST information in memory. AST has nothing to do with LLVM bitcode. -- Regards, Konstantin
2013 Sep 19
2
[LLVMdev] LLVM virtual machine
...on the running of llvm bytecode I can test several platforms simultaneously because I can translate the enhancements done on llvm code in optimizations specific for each platform without having to redo the research. regards, dacian ________________________________ From: Konstantin Tokarev <annulen at yandex.ru> To: Herbei Dacian <dacian_herbei at yahoo.fr>; "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> Sent: Thursday, 19 September 2013, 16:25 Subject: Re: [LLVMdev] LLVM virtual machine 19.09.2013, 18:20, "Herbei Dacian" <dacian_herbei at yahoo.f...
2013 Oct 06
3
[LLVMdev] LLVM 3.3 in llvm.org Ubuntu APT repository
On Sun, Oct 6, 2013 at 6:12 PM, Konstantin Tokarev <annulen at yandex.ru> wrote: >> It seems like the llvm-3.3-* packages are gone from the Ubuntu Precise >> APT repository, http://llvm.org/apt/precise/. >> >> Is this on purpose? Any recommended replacements? (Launchpad?) > > http://llvm.org/docs/GettingStarted.html#getting-...
2013 Oct 06
2
[LLVMdev] LLVM 3.3 in llvm.org Ubuntu APT repository
...see 3.4 snapshots in the > repository. Will that not do? > > If there are any regressions keeping you back on 3.3 now's a good time > to report them! > > Alp. > > On 06/10/2013 18:22, David Nadlinger wrote: > > On Sun, Oct 6, 2013 at 6:12 PM, Konstantin Tokarev <annulen at yandex.ru> > wrote: > >>> It seems like the llvm-3.3-* packages are gone from the Ubuntu Precise > >>> APT repository, http://llvm.org/apt/precise/. > >>> > >>> Is this on purpose? Any recommended replacements? (Launchpad?) > >> >...
2013 Sep 19
0
[LLVMdev] LLVM virtual machine
...cause I can translate > the enhancements done on llvm code in optimizations specific for each > platform without having to redo the research. > regards, > dacian > > > ------------------------------------------------------------------------ > *From:* Konstantin Tokarev <annulen at yandex.ru> > *To:* Herbei Dacian <dacian_herbei at yahoo.fr>; "llvmdev at cs.uiuc.edu" > <llvmdev at cs.uiuc.edu> > *Sent:* Thursday, 19 September 2013, 16:25 > *Subject:* Re: [LLVMdev] LLVM virtual machine > > > 19.09.2013, 18:20, "Herbei Daci...
2012 Jul 12
2
[LLVMdev] Compiling llvm and Clang on Linux
> Yes, it is the same error referring to 4.1.2. > > /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../../include/c+ > +/4.1.2/i386-redhat-linux/bits/gthr-default.h:114:1: error: weakref > declaration must have internal > linkage > __gthrw(pthread_key_delete) > > There are several such errors. Are you sure you are usin gcc44? Don't you need to run CC=gcc44 CXX=g++44
2012 Jul 12
0
[LLVMdev] Compiling llvm and Clang on Linux
I ran "configure -help " and it says usage: configure [OPTION]..... [VAR=VALUE] So I assume configure CC=... is the right syntax. Isn't it? Regard, Sitvanit From: Konstantin Tokarev <annulen at yandex.ru> To: Sitvanit Ruah/Haifa/IBM at IBMIL, Cc: llvmdev-bounces at cs.uiuc.edu, llvmdev at cs.uiuc.edu, Duncan Sands <baldrick at free.fr> Date: 12/07/2012 05:09 PM Subject: Re:[LLVMdev] Compiling llvm and Clang on Linux > Yes, it is the same error referring to...
2012 Aug 15
2
[LLVMdev] C++ demangling in LLVM
15.08.2012, 19:25, "Villmow, Micah" <Micah.Villmow at amd.com>: > Three reasons. > 1) I need to modify the code to support extensions to the standard demangler. > 2) GCC's version is GPL v3. And? BTW, there is BSD-licensed implementation of __cxa_demangle in libcxxrt > 3) Need windows support. > > Micah -- Regards, Konstantin
2012 Aug 15
0
[LLVMdev] C++ demangling in LLVM
> -----Original Message----- > From: Konstantin Tokarev [mailto:annulen at yandex.ru] > Sent: Wednesday, August 15, 2012 9:10 AM > To: Villmow, Micah > Cc: Chris Lattner; Dmitry Vyukov; LLVM Developers Mailing List > Subject: Re: [LLVMdev] C++ demangling in LLVM > > > > 15.08.2012, 19:25, "Villmow, Micah" <Micah.Villmow at amd.co...
2012 Dec 03
0
[LLVMdev] Minimum Python Version
On Mon, Dec 3, 2012 at 4:31 AM, Konstantin Tokarev <annulen at yandex.ru> wrote: > > 03.12.2012, 11:44, "Marc J. Driftmeyer" <mjd at reanimality.com>: >> One of the most conservative distributions is Debian. > > RHEL/CentOS is more conservative. RHEL 6 ships Python 2.6.6, RHEL 5 (which is still widely used) ships 2.4.3 &...
2013 Oct 06
0
[LLVMdev] LLVM 3.3 in llvm.org Ubuntu APT repository
...repository. Will that not do? > > If there are any regressions keeping you back on 3.3 now's a good time > to report them! > > Alp. > > On 06/10/2013 18:22, David Nadlinger wrote: > > On Sun, Oct 6, 2013 at 6:12 PM, Konstantin Tokarev > <annulen at yandex.ru <mailto:annulen at yandex.ru>> wrote: > >>> It seems like the llvm-3.3-* packages are gone from the Ubuntu > Precise > >>> APT repository, http://llvm.org/apt/precise/. > >>> > >>> Is this on purpose? Any r...
2013 Oct 06
0
[LLVMdev] LLVM 3.3 in llvm.org Ubuntu APT repository
..., while I don't see 3.3 packages I do see 3.4 snapshots in the repository. Will that not do? If there are any regressions keeping you back on 3.3 now's a good time to report them! Alp. On 06/10/2013 18:22, David Nadlinger wrote: > On Sun, Oct 6, 2013 at 6:12 PM, Konstantin Tokarev <annulen at yandex.ru> wrote: >>> It seems like the llvm-3.3-* packages are gone from the Ubuntu Precise >>> APT repository, http://llvm.org/apt/precise/. >>> >>> Is this on purpose? Any recommended replacements? (Launchpad?) >> http://llvm.org/docs/GettingStarte...
2016 Aug 19
3
OT: Cloning llvm repo over low speed connection != fun
19.08.2016, 18:30, "Renato Golin via llvm-dev" <llvm-dev at lists.llvm.org>: > On 19 August 2016 at 16:22, C Bergström <llvm-dev at lists.llvm.org> wrote: >>  Have you ever stayed in a non-hilton hotel while traveling? I don't >>  mean couch surfing, but just average place.. I'd even add some above >>  average places to the list and when you get
2012 Jul 15
2
[LLVMdev] Compiling llvm and Clang on Linux
...../llvm/configure Ciao, Duncan. > > Sitvanit Ruah > Formal Verification Group > IBM Haifa Research Laboratory > Tel: 972-4-828-1249 > > > > > From: Duncan Sands <baldrick at free.fr> > To: Sitvanit Ruah/Haifa/IBM at IBMIL, > Cc: Konstantin Tokarev <annulen at yandex.ru>, llvmdev at cs.uiuc.edu, > llvmdev-bounces at cs.uiuc.edu > Date: 13/07/2012 08:50 AM > Subject: Re: [LLVMdev] Compiling llvm and Clang on Linux > Sent by: Duncan Sands <duncan.sands at gmail.com> > > > > Hi Sitvanit, > > On 12/07/12...
2012 Jun 21
1
[LLVMdev] [cfe-dev] is configure+make dead yet?
21.06.2012, 14:43, "Christophe Duvernois" <christophe.duvernois at gmail.com>: > Hi > > Speaking about a good existing build system in python, there is waf : http://code.google.com/p/waf/ > It is in my opinion far more better than cmake on any point (performance, flexibility, easy to use, ...) ... I propose premake [1]. It also has nice performance, flexibility, and