search for: sivaraman

Displaying 20 results from an estimated 21 matches for "sivaraman".

2015 Jun 16
2
[LLVMdev] Program order in inst_iterator?
On 6/16/15 1:09 AM, Nick Lewycky wrote: > Anirudh Sivaraman wrote: >> On Mon, Jun 15, 2015 at 10:50 AM, mats >> petersson<mats at planetcatfish.com> wrote: >>> It will iterate over the instructions in the order that they are >>> stored in >>> the module/function/basicblock that they belong to. And that SHOULD,...
2015 Jun 15
2
[LLVMdev] Program order in inst_iterator?
...Thanks for the reply. What about instruction ordering across basic blocks? Let's say instructions IA and IB belong to basic blocks BBa and BBb, where BBa is before BBb in program order. Then, will IA be printed before IB? Anirudh > -- > Mats > > On 15 June 2015 at 18:10, Anirudh Sivaraman <sk.anirudh at gmail.com> wrote: >> >> Does inst_iterator >> >> (http://llvm.org/docs/ProgrammersManual.html#iterating-over-the-instruction-in-a-function) >> guarantee that the iterated instructions are in program order: the >> order of instructions printed...
2015 Jun 29
3
[LLVMdev] Inferring dependencies in phi instructions
...problem with using phi-functions in DFG? Yes they require more > work to find out what they depend on. > > Kind regards, > Evgeny Astigeevich > > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On > Behalf Of Anirudh Sivaraman > Sent: 29 June 2015 07:25 > To: LLVM Developers Mailing List > Subject: [LLVMdev] Inferring dependencies in phi instructions > > I am trying to infer data dependencies using LLVM's def-use chains and I am > having trouble dealing with 'phi' instructions. Specifically,...
2010 Aug 02
7
Persistent SSH sessions
Hi all I have an ADSL modem which reboots when there is a power cut and the inverter (UPS) kicks in. Internet access is down for a duration of 1 to 2 minutes while the modem boots. I have many SSH tunnels and shells active. Due to the default "TCPKeepAlive On" setting, these sessions are terminated almost immediately. I tried the following configuration: sshd_config on server:
2015 Jun 15
2
[LLVMdev] Program order in inst_iterator?
Does inst_iterator (http://llvm.org/docs/ProgrammersManual.html#iterating-over-the-instruction-in-a-function) guarantee that the iterated instructions are in program order: the order of instructions printed by llvm-dis? Thanks in advance, Anirudh
2004 Sep 10
1
porting flac to uClinux ?
hi I am trying to port the flac decoder library to uClinux which runs on blackfin processor I saw a directory contains ASM files inside src/libFLAC/ia32. I need to know, whether these files are to be converted to corresponding blackfin ASM routines in order for the decoder to work. regrads sivaraman __________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail
2015 Jun 17
2
[LLVMdev] Boolean simplification in LLVM
I am trying to implement if-conversion as an LLVM pass. My reference is Chapter 7 of the book ""Optimizing Compilers for Modern Architectures", based on the suggestion here: https://groups.google.com/d/msg/llvm-dev/FlDGnqSGbR8/eH5hO9IBbXYJ Some steps in the if-conversion pass require simplification of Boolean Expressions. Is this doable within the LLVM API? llvm::ConstantExpr seems
2005 Oct 28
2
Smtp mail server
Hi. I need advice for a mail sever for linux. I only interested in smtp and smtp secure service. I need the ability to resend the incorrects mails that have incorrect address or that couldn't be sended beacause there wasn't internet connection. The best thing is if the mail server has a web interface where I could resend incorrect emails. Thanks in advance
2005 Dec 22
4
Centos cds in delhi
Dear Friends, I do require centos 4.2 x86_64 cds here in delhi,India. If anyone of you can arrange that for me i will be vary grateful. The requirement is urgent. Thanks for your time and effort. -- Regards Abhishek Jain -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ .
2015 Jun 29
2
[LLVMdev] Inferring dependencies in phi instructions
...uld you point me to any code example that identifies all dependencies (control and data) for phi instructions? > Kind regards, > Evgeny Astigeevich > > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On > Behalf Of Anirudh Sivaraman > Sent: 29 June 2015 07:25 > To: LLVM Developers Mailing List > Subject: [LLVMdev] Inferring dependencies in phi instructions > > I am trying to infer data dependencies using LLVM's def-use chains and I am > having trouble dealing with 'phi' instructions. Specifically,...
2015 Jun 29
3
[LLVMdev] Inferring dependencies in phi instructions
I am trying to infer data dependencies using LLVM's def-use chains and I am having trouble dealing with 'phi' instructions. Specifically, If I am given the code snippet: int foo() { int y = 1; int x; if (y) { x = 2; } else { x = 3; } return x; } Here, x has a data dependence on y (not control because x is assigned in both halves), but LLVM expresses 'x'
2005 Oct 27
4
Is CentOS 3.5 built out of RHEL AS OR ES?
Hello Gurus, 1. Do you have any idea whether CentOS 3.5 is built out of RHEL AS or RHEL ES? 2. Can a single process use more than 32 Gbytes of RAM in CentOS 3.5 ? Is there any limitation that you experienced? Thanks for your time. Siva. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Nov 21
1
[OT] DNSguruz pl help: whois structure, delegation & handling delegation with Tinydns.
List: Sorry for posting to this list but could not find step by step instructions anywhere nor get any concerned list to respond. Newbie to DNS technicals but can work with instructions if given in ./configure for complete idiots ;-) 1. I have taken a static IP from my ISP 203.134.221.162 and the ISP has put up an entry in APNIC whois (please check the same)...to me it seems incomplete, as it
2012 Dec 20
3
Whats the best approach to create a repo of the installers to be used for installing and upgrading in the puppet managed nodes
Lets take the example, I am having a jboss-4.2.3 installers as a .tar file. In general to install jboss, i ll 1. untar the jboss-4.2.3 into a prefefined folder (opt/server/jbossas/) into multiple servers 2. untar the openjdk into a preferined path (/opt/software/java)set the path in the bash.profile 3. Create server profile in the place where jboss is installed 4. Start the server. Lets say
2007 Feb 06
2
Request for Developement
...we are using speex 1.0.5 acm for our sofware.And we are using VB6 for our develpement. We would like to know anybody is intrested in developing VC++ dll which could export encode decode of speex to vb so that we can use it VB6.Our clients would be pleased to invest money for it. thank you regards sivaraman -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070206/2841e587/attachment.html
2005 Oct 10
0
CentOS Mailing List
Confirm -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dr. T. V. Sivaraman, Scientist, National Geophysical Research Institute, Uppal Road, Hyderabad - 500 007. INDIA. Telephone: 91-40-23434644 (Office), 91-40-23434828 (Home) FAX: 91-40-23434651, 91-40-27171564 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Email: tvsraman at ngri.res.in, tvsraman_45 at yahoo.com Web: w...
2005 Nov 09
2
File transfer from/to mapped drive with cygwin rsync
Hello all, When we tried the rsync of files from a network mapped drive (Windows) to Linux host, we are getting the following error. rsync -av <User Name>@<Rsync Server IP>::<Mapped Network Module Name> <Destination> where <Mapped Network Module Name> is the rsync module name defined in rsyncd.conf file for mapped drive. Error :- @ERROR: chdir
2005 Nov 10
9
[OT] Corporate Firewall
Hey, The company I work for is in the market for a new firewall. Right now we're hosting all of our own stuff (on CentOS servers) behind an old checkpoint firewall. I think Checkpoint is overkill for our needs and very expensive, plus I don't like the "per-user" charges of some commercial solutions. What do you guys suggest that we upgrade to? Here are some of the
2005 Oct 13
6
CentOS-4.2 is Released for i386, x86_64, ia64, s390, s390x and alpha architectures
The CentOS development team is pleased to announce the availability of CentOS-4.2 in the following architectures: i386 - This distribution supports AMD (K6, K7, Thunderbird, Athlon, Athlon XP, Sempron), Pentium (Classic, Pro, II, III, 4, Celeron, M, Xeon), VIA (C3, Eden, Luke, C7) processors. x86_64 - This distribution supports AMD (Athlon 64, Opteron) and Intel Pentium (Xeon EM64T) processors.
2005 Oct 13
6
CentOS-4.2 is Released for i386, x86_64, ia64, s390, s390x and alpha architectures
The CentOS development team is pleased to announce the availability of CentOS-4.2 in the following architectures: i386 - This distribution supports AMD (K6, K7, Thunderbird, Athlon, Athlon XP, Sempron), Pentium (Classic, Pro, II, III, 4, Celeron, M, Xeon), VIA (C3, Eden, Luke, C7) processors. x86_64 - This distribution supports AMD (Athlon 64, Opteron) and Intel Pentium (Xeon EM64T) processors.