search for: findflow

Displaying 2 results from an estimated 2 matches for "findflow".

2012 Nov 20
0
[LLVMdev] Interprocedural slicing using LLVM
...omments, which is of great importance to a beginner. Secondly, I'm not an actual compiler guy although I'm trying to. If any of you who participated the giri project would like to direct me to write a full, generic and robust slicer for LLVM, I'm more confident to work on it. Last, in FindFlow.h:67, is the code correct? I suppose it should be: > - std::vector<const Function *>::iterator FE = Targets.begin(); > --- > + std::vector<const Function *>::iterator FE = Targets.end(); Regards. L [1] https://github.com/jirislaby On Mon, Nov 19, 2012 at 1:46 PM, Min...
2012 Nov 17
2
[LLVMdev] Interprocedural slicing using LLVM
Hi, 1. How can I report a bug or commit a patch to the giri progject? I doubt this central commit list is the right place. 2. Are you still maintaining the giri project any more? Thank you. L On Thu, Jun 28, 2012 at 12:49 AM, John Criswell <criswell at illinois.edu>wrote: > On 6/26/12 5:07 PM, amruth.rd wrote: > > Hello, > > > > I am curious to know if