search for: sairam

Displaying 12 results from an estimated 12 matches for "sairam".

2011 Sep 22
2
[LLVMdev] Need help in converting int to double
...privileged. If you are not the intended >> recipient, please notify the sender immediately and do not disclose the >> contents to any other person, use it for any purpose, or store or copy the >> information in any medium. Thank you. >> >> >> >> -- >> Sairam, >> >> (¨`·.·´¨) >> `·.¸(¨`·.·´¨) >> (¨`·.·´¨)¸.·´ Sarath!!! >> `·.¸.·´ >> >> -- IMPORTANT NOTICE: The contents of this email and any attachments are >> confidential and may also be privileged. If you are not the intended >> recipient, pl...
2011 Sep 22
1
[LLVMdev] Need help in converting int to double
...t; confidential and may also be privileged. If you are not the intended > recipient, please notify the sender immediately and do not disclose the > contents to any other person, use it for any purpose, or store or copy the > information in any medium. Thank you. > > > > -- > Sairam, > > (¨`·.·´¨) > `·.¸(¨`·.·´¨) > (¨`·.·´¨)¸.·´ Sarath!!! > `·.¸.·´ > > -- IMPORTANT NOTICE: The contents of this email and any attachments are > confidential and may also be privileged. If you are not the intended > recipient, please notify the sender immediately a...
2011 Sep 22
0
[LLVMdev] Need help in converting int to double
...s of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. -- Sairam, (¨`·.·´¨) `·.¸(¨`·.·´¨) (¨`·.·´¨)¸.·´ Sarath!!! `·.¸.·´ -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any othe...
2011 Sep 22
3
[LLVMdev] Need help in converting int to double
Hi, I'm pursuing M.Tech course. As a part of the project work i'm using LLVM as back-end. My project area is "Enhancing the performance of V8 javascript engine using LLVM as a back-end". Now i'm writing code for shift left(SHL) operator. I had my own Value Structure .. it's like this Struct Value { void *val ; char type; } The "char type" holds
2012 Jan 24
1
[LLVMdev] Convert .ll file to .c file
...eed to do to get the 'c' file generated. I build LLVM using >> '*enable-targets = x86*' . Can i use '*enable-targets = x86,c*' to clear >> the error? >> > > I think you're looking for configure --enable-targets=x86,cbe . > > Nick > -- Sairam, (¨`·.·´¨) `·.¸(¨`·.·´¨) (¨`·.·´¨)¸.·´ Sarath!!! `·.¸.·´ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120124/443c7244/attachment.html>
2012 Jan 24
2
[LLVMdev] Convert .ll file to .c file
...ule.bc module.bc llvm-dis module.bc llc -f -march=c module.bc #gcc module.cbe.c -lstdc++ What i need to do to get the 'c' file generated. I build LLVM using '*enable-targets = x86*' . Can i use '*enable-targets = x86,c*' to clear the error? Thanks in advance...... * * -- Sairam, (¨`·.·´¨) `·.¸(¨`·.·´¨) (¨`·.·´¨)¸.·´ Sarath!!! `·.¸.·´ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120124/337fbdb5/attachment.html>
2012 Jan 24
4
[LLVMdev] How to enable C as a target
Hi, How to enable C as a target while configuring LLVM... Can i do ' --enable-targets = x86,c ' to make it work? ´ Sarath!!! `·.¸.·´ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120124/b782e413/attachment.html>
2012 Jan 24
0
[LLVMdev] Convert .ll file to .c file
Sarath Chandra wrote: > Hi, > > I wanted to convert .ll file to .c file (for the sake of debugging > the c file). I used the command "llc" with "-march=c" option. But i'm > getting the below error. > > * llc: error: invalid target 'c' * > * > * > My script file code for converting it is: > > llvm-as -f module.ll > opt
2012 Jan 24
0
[LLVMdev] How to enable C as a target
On Tue, Jan 24, 2012 at 3:42 AM, Sarath Chandra <sarathcse19 at gmail.com> wrote: > Hi, > >     How to enable C as a target while configuring LLVM... > > Can i do ' --enable-targets = x86,c ' to make it work? use --enable-targets=x86,cbe (C BackEnd if I remember correctly) -- Eitan Adler
2011 Sep 22
0
[LLVMdev] FW: Need help in converting int to double
...s of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. -- Sairam, (¨`·.·´¨) `·.¸(¨`·.·´¨) (¨`·.·´¨)¸.·´ Sarath!!! `·.¸.·´ -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any...
2011 Aug 26
2
Extracting values in table
Hi All, I am a beginner in programming in r and please do forgive me if my question seems to be silly and sometimes not understandable. 1. we have a list of elements in a list say: ls<-list("N","E","E","N","P","E","M","Q","E","M") 2. We have an another list of tables in a list say: n <-
2006 Mar 09
1
Asterisk code help
I'm very new to Asterisk, I'm tracing the Asterisk code, i'm feeling difficulty in understanding the code, so please tell me where i can get the documentation of the code and, design and architecture of the code. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060309/0751f7e2/attachment.htm