search for: 8d0968c9

Displaying 2 results from an estimated 2 matches for "8d0968c9".

2009 Aug 18
0
[LLVMdev] Graphviz and LLVM-TV
...) I haven't been able to figure out what's going on here. If you are interested enough in llvm-tv to help me figure it out, let me know. Misha -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090818/8d0968c9/attachment.html>
2009 Aug 13
2
[LLVMdev] Graphviz and LLVM-TV
Chris Lattner wrote: On Aug 13, 2009, at 8:56 AM, Ioannis Nousias wrote: > Hi > > I'm trying to get a graphviz output (DOT) of a code I'm compiling. I > want to see the DFG/CFG of the LLVM assembly, how the operations are > chained together. The documentation mentions something about calling > certain methods from within gdb, but isn't there some option when >