Hi, I want to find the dynamic slice of a given code. Is this already implemented in LLVM?. If not which functions are there in the LLVM to do dynamic analysis.
Dear Tarun, Swarup Sahoo and I wrote some LLVM passes for dynamic slicing for LLVM 2.6. I believe we had planned to make the code publicly available as part of the Giri project (http://llvm.org/viewvc/llvm-project/giri/trunk), but due to other commitments, we have not moved the code into that SVN repository yet. Let me check with Vikram and Swarup to see about getting a copy of the code to you. Even if we do not fold it into the SVN repository right away, I think we can send you a copy of what we have directly. -- John T. ________________________________________ From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of tarun agrawal [tarun at cse.iitb.ac.in] Sent: Monday, January 09, 2012 3:13 AM To: llvmdev Subject: [LLVMdev] Dynamic Analysis Hi, I want to find the dynamic slice of a given code. Is this already implemented in LLVM?. If not which functions are there in the LLVM to do dynamic analysis. _______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Thanks John, I would be a great help. It will save lots of time for me. Thanks and Regards, Tarun On 1/10/12, Criswell, John T <criswell at illinois.edu> wrote:> Dear Tarun, > > Swarup Sahoo and I wrote some LLVM passes for dynamic slicing for LLVM 2.6. > I believe we had planned to make the code publicly available as part of the > Giri project (http://llvm.org/viewvc/llvm-project/giri/trunk), but due to > other commitments, we have not moved the code into that SVN repository yet. > > Let me check with Vikram and Swarup to see about getting a copy of the code > to you. Even if we do not fold it into the SVN repository right away, I > think we can send you a copy of what we have directly. > > -- John T. > > ________________________________________ > From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of > tarun agrawal [tarun at cse.iitb.ac.in] > Sent: Monday, January 09, 2012 3:13 AM > To: llvmdev > Subject: [LLVMdev] Dynamic Analysis > > Hi, > I want to find the dynamic slice of a given code. Is this already > implemented in LLVM?. If not which functions are there in the LLVM to > do dynamic analysis. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Dear John, Now, I want to do dynamic analysis by dynamic slicing based on LLVM. I just see that you have implemented dynamic slicing for LLVM. I also check the Giri project, and I don't find the code. I hope I can learn something from your code. I am very appreciated if you can tell me how to get the code or send me one copy. Thank you very much! Pengfei -- View this message in context: http://llvm.1065342.n5.nabble.com/Dynamic-Analysis-tp42317p61104.html Sent from the LLVM - Dev mailing list archive at Nabble.com.