Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] Re: LLVMdev Digest, Vol 21, Issue 27"
2006 Mar 03
1
[LLVMdev] printing constants
Sir,
Given code like:
>
> X = add int Y, 1
> Z = mul int X, 17
while I iterate over the operands of the first
instruction i want to print the variable x ,as well as
the constant 1 and while i iterate over the second
instruction i want to print variable x and constant
17.
what should I do?
thanking you,
yours sincerely,
anubham suresh
TU-Darmstadt
--- llvmdev-request at
2006 Feb 15
2
[LLVMdev] question-TUD, germany
hi everyone,
here i have a question:
is there any chance in llvm intermediate
representation to compare whether a operand (ie a
value) is used as a user without iterating over all
the instructions in a basic block.
i will explain this with an example:
i=p+4;
j=i+p;
in the above example i mean p,4,i,p which are on the
RHS are operands and the terms i,j which are on the
LHS are users.
so what i
2006 Mar 02
1
[LLVMdev] Re: LLVMdev Digest, Vol 21, Issue 2
hello everybody,
here I have a question regarding printing of the
constants( like 2 .63 etc.,) present in the
instruction while iterating over the instructions
within a basic block .
I am able to print the vaiables but not the
constants.
Can you please tell me how to get the constants
printed out while iterating over the instructions
because the constants do not have names as the
variables do(
2006 Feb 15
0
[LLVMdev] question-TUD, germany
On Wed, 2006-02-15 at 04:29, anubham suresh wrote:
> hi everyone,
> here i have a question:
> is there any chance in llvm intermediate
> representation to compare whether a operand (ie a
> value) is used as a user without iterating over all
> the instructions in a basic block.
> i will explain this with an example:
> i=p+4;
> j=i+p;
>
> in the above example i
2006 Mar 03
1
[LLVMdev] printing constants
Sir,
I am using the op_begin and op_end iterator for
iterating over the operands as mentioned below.
for (User::op_iterator
operand=j->op_begin(),operand_end=j->op_end();operand!=operand_end;++operand){
Value *v=operand->get();
const Type *t=v->getType();
cerr<<endl<<" operand: "<<"[ "<<v->hasName()<<"
2004 Nov 23
1
making winxp machine a member of the domain
Hi,
I am using Samba 3.0.7. on a Red Hat 9 system. I
tried to configure the machine as a PDC by using a
configuration file quite similar to what is giving in
the chapter 4.Windows NT domains of 'Using Samba'
2nd edition by Orielly.
Using testparm shows that the machine has been
identified as a PDC of the domain 'hamsateam.' To test
the PDC, I tried to make a WinXP
2005 Sep 04
2
Basic Doubt on Packets and Pages
Hi All,
Sorry if this is too much silly. Vorbis encoder gives
out packets of information.
1. Is it that each packet contain information of one
frame/window either 256 / 2048 or any length set by
encoder? If yes then the encoded packet will be
variable in length.
2. Every packet is divided into segments, how does the
encoder decide on number of segments in each packet?
It must be dependent upon
2005 Sep 13
2
Granule Position Information:
Hi,
If this is true:
"Granule Position Information in Ogg Header is a hint
for the decoder and gives some timing and position
information."
So say if granule position is 10000, it means that
10000 PCM samples are encoded in this page
approximately.
If this is true we can neglect this information, it
will not effect the decoding right(but might effect
for streaming)?
Ravi
2004 Jul 29
0
help regarding policing
hello sir,
i want to control the bandwidth when
sending traffic between two logicial address (ip
address ) on the same interface (eth0) on the same
machine. can i do it using tc tool.
i am sending mail using sendmail between 2 users
on same machine and sniffing packets at receiving
side. but i want to control bandwidth of this traffic
so that i do not lose packets at capture.
2005 Apr 07
1
EPROTONOSUP Problem
Hi,
I am running the dbt2 test kit for postgres-8.0.1.The
driver and client are running on Sun Solaris 10 and
the database is running on Red Hat 9.I am running the
test kit for 100 warehouses with tpw(terminal per
warehouse) value of 80.
I did truss on driver and found that after executing
some transactions an error comes related to
EPROTONOSUP. The particular point where error comes
looks like
2004 Sep 26
0
is it possible to 'Auto Call Back' in Asterisk ??
Hi All,
Is it possible to Call an external number For X
minutes if first attempt resulted In Busy or No
Answer? i.e, for example, if I called 335 8698, and it
was busy, or may be said it was busy, Asterisk will
try calling back that number for 15 minutes, once
every 5 minutes.
Thanks
Jibu
________________________________________________________________________
Yahoo! India Matrimony: Find your
2004 Oct 03
1
Help!!! Does Asterisk support call waiting in SIP phones
Hi,
I need an immediate help from anyone of you. Does
asterisk support call waiting in SIP phones?
Thanks for advance
Jibu
________________________________________________________________________
Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony
2005 Feb 18
1
wrapuptime + agents.conf
hello list,
i have problem when i am useing wrapuptime with
agents.conf
my agents.conf looks like this
[agents]
autologoff=15
musiconhold => default
wrapuptime=50000
group=1
agent => 1001,4321,Mark Spencer
recordagentcalls=yes
my aim is every call needs have wrapuptime of 5000 ms
but when ever a call comes its directly connecting not
wating any more.
your views will be highly
2005 Jan 06
1
smb vfs modules queries
I am using samba-3.0.7 on kernel version 2.6.5-3
(client as well as server).
I traced the exact function calling sequence when a
"mkdir" command is given at the client side.
I got stuck at the server side,
source/smbd/vfs.c - vfs_MkDir() -
SMB_VFS_MKDIR(conn,name,mode) (line no 357)
Could anyone please tell me exactly where is the
vfs_ops struct initialised, and which function will
2005 Jan 14
1
voice quality with asterisk
hello list ,
my set up is like this
ip device -->ser ---> asterisk(astcc) --> pstn gatewsy
my asterisk version is 1.0.2
iam using the ser as registration and asterisk aa the
prepaid one with the help of the astcc.
now my problem is the destination people
i.e the pstn line s are listening low voice
and also the blurr sound quality along with
the audio of the ip device at
2004 Dec 30
1
Regarding testsuites for protocol conformance
We have made some changes in samba-3.0.7, as part of
our graduation project. Are there any test suites
which we could use to check the conformance of the
changes,
with the original samba specifications?
Also, with reference to your statement in document
tridge_cifs04_tutorial.pdf , saying that inputs about
test documents would be welcome, if the above
mentioned suites are not available,then we
2005 Apr 17
0
running winword under wine from an existing windows installtion
Hi,
I have just built wine from source(by running
wineinstall as root). I
have two windows partitions mounted to different
directories in my
linux setup. Wine detected these during wineinstall:
***************************************************************
Windows was found on your system, and so we can use
the Windows
Drive as our Wine drive. You may, however, wish to
create a clean
Wine
2005 May 23
2
How to setup IPSec tunnel between FreeBSD and Linux systems...?
Hi,
I am trying to setup ipsec tunnel between Freebsd
(host1) and Linux (host2) systems.And I also
interested in executing some ipsec test cases( Like
TAHI conformance test suite) on the same connection.
Please, suggest me some details regarding this setup
and Specify any materials which can be obtained from
from any locations(site)..
I have enabled IPSec support for FreeBSD (4.11
Release) and
2005 Jan 07
1
Problem in code tracing (reply)
The new messages are written in
------------------>
-------------------
caas it wrote:
| I am using samba-3.0.7 on kernel version 2.6.5-3
| (client as well as server).
| I traced the exact function calling sequence when a
| "mkdir" command is given at the client side.
| I got stuck at the server side,
|
| source/smbd/vfs.c - vfs_MkDir() -
| SMB_VFS_MKDIR(conn,name,mode) (line no
2005 May 17
4
HOW TO Enable IPSec for FreeBSD.......???
Hi,
I have tried to enable IPSec support for my
FreeBSD( 4.11-RELEASE) system.
First, I copied the generic kernel configuration file
to a file I called MYKERNEL:
#cp /usr/src/sys/i386/conf/GENERIC
/usr/src/sys/i386/conf/MYKERNEL
Then, I added the following three lines to the options
section of /usr/src/sys/i386/conf/MYKERNEL:
options IPSEC
options IPSEC_ESP
options