search for: graphvis

Displaying 10 results from an estimated 10 matches for "graphvis".

Did you mean: graphviz
2011 Apr 04
1
[LLVMdev] opt -dot-cfg
...lowing warning. WARNING: You're attempting to print out a bitcode file. This is inadvisable as it may cause display problems. If you REALLY want to taste LLVM bitcode first-hand, you can force output with the `-f' option. I see unmeaning thing when use -f , in additinal I've installed graphvis software, can anyone help me? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110405/e5f6d0d9/attachment.html>
2011 Apr 27
1
msvcr80.dll is missing
Dear All, I run R on a windows 7 machine and it has been worked very well. I installed Graphvis 2.20.3 and Rgraphviz. recently, however, I cannot load the Rgraphviz package and error message popped up The message shown on the pop up window with the title: R Consol: Rgui.exe - Sysytem error The program can't start because MSVCR80.dll is missing from your computer. Try reinstalling the...
2010 Jul 22
1
[LLVMdev] Is there a guide to LLVM's components?
...t; > If you are interested on dependency info look at > cmake/modules/LLVMLibDeps.cmake. It is not the prettiest thing to see, > but maybe you can get something from it. Well, I take it this means my manually-constructed graph is crap. Well, I decided to try using automated tools such as graphvis and something called "DepCharter" to construct a more up-to-date graph. Including all targets on the graph produced a useless mess, so I removed most of the stuff from "tools", "utils" and "examples" folders (except HowToUseJIT) to produce another graph (atta...
2010 Jul 22
0
[LLVMdev] Is there a guide to LLVM's components?
David Piepgrass <dpiepgrass at mentoreng.com> writes: > One thing that helps me understand complex software is a dependency > graph. I found an LLVM dependency graph at > > https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_16/docs/UsingLibraries.html#dependencies > > but it's really messy and hard to follow. From that graph I made a > cleaner graph by hand
2009 Mar 30
1
Help with tm assocation analysis and Rgraphviz installation.
...2005 SP1 Redistributable Package: http://www.microsoft.com/downloads/details.aspx?familyid=200B2FD9-AE1A-4A14-984D-389C36F85647&displaylang=en 2. Download and install the Graphviz 2.16.1 from the archives: I also tried 2.18.1, and 2.22.2 3. Check your PATH to see how Graphviz was added: graphvis 2.18 and later versions will automatically add C:\Program Files\Graphviz2.16\Bin to Path. 4. open R and download and install Rgraphviz using: R> source("http://bioconductor.org/biocLite.R" <http://bioconductor.org/biocLite.R%22>) R> biocLite("Rgraphviz")...
2010 Jul 22
2
[LLVMdev] Is there a guide to LLVM's components?
One thing that helps me understand complex software is a dependency graph. I found an LLVM dependency graph at https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_16/docs/UsingLibraries.html#dependencies but it's really messy and hard to follow. From that graph I made a cleaner graph by hand (attached)... sorry about the fax-quality scan. But I have some questions about it... -
2007 Oct 23
0
[LLVMdev] me being stupid: me vs the llvm codebase...
...ate to each code generator; the C backend does not use either.) These code generation forms do not have first-class textual or binary representations, since they are ephemeral data structures used only during code generation. They can however be dumped to human- readable text, or viewed with GraphVis. > doesn't appear much like working like a dynamic compiler is a major > design goal (so I hear, it can be used this way, but this is not > the focus). > > so, it looks like the design focuses mostly of taking the input > modules, grinding it and mixing it, and doing lo...
2007 Oct 23
2
[LLVMdev] me being stupid: me vs the llvm codebase...
well, as it so seems I need to bother everyone on the list with my pointless newb crap, but here goes. maybe there was a FAQ for all this, but I missed it. well, I am not trying to demean LLVM in any way here, only trying to understand and evaluate things from my POV is all... sorry if at all I seem arrogant or condescending... well, running a linecounter, it is about 223 kloc (c++ ...), +
2007 Oct 23
2
[LLVMdev] me being stupid: me vs the llvm codebase...
...re private to each code generator; the C backend does not use either.) These code generation forms do not have first-class textual or binary representations, since they are ephemeral data structures used only during code generation. They can however be dumped to human- readable text, or viewed with GraphVis. > ok. > doesn't appear much like working like a dynamic compiler is a major > design goal (so I hear, it can be used this way, but this is not > the focus). > > so, it looks like the design focuses mostly of taking the input > modules, grinding it and mixing it, and doi...
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
...2005 SP1 Redistributable Package: http://www.microsoft.com/downloads/details.aspx?familyid=200B2FD9-AE1A-4A14-984D-389C36F85647&displaylang=en 2. Download and install the Graphviz 2.16.1 from the archives: I also tried 2.18.1, and 2.22.2 3. Check your PATH to see how Graphviz was added: graphvis 2.18 and later versions will automatically add C:\Program Files\Graphviz2.16\Bin to Path. 4. open R and download and install Rgraphviz using: R> source("http://bioconductor.org/biocLite.R" <http://bioconductor.org/biocLite.R%22>) R> biocLite("Rgraphviz")...