Displaying 2 results from an estimated 2 matches for "pagai".
Did you mean:
pagani
2013 Nov 18
0
[LLVMdev] Finding tools to solve symbolic equation in llvm
I would suggest you take a look at KLEE, PAGAI and GiNaC.
The first two are LLVM-based tools that do symbolic manipulation (of sorts)
and the last is a C++ library for doing symbolic computation which is quite
easy to use with an RTTI build of LLVM.
If you can give us an example of what symbolic equation you might be trying
to "solve"...
2013 Nov 18
2
[LLVMdev] Finding tools to solve symbolic equation in llvm
Hello,
I want to do points-to anlysis in llvm IR. I want it to be path sensitive,
which means that when I print out the result, I need append the condition
for the "May" Points-to.
I plan to using symbolic execution to achieve this goal.
Are there any tools in llvm, or stand-alone tools to solve the symbolic
equation.
Thank you!
----Peter Chang
-------------- next part