search for: rahimian

Displaying 7 results from an estimated 7 matches for "rahimian".

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-gcc -emi...
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 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
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>
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
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>