Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] producing error messages"
2002 Oct 11
2
[LLVMdev] Accessing a function's arguments
I am trying to generate a simple wrapper function:
Function* pWrapper = m_module.getOrInsertFunction(name,
FunctionType::get(Type::VoidTy,
vector<const Type*>(1, PointerType::get(Type::IntTy)), false));
How do I actually get the Value* for the one argument to this function?
The pWrapper->getArgumentList().size() is 0. Shouldn't the argument list
contain the Value*
2002 Oct 11
0
[LLVMdev] Accessing a function's arguments
Just a followup for the archives ...
> I am trying to generate a simple wrapper function:
>
> Function* pWrapper = m_module.getOrInsertFunction(name,
> FunctionType::get(Type::VoidTy,
> vector<const Type*>(1, PointerType::get(Type::IntTy)), false));
>
> How do I actually get the Value* for the one argument to this function?
> The
2003 Sep 26
0
R spatial projects mailing list and web site
A mailing list has been opened, and a collection of web pages assembled,
to provide a joint forum for R spatial projects, where spatial data is
understood mostly as geographical data.
The mailing list is for discussing the development and use of R functions
and packages for handling and analysis of spatial, and particularly
geographical, data. The list also covers mapping and cartographic issues,
2003 Sep 26
0
R spatial projects mailing list and web site
A mailing list has been opened, and a collection of web pages assembled,
to provide a joint forum for R spatial projects, where spatial data is
understood mostly as geographical data.
The mailing list is for discussing the development and use of R functions
and packages for handling and analysis of spatial, and particularly
geographical, data. The list also covers mapping and cartographic issues,
2010 Mar 11
2
[LLVMdev] gold plugin use
---- Original message ----
>Date: Wed, 10 Mar 2010 22:09:22 -0800
>From: Nick Lewycky <nicholas at mxc.ca>
>Subject: Re: [LLVMdev] glod plugin use
>To: Swarup Kumar Sahoo <ssahoo2 at illinois.edu>
>Cc: llvmdev at cs.uiuc.edu, Rafael Espindola <espindola at google.com>
>
>Swarup Kumar Sahoo wrote:
>> Hi,
>> I was trying to use gold plugin
2010 Mar 11
0
[LLVMdev] glod plugin use
Swarup Kumar Sahoo wrote:
> Hi,
> I was trying to use gold plugin to compile and run some of my passes on some large softwares like mysql, apache etc. When I compile using llvm-gcc, everything works fine. But, when I followed the instructions on http://llvm.org/docs/GoldPlugin.html#build to use gold plugin, I got errors like:
>
> /home/vadve/ssahoo2/local/bin/ld: error:
2009 Mar 30
1
help needed for survey
Hi,
We are working on a project related to software bugs of server applications at univ of Illinois at Urbana Champaign. We need to do a survey based on lots of past bugs. It will of great help, if someone can point where I can get such a list of past and current bugs, possibly with the fixes for us to analyze. This is just a survey and there should not be any security related issues. Thanks in
2009 May 13
2
[LLVMdev] Slightly OT: LLVM in NVidia OpenCL
Well well, LLVM seems to be everywhere these days :)
>From the OpenCL SDK release notes:
NOTICE: Portions of the NVIDIA system software contain components licensed
from third parties under the following terms:
Clang & LLVM:
Copyright (c) 2003-2008 University of Illinois at Urbana-Champaign.
All rights reserved.
Portions of LLVM's System library:
Copyright (C)
2006 Apr 07
0
[LLVMdev] CVS Broken?
I'm guessing the problem occurred because I hadn't updated in a while
(maybe a couple of weeks?) and I had an old Intrinsics.gen file
hanging around in my source directory that was getting picked up by
the makefile for some reason. This is a bug, but maybe it's harmless
because there's a onetime workaround (delete the file by hand) and it
won't be a problem for
2010 Mar 10
4
[LLVMdev] glod plugin use
Hi,
I was trying to use gold plugin to compile and run some of my passes on some large softwares like mysql, apache etc. When I compile using llvm-gcc, everything works fine. But, when I followed the instructions on http://llvm.org/docs/GoldPlugin.html#build to use gold plugin, I got errors like:
/home/vadve/ssahoo2/local/bin/ld: error: modules/standard/libstandard.a: no archive symbol table
2009 May 14
0
[LLVMdev] Slightly OT: LLVM in NVidia OpenCL
On Wed, May 13, 2009 at 6:35 AM, Paul Melis <llvm at assumetheposition.nl> wrote:
> Well well, LLVM seems to be everywhere these days :)
>
> >From the OpenCL SDK release notes:
>
> NOTICE: Portions of the NVIDIA system software contain components licensed
> from third parties under the following terms:
>
> Clang & LLVM:
> Copyright (c) 2003-2008
2013 Oct 24
0
Faculty Position in Biometry / Biological Statistics at Illinois
Assistant/Associate Professor of Biometry
Department of Crop Sciences
College of Agricultural, Consumer and Environmental Sciences
University of Illinois at Urbana ? Champaign
The Department of Crop Sciences is seeking candidates for an Assistant/Associate Professor of Statistics.
The successful candidate will develop a vigorous, externally funded, and nationally recognized research program with
2006 Apr 07
2
[LLVMdev] CVS Broken?
OK, when I copy $(SRCDIR)/include/llvm/Intrinsics.gen to $(OBJDIR)/
include/llvm/ by hand after building (and failing) once, the build
succeeds. This is definitely a makefile bug.
Rob
On Apr 7, 2006, at 11:40 AM, Chris Lattner wrote:
> On Fri, 7 Apr 2006, Robert L. Bocchino Jr. wrote:
>> I just updated from CVS, and after doing a clean rebuild I get
>> this error:
>
>
2006 Apr 07
0
[LLVMdev] CVS Broken?
On Fri, 7 Apr 2006, Robert L. Bocchino Jr. wrote:
> I did a utils/cvsupdate, and there are no conflicts. srcdir != objdir. This
> is on persephone.
>
> Are you not getting this error? Perhaps I should check out a fresh tree and
> try to compile it?
Nope, I don't think anyone else is getting this error. If you could try a
fresh build that would be great, I'll fire
2009 May 13
0
[LLVMdev] Slightly OT: LLVM in NVidia OpenCL
Nothing to get excited about.
OpenCL == JITted C code.
How many c99 compiler do you know that can jit C code?
Its been open secret for long time in fact first entry of opencl in
wikipedia
mentioned clang/llvm but was removed after sometime. Intel podcast
mentioned it.
gcc mailing list pondered it. etc...
Apple has used LLVM to jit OpenGL. so it is natural progression with
OpenCL.
In fact
2002 Nov 26
1
Problem with accented characters in portuguese
Dear all,
I've recently encountered a strange behaviour when using R with portuguese
accented characters. The most curious aspect is that using the same code with
ESS under XEmacs the behaviour is different.
My system is:
> R.version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major
2006 Apr 07
2
[LLVMdev] CVS Broken?
I did a utils/cvsupdate, and there are no conflicts. srcdir !=
objdir. This is on persephone.
Are you not getting this error? Perhaps I should check out a fresh
tree and try to compile it?
Rob
On Apr 7, 2006, at 11:40 AM, Chris Lattner wrote:
> On Fri, 7 Apr 2006, Robert L. Bocchino Jr. wrote:
>> I just updated from CVS, and after doing a clean rebuild I get
>> this
2003 Oct 29
2
constrained OLS on coefficient
Hi,
I would like to know if anyone has any idea of how to run an OLS with
constraints? I need to contraint a coefficient estimate in the model equal to
1, and I am not sure how to include it into the OLS estimation...
I was hoping to find something like "cnsreg" in STATA..
thank you
Soyoko
______________________________________
Ms. Soyoko Umeno
Graduate Research Assitant for the
2004 Jun 08
0
authentication, pam, etc. (more)
Dear Samba Folks,
Re the message I sent you earlier (reproduced
below). The logs are also producing error
messages such as this:
smbd[12778]: pam_succeed_if: requirement "uid < 100" not met by user
"bonomo"
smbd[12821]: pam_succeed_if: requirement "uid < 100" not met by user
"bonomo"
smbd[12840]: pam_succeed_if: requirement "uid <
2008 Apr 07
1
Anova function and glm.nb
Hi All,
I am using the glm.nb function from the MASS package (current version)
to fit and compare GLMs with negative binomial error distributions. My
question is: what is the appropriate method to use in the anova function
to compare models? If only one fitted object like
m<-glm.nb(number<-p+sal+temp,data=data)
is specified in the anova function (anova(m)), a fixed theta is used to