similar to: [LLVMdev] Do you use UML utility programs?

Displaying 20 results from an estimated 12000 matches similar to: "[LLVMdev] Do you use UML utility programs?"

2012 Dec 25
1
[LLVMdev] [cfe-dev] Do you use UML utility programs?
Hi Sean Silva and people on our list, >> What tools did you use to generate the diagrams for the klang documentation? I use StarUML. ( http://staruml.sourceforge.net/en/ ) I mentioned about this earlier before on this mail-list. It's a Windows only application and free software. It is good SW. But development is stopped since long ago. The product was originally a commercial one. But
2012 Dec 25
3
[LLVMdev] [cfe-dev] Do you use UML utility programs?
Hi Sean Silva, Maybe I am the only one who is trying to use UML. In my team, I am also the only one who draws UML diagrams. I expected there be someone who use UML like me. But it's maybe not as your opinion. Maybe doxygen is enough for majority of people. Thanks for your reply. Sincerely Journeyer J. Joh 2012/12/25 Sean Silva <silvas at purdue.edu>: > On Mon, Dec 24, 2012 at
2012 Dec 24
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
On Mon, Dec 24, 2012 at 2:08 AM, Journeyer J. Joh <oosaprogrammer at gmail.com> wrote: > Do you use one of these tools? If so let me know your experience. > And I don't believe people use these to generate code for LLVM/Clang. I personally don't use any tool like that. My impression is that most developers here do not use any kind of UML code generation; I could, of course,
2013 Jan 13
2
[LLVMdev] [cfe-dev] Do you use UML utility programs?
Oh I see. Thank you. I will study that. Journeyer 2013/1/13 Sean Silva <silvas at purdue.edu>: > You can easily collect this information with DTrace on a Mac (or > Solaris or FreeBSD) without any special LLVM instrumentation. > > -- Sean Silva -- ---------------------------------------- Journeyer J. Joh o o s a p r o g r a m m e r a t g m a i l d o t c o m
2013 Jan 13
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
On Sat, Jan 12, 2013 at 10:00 PM, Journeyer J. Joh <oosaprogrammer at gmail.com> wrote: > Oh I see. Thank you. I will study that. You will want to use the pid provider. The most basic thing you can probably do is to turn on flowindent and just trace `pid$target:::entry' and `pid$target:::return`, which will trace all the function calls and returns. This blog post
2012 Dec 25
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
UML diagrams can be really helpful for explaining how a piece of code works (such as the diagrams in your klang project on github). The main reason I don't draw them is that I haven't found convenient tools to use which integrate well with my workflow. Doxygen produces class diagrams, but I would really like to have something which produces sequence diagrams (such as
2012 Dec 25
2
[LLVMdev] [cfe-dev] Do you use UML utility programs?
On 12/25/12 11:10 AM, Sean Silva wrote: > UML diagrams can be really helpful for explaining how a piece of code > works (such as the diagrams in your klang project on github). > > The main reason I don't draw them is that I haven't found convenient > tools to use which integrate well with my workflow. Doxygen produces > class diagrams, but I would really like to have
2012 Dec 25
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
On Mon, Dec 24, 2012 at 9:19 PM, "C. Bergström" <cbergstrom at pathscale.com> wrote: > At the bottom > > Created using<a href="http://sphinx.pocoo.org/ > <view-source:http://sphinx.pocoo.org/>">Sphinx</a> 1.1.3. That is the documentation generator which creates generate the HTML page from the .rst files (similar to how LLVM and
2013 Jan 13
2
[LLVMdev] [cfe-dev] Do you use UML utility programs?
Hello Sean Silva and List, I've got an incomplete idea about implementing a utility which extracts such diagrams automatically. And guess that there should exist one already. Let's say I want to draw a seq. diagram of an application. - To draw the diagram I compile the application with a modified version of clang/llvm. - This modified clang/llvm inserts some extended llvm intrinsic
2012 Dec 30
3
[LLVMdev] git repository of the tutorial
Hello, I just applied changes of LLVM 3.2 and it is tested with LLVM 3.2 downloaded from the LLVM Download Page. I just worked for master branch only. The rest of the other branches need to be changed about this also. This will be done as soon as possible. (Before I fix this, If you look at the commits for this issue for master branch, you can easily fix it and test for others also.) Sorry for
2012 Dec 30
0
[LLVMdev] git repository of the tutorial
> I think that klang should be based on the latest SVN/git version of LLVM. OK. I am testing it with LLVM 3.2 wait a minute. -- Journeyer 2012/12/30 Sean Silva <silvas at purdue.edu>: > On Sat, Dec 29, 2012 at 9:45 PM, Journeyer J. Joh > <oosaprogrammer at gmail.com> wrote: >> Klang is tested with LLVM 3.1 >> Header file location is often changed. I guess
2013 Jan 15
0
[LLVMdev] Need some brief explanation about llvm::MemoryBuffer and llvm::SourceMgr
And for this kind of question I think I would better hold in. There would be more important issue worth on this list. For this reason I am sorry. Sincerely Journeyer 2013/1/15 Journeyer J. Joh <oosaprogrammer at gmail.com>: > Hi Justin Holewinski, > >>> As far as I know, there is not a good way to implement user prompts with the LLVM APIs. > > This info helps me a
2012 Dec 30
2
[LLVMdev] git repository of the tutorial
On Sat, Dec 29, 2012 at 9:45 PM, Journeyer J. Joh <oosaprogrammer at gmail.com> wrote: > Klang is tested with LLVM 3.1 > Header file location is often changed. I guess that's why.. I think that klang should be based on the latest SVN/git version of LLVM. -- Sean Silva
2013 Jan 15
2
[LLVMdev] Need some brief explanation about llvm::MemoryBuffer and llvm::SourceMgr
Hi Justin Holewinski, >> As far as I know, there is not a good way to implement user prompts with the LLVM APIs. This info helps me a lot. I tried to do a thing that is not possible. Thank you very much. Sincerely Journeyer 2013/1/15 Justin Holewinski <justin.holewinski at gmail.com>: > Is this for user prompts, or just reading data from stdin? You can use >
2012 Dec 30
3
[LLVMdev] git repository of the tutorial
On Sat, Dec 29, 2012 at 7:30 PM, Journeyer J. Joh <oosaprogrammer at gmail.com> wrote: > Hello Peng Yu and List, > > I have put toy.cpp into github but it has a form of LLVM project > makefile infrastructure. So you can build it together with LLVM > Project source tree. > > git://github.com/Journeyer/klang.git > > There exist many branches and each branch is for
2012 Dec 27
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
On Wed, Dec 26, 2012 at 3:31 PM, Alex Turbov <i.zaufi at gmail.com> wrote: > do you know that doxygen have a @msc and @mscfile commands? Didn't know about that. However, I was thinking more along the lines of something that would extract such diagrams automatically. -- Sean Silva
2013 Jan 13
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
You can easily collect this information with DTrace on a Mac (or Solaris or FreeBSD) without any special LLVM instrumentation. -- Sean Silva
2012 Dec 30
0
[LLVMdev] git repository of the tutorial
Klang is tested with LLVM 3.1 Header file location is often changed. I guess that's why.. What version of LLVM do you use? 2012/12/30 Peng Yu <pengyu.ut at gmail.com>: > On Sat, Dec 29, 2012 at 7:30 PM, Journeyer J. Joh > <oosaprogrammer at gmail.com> wrote: >> Hello Peng Yu and List, >> >> I have put toy.cpp into github but it has a form of LLVM project
2012 Dec 26
2
[LLVMdev] [cfe-dev] Do you use UML utility programs?
On Tue, Dec 25, 2012 at 8:10 AM, Sean Silva <silvas at purdue.edu> wrote: > > The main reason I don't draw them is that I haven't found convenient > tools to use which integrate well with my workflow. Doxygen produces > class diagrams, but I would really like to have something which > produces sequence diagrams do you know that doxygen have a @msc and @mscfile
2012 Dec 30
0
[LLVMdev] git repository of the tutorial
Hello Peng Yu and List, I have put toy.cpp into github but it has a form of LLVM project makefile infrastructure. So you can build it together with LLVM Project source tree. git://github.com/Journeyer/klang.git There exist many branches and each branch is for each chapter of Kaleidoscope. Regards Journeyer 2012/12/30 Peng Yu <pengyu.ut at gmail.com>: > Hi, > > I'm learning