Displaying 20 results from an estimated 3000 matches similar to: "[LLVMdev] llvm installation"
2013 Feb 10
0
[LLVMdev] llvm installation
configure:12131: $? = 0
configure:12145: result: yes
configure:12157: checking tool compatibility
configure:12180: error: g++|clang++|icc required but not found
configure can't find a c++ compiler. On Ubuntu, please install g++ (sudo
apt-get install g++).
This error should have been written to your console when you ran configure.
On Sun, Feb 10, 2013 at 8:35 AM, Manoj C
2013 Feb 11
2
[LLVMdev] Emulating an infinite register file in the backend
Hi Justin and all,
you've mentioned that you used an easy "trick" for defining an
infinite register file in the backend.
Does this involve defining a single dummy register, and then adding
this dummy reg to each register class? Is anything more needed? I
refer to the RegisterInfo.td file, as e.g:
llvm-3.0.src/lib/Target/PTX/PTXRegisterInfo.td
I'm (just starting)
2013 Feb 12
0
[LLVMdev] Emulating an infinite register file in the backend
On Mon, Feb 11, 2013 at 6:32 PM, <nkavv at physics.auth.gr> wrote:
> Hi Justin and all,
>
> you've mentioned that you used an easy "trick" for defining an infinite
> register file in the backend.
>
The original PTX back-end just didn't perform register allocation. All
registers emitted in the assembly were virtual registers, mapped to a
consecutive range.
2013 Feb 10
2
[LLVMdev] llvm-installation
hello sir,
in llvm installation ./configure command worked properly but while
giving
make -j 4 command in ubuntu
everything got build properly but at last it showed error as
llvm[4]: Linking Debug+Asserts executable clang
collect2: ld terminated with signal 9 [Killed]
make[4]: *** [/home/manoj/Desktop/LLVM/
build/Debug+Asserts/bin/clang] Error 1
make[4]: Leaving directory
2013 Feb 10
0
[LLVMdev] llvm-installation
You should use make -j with a number lower than 4, it looks like you ran
out of memory when linking.
On 10 February 2013 15:41, Manoj C <manoj.chinthala at gmail.com> wrote:
> hello sir,
> in llvm installation ./configure command worked properly but while
> giving
> make -j 4 command in ubuntu
>
> everything got build properly but at last it showed error as
>
>
2013 Feb 11
2
[LLVMdev] llvm pass
hello sir,
i build llvm-clang successfully in my pc but while running a pass i am
geetting this error
praveen at ubuntu:~/Desktop/LLVM/
build/Release$ opt -load /lib/LLVMHello.so --help
Error opening '/lib/LLVMHello.so': /lib/LLVMHello.so: cannot open shared
object file: No such file or directory
-load request ignored.
please help me to overcome the error.
-------------- next part
2013 Feb 11
0
[LLVMdev] llvm pass
---------- Forwarded message ----------
From: Manoj C <manoj.chinthala at gmail.com>
Date: Mon, Feb 11, 2013 at 11:05 AM
Subject: llvm pass
To: llvmdev at cs.uiuc.edu
hello sir,
i build llvm-clang successfully in my pc but while running a pass i am
geetting this error
praveen at ubuntu:~/Desktop/LLVM/
build/Release$ opt -load /lib/LLVMHello.so --help
Error opening
2013 Jan 21
2
[LLVMdev] request
sir,
i am in a need of llvm compiler but i do not know how to install
it. can you please help me by providing installation steps.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130121/1a00db9d/attachment.html>
2013 Jan 30
2
[LLVMdev] llvm compiler
hello sir,
i compiled simple c program for printing hello world using clang front
end it generates .s file successfully but while generating bit code it is
showing error as
llvm-as: test.s:5:17: error: expected 'global' or 'constant'
@.str = private unnamed_addr constant [12 x i8] c"hello world\00"
how to fix this error?
the .s file is in assembly language(not
2011 Jun 20
4
[LLVMdev] New Configure Option for LLVM Builds
For the PTX back-end, I would like to introduce a configure-time option to determine the number of architectural registers available to LLVM register allocation during code generation. The motivation for this is PTX is a virtual instruction set and the number of registers is configurable in the output file. Thus, the number of registers specified via tablegen is arbitrary. For different
2011 May 13
2
[LLVMdev] [ptx] Propose a register class naming convention change
On Fri, May 13, 2011 at 5:11 AM, Dan Bailey <drb at dneg.com> wrote:
> That's fine with me. Unless there's a particular reason for it I would
> suggest perhaps changing the immediate syntax as well to swap it round, so
> it would be Immi32, Immi64, Immf32, etc. It doesn't bother me that much the
> way it currently is, but when there are lots of operations taking a
2011 May 13
1
[LLVMdev] [ptx] Propose a register class naming convention change
2011/5/13 Dan Bailey <drb at dneg.com>
> Justin Holewinski wrote:
>
> On Fri, May 13, 2011 at 5:11 AM, Dan Bailey <drb at dneg.com> wrote:
>
>> That's fine with me. Unless there's a particular reason for it I would
>> suggest perhaps changing the immediate syntax as well to swap it round, so
>> it would be Immi32, Immi64, Immf32, etc. It
2013 Feb 10
1
[LLVMdev] llvm installation
hello sir,
while i am trying to run make -j 2 comand while installation it is showing
like
make: Warning: File `/home/manoj/Desktop/LLVM/build/Makefile.llvmbuild' has
modification time 2.8e+04 s in the future
llvm[0]: Reconfiguring with /home/manoj/Desktop/LLVM/llvm/configure
what does it mean?????
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 May 13
0
[LLVMdev] [ptx] Propose a register class naming convention change
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Justin Holewinski wrote:
<blockquote
cite="mid:BANLkTi=Y9EFmWRu-9dQxydq8zTyF7tEbJw@mail.gmail.com"
2013 Feb 10
0
[LLVMdev] llvm installation
Hi
If the make file wasn't created it is very likely that the configuration
stage failed.
Take a look at the contents of config.log to see where configure failed.
You could also post ( as an attachment ) the config.log file for others to
look at.
Thanks,
Dan.
On 10 Feb 2013 12:28, "Manoj C" <manoj.chinthala at gmail.com> wrote:
> hello sir,
> i am using
2013 Feb 10
0
[LLVMdev] llvm installation
Sorry currently on my phone so it is hard to read the config.log but at
glance I see errors about not being able to find g++ ( the GNU c++ compiler)
Have you installed g++?
Thanks,
Dan
On 10 Feb 2013 13:46, "Manoj C" <manoj.chinthala at gmail.com> wrote:
> hello sir,
> i am using llvm compiler for my project.i an doing llvm
> installation.i followed all the
2011 May 13
0
[LLVMdev] [ptx] Propose a register class naming convention change
That's fine with me. Unless there's a particular reason for it I would
suggest perhaps changing the immediate syntax as well to swap it round,
so it would be Immi32, Immi64, Immf32, etc. It doesn't bother me that
much the way it currently is, but when there are lots of operations
taking a register and an immediate, representing them in the same way
might be a little more
2011 May 13
3
[LLVMdev] [ptx] Propose a register class naming convention change
Hi,
Current register class naming has a confusing prefix letter 'R' (it is
my bad), such as the first 'R' of RRegu32 (for unsigned 32-bit
registers).
I propose a 'Reg' + type name naming convention for register classes; such as:
Regu16, Regu32, Regf32, Regf64
With one exception for predicate registers (capitalized first letter of 'pred'):
RegPred
Since
2008 Apr 21
1
Compile libtheora 1.0beta3 with VS2005
Hi all,
I tried to compile the theora source with VS2005. But it asked for the ogg
library. error message is as follow.
****************************************************************************
Error 1 fatal error C1083: Cannot open include file: 'ogg/ogg.h': No
such file or directory c:\Documents and
Settings\Manoj\Desktop\libtheora-1.0beta3\include\theora\codec.h
64
Error
2009 May 04
8
CentOS DomU on Opensolaris Dom0 - virt-install fails with error in virDomainCreateLinux()
Hi,
I am trying to install CentOS on an Opensolaris Dom0. virt-install fails
with an error in virDomainCreateLinux().
Is this a known issue? Am I missing some step?
manoj@mowgli:~$ uname -a
SunOS mowgli 5.11 snv_101b i86pc i386 i86xpv Solaris
manoj@mowgli:~$ pfexec virt-install
What is the name of your virtual machine? centos
How much RAM should be allocated (in megabytes)? 512
What would