search for: callgraphtest

Displaying 4 results from an estimated 4 matches for "callgraphtest".

2010 Nov 03
0
[LLVMdev] Identify recursion in a call graph
Trevor Harmon wrote: > On Nov 2, 2010, at 12:53 PM, Jeff Kunkel wrote: > >> Also, could you write this in a separate pass, and obtain the >> results from getAnalysis()? I think others would find it useful to >> discover if a Function may be called recursively. > > I've modified the code so that it correctly identifies both direct and > indirect recursion.
2010 Nov 03
2
[LLVMdev] Identify recursion in a call graph
On Nov 2, 2010, at 12:53 PM, Jeff Kunkel wrote: > Also, could you write this in a separate pass, and obtain the > results from getAnalysis()? I think others would find it useful to > discover if a Function may be called recursively. I've modified the code so that it correctly identifies both direct and indirect recursion. I'm now trying to package it up as a patch for the
2010 Nov 05
3
[LLVMdev] Identify recursion in a call graph
...ubbed... Name: isRecursive_LLVM-trunk.patch Type: application/octet-stream Size: 1726 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101105/7a5e7a84/attachment-0001.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: CallGraphTest.cpp Type: application/octet-stream Size: 8522 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101105/7a5e7a84/attachment-0002.obj> -------------- next part --------------
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...Release+Asserts build llvm[2]: Compiling APFloatTest.cpp for Release+Asserts build llvm[2]: Compiling CFGTest.cpp for Release+Asserts build llvm[2]: Linking Release+Asserts unit test AsmParser (without symbols) llvm[2]: Compiling BitstreamReaderTest.cpp for Release+Asserts build llvm[2]: Compiling CallGraphTest.cpp for Release+Asserts build llvm[2]: ======= Finished Linking Release+Asserts Unit test AsmParser (without symbols) make[2]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/AsmParser' llvm[2]: Linking Release+Asserts unit test Bitcode (without symbols) llvm[2]: Compiling APIn...