search for: rahil

Displaying 9 results from an estimated 9 matches for "rahil".

Did you mean: sahil
2008 May 02
6
looking for Mod_Ruby and easy Deployment Options? Sign Here
...---------- SIGN HERE.. TO SUPPORT... Mod_Ruby and Easy Deployment Solutions For a Best Future. Your Sign will change the Scenario Your Sign will be heard. Your Sign will be Noticed ----------------------------------------------------------------------------- I start with My Sign favouring this. Rahil Kantharia -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@p...
2011 Nov 03
1
[LLVMdev] memory dependence in loop
Hi all, I want to analyze memory dependence in the loop and to obtain set of memory dependence of an instruction in the loop. Can  anyone assist me in this topic? Regards, Rahil -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111103/1e039510/attachment.html>
2011 Dec 02
0
[LLVMdev] llvm-gcc
On Fri, Dec 2, 2011 at 4:07 PM, Rahil Rahimian <rahil_rahimian at yahoo.com>wrote: > Hi , > > I want to create a bc file by llvm-gcc, and need to pass a input file when > create this file, > how can i do it?I saw options in "*llvm-gcc* [*options*] *filename" but > it could not help me.* > > llvm...
2011 Dec 02
3
[LLVMdev] llvm-gcc
Hi , I want to create a bc file by llvm-gcc, and need to pass a input file when create this file, how can i do it?I saw options in "llvm-gcc [options] filename" but it could not help me. I have an another problem too. my program contains some C file , that main function use those, but i don't know how create bc file with regard to other file.  tanks, -------------- next part
2011 Aug 23
2
[LLVMdev] write IR on file
hi how can i write IRinstruction on a file.txt? when i use  {for(inst_iterator I = inst_begin(F), E = inst_end(F); I != E; ++I,count++)  IRcodefile << std::basic_ostream(*I) <<"\n" } i get  error. is there any way that i can write it on file? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Dec 02
1
[LLVMdev] llvm-gcc
I want to pass a input file to foo.c that contains a picture. how can do it? llvm-gcc -emit-llvm -c foo.c -o foo.bc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111202/43aec39e/attachment.html>
2012 Jan 04
1
[LLVMdev] replace a conditional branch with unconditional branch
Hi all, How can replace a conditional branch with unconditional branch? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120104/f2593dd0/attachment.html>
2009 May 08
1
Rails 3 code...
I would like to see few examples in Rails 3 and would like to see few Rails 3 code. I know, few samples were shown at Rails conference. Can any one point me few of them. Thanks -- Posted via http://www.ruby-forum.com/.
2011 Oct 17
0
[LLVMdev] problem llvm2.9
Hi all I had build llvm 2.8 on my Linux system, when i run "opt -version " command , it shows llvm2.8. I want replace llvm 2.8 with 2.9, i used "rpm -qa llvm" and "make unistall" and  "make clean" and then build llvm 2.9 but when run "opt -version" i get llvm 2.8 yet. and when want use "opt" i get error. how can i replace llvm 2.8 with