search for: 2751ac9e

Displaying 3 results from an estimated 3 matches for "2751ac9e".

2009 Aug 18
0
[LLVMdev] Graphviz and LLVM-TV
On Thu, Aug 13, 2009 at 12:17 PM, Ioannis Nousias < ioannis.nousias at googlemail.com> wrote: > >> Also, LLVM-TV seems outdated. I've tried to compile it with 2.5 LLVM and > >> got various errors due to API changes. Tried to correct them, but got > >> overwhelmed. Has the project been abandoned? > > > > Yes, it is really really old and abandoned.
2009 Aug 18
1
[LLVMdev] Graphviz and LLVM-TV
...-tv to help me figure it out, let me know. > OK, I've fixed that too-- take a look and let me know if you have any issues building/using LLVM-TV. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090818/2751ac9e/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 >