search for: nizam

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

2014 Feb 01
2
[LLVMdev] Eliminate SSA Virtual registers
...VM 3.4. The program i am looking at is a very simple one. Listed below int global_var; int *global_ptr; int32_t main(int32_t argc, char ** argv){ int p = 10; int k = 20; int *pp; char *c_pp; pp = &k; global_ptr = pp; pp = &p; global_ptr = &global_var; return 0; } BR/Nizam From: "Benjamin Kramer" <benny.kra at gmail.com> To: nizam at cse.iitm.ac.in Cc: "llvmdev" <llvmdev at cs.uiuc.edu> Sent: Saturday, February 1, 2014 9:57:00 PM Subject: Re: [LLVMdev] Eliminate SSA Virtual registers On 01.02.2014, at 16:47, nizam at cse....
2014 Feb 03
2
[LLVMdev] LoadInst result
...e *. Very likely that the operands are stack variables or formal variables or global variables. It is also possible that these operands are LLVM virtual-registers. Is there a way to determine if a given operand is a virtual-register or memory-related-on. I hope this clarifies my question. BR/Nizam From: "Tim Northover" <t.p.northover at gmail.com> To: nizam at cse.iitm.ac.in Cc: "Sean Silva" <chisophugis at gmail.com>, "llvmdev" <llvmdev at cs.uiuc.edu> Sent: Monday, February 3, 2014 3:42:29 PM Subject: Re: [LLVMdev] LoadInst result H...
2014 Feb 03
2
[LLVMdev] LoadInst result
...larified my query. Do you have an answer to my other question (in a different mail-chain) listed below Is there a simple way to check if a given instruction operand (represented by Value *) is a virtual register or otherwise? Context: I am creating a ModulePass for pointer Analysis. BR/Nizam From: "Sean Silva" <chisophugis at gmail.com> To: nizam at cse.iitm.ac.in Cc: "llvmdev" <llvmdev at cs.uiuc.edu> Sent: Monday, February 3, 2014 8:24:00 AM Subject: Re: [LLVMdev] LoadInst result Related: < http://llvm.org/docs/FAQ.html#what-api-do-i-use-t...
2014 Feb 01
3
[LLVMdev] LoadInst result
...some amount of points-to analysis. I have this pointer %pp being loaded into %0 and later i have a store instruction storing %0 into some other pointer. If i cannot establish the %0 link here, i would not be able to establish points-to. Any help in this regards would be appreciated. Thanks BR/Nizam -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140201/d0f29b2f/attachment.html>
2014 Feb 01
3
[LLVMdev] Eliminate SSA Virtual registers
Hi, is there a opt pass that replaces the SSA virtual registers to stack-variables? I want to eliminate the SSA virtual register from my IR. Kindly suggest BR/Nizam -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140201/bdc3909a/attachment.html>
2014 Jan 30
2
[LLVMdev] "Function" file name
...in the module and the source-file they appear in. I could print the name of the function using the Module::iterator. I am, however, not able to figure-out the way to identify the source-file for a given "Function". Any help in this regards is appreciated. Thanks and with best regards, Nizam -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140130/88a28f0a/attachment.html>
2005 Jun 10
1
need help in samba
Hi, u have recently installed Redhat linux 8.0 ...i want to access net work sharing ...but i don't know how set up samba ....plz completely guide me thnx __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com