Displaying 20 results from an estimated 20000 matches similar to: "[LLVMdev] reg : error while building llvm IR code generator"
2009 Jun 03
2
FW: R.dll Reg.,
From: techzone2020@hotmail.com
To: r-help@stat.math.ethz.ch; r-help-request@stat.math.ethz.ch
Subject: R.dll Reg.,
Date: Wed, 3 Jun 2009 11:57:52 +0530
Sir,
I am working in R language currently.I want to link R.dll with VISUAL BASIC in order to create GUI FRONT END.But i couldnt link because of that file is copyrighted by "R Development Core Team 1995-2008".
Please
2009 Jun 03
2
FW: R.dll Reg.,
From: techzone2020@hotmail.com
To: r-help@stat.math.ethz.ch; r-help-request@stat.math.ethz.ch
Subject: R.dll Reg.,
Date: Wed, 3 Jun 2009 11:57:52 +0530
Sir,
I am working in R language currently.I want to link R.dll with VISUAL BASIC in order to create GUI FRONT END.But i couldnt link because of that file is copyrighted by "R Development Core Team 1995-2008".
Please
2010 Jun 23
1
reg:error
-- Original Message --
From: padma@ccmb.res.in
To: r-help@r-project.org
Date: Wed, 23 Jun 2010 12:19:28 +0530 (IST)
Subject: reg: R genetics problem
Dear Sir,
We need to use genetics packages at our end. We have installed R packages. When i try to choose genetics package and install, it is giving an error. Please see the attachment for the error. How can i resolve it and make it work?
Thanking
2004 Dec 01
1
reg win3.11 client configration
Dear sir,
We are using Rethat linnex 9 with which we got samba 2.2.7a. we are able to connect windows 98 and win xp machines, but the problem is we are not able to connect win 3.11 machines is there any add-on package for connecting win 3.11 clients ( windows workgrops )
with regards
Jayaram Prasad, Sr.Dy.Systems Engineer.
Systems Dept.
Hyderabad.
jayaram
2013 Apr 23
1
assigning cluster id in cluster package-reg.
Well, you don't give much of an example....
I'm replying CC to the R mailing list. Please ask questions there, rather
than adressing individuals for basic help.
Here is one; does it answer your question ?
data(agriculture)
ag.ag <- agnes(agriculture)
class(ag.ag)
pltree(ag.ag) # the dendrogram, if you want to see it
## cut the dendrogram -> get cluster assignments:
(ck3 <-
2016 Mar 28
2
llvm extract struct elements and struct size in C++
LLVM Newbie here. I have the following C++ program
using namespace std;
struct A{
int i;
int j;
};
int main()
{
struct A obj;
obj.i = 10;
obj.j = obj.i;
return 0;
}
Using clang++, I can see that LLVM IR contains struct field as below
%struct.A = type { i32, i32 }
I would like to obtain the structure elements using LLVM Pass. I write
the following program - that iterates
2010 Jun 23
1
reg: R genetics problem
Dear Sir,
We need to use genetics packages at our end. We have installed R packages. When i try to choose genetics package and install, it is giving an error. Please see the attachment for the error. How can i resolve it and make it work?
Thanking you
A Padmavathi Devi
Technical Officer
Centre for Cellular and Molecular Biology
Ph.No:27192776
"The person addressed in the email is the sole
2007 May 03
1
[LLVMdev] which g++ to compile LLVM CVS on Linux/AMD64?
Le Thu, May 03, 2007 at 09:36:22AM -0700, Chris Lattner écrivait/wrote:
> On Thu, 3 May 2007, Basile STARYNKEVITCH wrote:
> >
>
> > FWIW, the latest gcc snapshot from yesterday gcc version 4.3.0 20070501
> > (experimental) fail to compile latest LLVM (with compile errors!).
>
> Please file an llvm bug report with these errors. It may be that we are
> doing
2017 Apr 29
0
[PATCH] nv50/ir: we can't replace 0x0 with the zero reg for SHLADD
fixes a crash in Alien Isolation
Signed-off-by: Karol Herbst <karolherbst at gmail.com>
Cc: 13.0 17.0 17.1 <mesa-stable at lists.freedesktop.org>
---
src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp
2017 Apr 29
0
[PATCH] nv50/ir: we can't replace 0x0 with zero reg for SHLADD
On Sat, Apr 29, 2017 at 10:41 AM, Karol Herbst <karolherbst at gmail.com> wrote:
> fixes a crash in Alien Isolation
What crash? How did the zero get there? Does this only happen if you
do your optimization loop thing?
In either case, we still want the replaceZero() logic. However that
logic should be aware that the middle argument of a SHLADD is not to
be touched. Otherwise we could end
2017 Apr 29
2
[PATCH] nv50/ir: we can't replace 0x0 with zero reg for SHLADD
fixes a crash in Alien Isolation
Signed-off-by: Karol Herbst <karolherbst at gmail.com>
---
src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp
index 732e1a93b4..4815d6df07 100644
---
2010 Sep 06
1
[LLVMdev] DataTypes.h Header File
Hi
This is a beginner's question. I’m trying to compile Kaleidoscope Ch3
example under MinGW. As I understand most errors result from header file
DataTypes.h be missing.
I was unable to find DataTypes.h header file in llvm/System folder. Instead,
the folder contain DataTypes.h.in and DataTypes.h.cmake files. Shall I use
them to create DataTypes.h header file? Any help would be much
2012 Jun 10
1
[LLVMdev] Why no setAddressSpace method?
Dear LLVM,
A minor thing.
During opt passes it is sometimes needed to adjust the pointer address
space. However, I've noticed PointerType in LLVM has only get accessor, and
clang has its initial setter. Maybe better to
--- DerivedTypes.h (revision 156703)
+++ DerivedTypes.h (working copy)
@@ -450,6 +450,9 @@
/// @brief Return the address space of the Pointer type.
inline
2013 Jul 04
1
[LLVMdev] Kaleidoscope Tutorial is Out of Date
I'm working thought the Kaleidoscope tutorials for LLVM 3.3 and noticed the code listing for chapter 4 is out of date on the web.
Take a look at http://llvm.org/releases/3.3/docs/tutorial/LangImpl4.html. The first line includes llvm/DerivedTypes.h, but this does not compile. The correct path is llvm/IR/Derivedtypes.h. There are other differences, and the examples that I pulled along with
2013 Jul 27
4
[LLVMdev] Require Grammar for converting C to IR
Respected Sir/Madam,
As I was developing some part of compiler for a project. I require grammar
(BNF or EBNF) for converting the C code in the IR as it is not been
mentioned any where over your official website.
Awaiting for your help.
Regards,
Vijay Daultani.
M.Tech student
IIT Delhi
2002 Nov 14
5
Reg: Porting UFS/VxFs to ext2 (fwd)
Hello Gurus,
Greetings.
I have been assigned some work on the development of a migration
tool. The requirement is that it has to migrate the data on a UFS/VxFs
filesystem to an ext2 filesystem.
What are the technical apects I will have to look into to achieve
the same? Is it possible to change the on-disk structure of the UFS/VxFs
filesystem to an ext2 filesystem? The question may
2013 Jul 29
0
[LLVMdev] Require Grammar for converting C to IR
Vijay Daultani wrote:
> Respected Sir/Madam,
>
> As I was developing some part of compiler for a project. I require grammar
> (BNF or EBNF) for converting the C code in the IR as it is not been
> mentioned any where over your official website.
I don't know what you mean by "converting the C code in the IR".
Regardless, LLVM does not have BNF or EBNF forms (or any
2013 Jul 29
1
[LLVMdev] Require Grammar for converting C to IR
I am curious how do you guys do it anyways?
On Mon, Jul 29, 2013 at 3:27 AM, Nick Lewycky <nicholas at mxc.ca> wrote:
> Vijay Daultani wrote:
>
>> Respected Sir/Madam,
>>
>> As I was developing some part of compiler for a project. I require grammar
>> (BNF or EBNF) for converting the C code in the IR as it is not been
>> mentioned any where over your
2013 Jul 29
0
[LLVMdev] Require Grammar for converting C to IR
On Sat, Jul 27, 2013 at 9:02 AM, Vijay Daultani <vijay.daultani at gmail.com>wrote:
> Respected Sir/Madam,
>
> As I was developing some part of compiler for a project. I require grammar
> (BNF or EBNF) for converting the C code in the IR as it is not been
> mentioned any where over your official website.
>
> Awaiting for your help.
>
>
Hi Vijay,
If you are asking
2007 Jul 30
1
random number generator in batch jobs
Dear sir,
I want to submit R batch jobs (e.g. 5) under the linux cluster by
the script file "do_mul".
The script file "do_mul"
"
#!/bin/bash
export var
for var in $(seq 1 5)
do
qsub -v var do_test
done
exit 0
"
Through "do_mul", 5 "do_test" script files are submitted to the cluster.
The script file "do_test":
"
#!/bin/bash -l