search for: burderns

Displaying 9 results from an estimated 9 matches for "burderns".

Did you mean: burdens
2009 Jan 07
2
[LLVMdev] LLVM DebugInfoBuilder
Hi list, hi Talin, I'm working on a frontend to generate IR using the IRBuilder from LLVM. Now I want to add source-level-debuginfo and for that I would like to use the DebugInfoBuilder as it is taking some of the burderns. Unfortunately it does not take all of them, yet. As of today, even in SVN, it only can add a part of information needed. Of course I also need stoppoint, declare, function.start and region.start - all the stuff for inside a basicblock. I'm relatively new to LLVM's Builder-idea, but I&...
2009 Jan 07
3
[LLVMdev] LLVM DebugInfoBuilder
...; Hi list, > > hi Talin, > > > > I'm working on a frontend to generate IR using the IRBuilder from > > LLVM. > > > > Now I want to add source-level-debuginfo and for that I would like > > to use the > > DebugInfoBuilder as it is taking some of the burderns. Unfortunately > > it does > > not take all of them, yet. > > Instead of DebugInfoBuilder, I'd strongly recommend taking a look at > include/llvm/Analysis/DebugInfo.h. This is the interface that llvm- > gcc and clang both use to produce debug info. If it's ok with...
2009 Jan 07
0
[LLVMdev] LLVM DebugInfoBuilder
...; Hi list, > > hi Talin, > > > > I'm working on a frontend to generate IR using the IRBuilder from > > LLVM. > > > > Now I want to add source-level-debuginfo and for that I would like > > to use the > > DebugInfoBuilder as it is taking some of the burderns. Unfortunately > > it does > > not take all of them, yet. > > Instead of DebugInfoBuilder, I'd strongly recommend taking a look at > include/llvm/Analysis/DebugInfo.h. This is the interface that llvm- > gcc and clang both use to produce debug info. If it's ok with...
2009 Jan 07
0
[LLVMdev] LLVM DebugInfoBuilder
...22 AM, Patrick Boettcher wrote: > Hi list, > hi Talin, > > I'm working on a frontend to generate IR using the IRBuilder from > LLVM. > > Now I want to add source-level-debuginfo and for that I would like > to use the > DebugInfoBuilder as it is taking some of the burderns. Unfortunately > it does > not take all of them, yet. Instead of DebugInfoBuilder, I'd strongly recommend taking a look at include/llvm/Analysis/DebugInfo.h. This is the interface that llvm- gcc and clang both use to produce debug info. If it's ok with Talin, I'd like to...
2009 Jan 07
1
[LLVMdev] LLVM DebugInfoBuilder
Hi list, hi Talin, I'm working on a frontend to generate IR using the IRBuilder from LLVM. Now I want to add source-level-debuginfo and for that I would like to use the DebugInfoBuilder as it is taking some of the burderns. Unfortunately it does not take all of them, yet. As of today, even in SVN, it only can add a part of information needed. Of course I also need stoppoint, declare, function.start and region.start - all the stuff for inside a basicblock. I'm relatively new to LLVM's Builder-idea, but I&...
2009 Jan 07
2
[LLVMdev] LLVM DebugInfoBuilder
...n, >> > >> > I'm working on a frontend to generate IR using the IRBuilder from >> > LLVM. >> > >> > Now I want to add source-level-debuginfo and for that I would like >> > to use the >> > DebugInfoBuilder as it is taking some of the burderns. Unfortunately >> > it does >> > not take all of them, yet. >> >> Instead of DebugInfoBuilder, I'd strongly recommend taking a look at >> include/llvm/Analysis/DebugInfo.h. This is the interface that llvm- >> gcc and clang both use to produce debug inf...
2009 Jan 07
0
[LLVMdev] LLVM DebugInfoBuilder
...n, >> > >> > I'm working on a frontend to generate IR using the IRBuilder from >> > LLVM. >> > >> > Now I want to add source-level-debuginfo and for that I would like >> > to use the >> > DebugInfoBuilder as it is taking some of the burderns. >> Unfortunately >> > it does >> > not take all of them, yet. >> >> Instead of DebugInfoBuilder, I'd strongly recommend taking a look at >> include/llvm/Analysis/DebugInfo.h. This is the interface that llvm- >> gcc and clang both use to produc...
2009 Jan 07
0
[LLVMdev] LLVM DebugInfoBuilder
...anage it. -- Talin Patrick Boettcher wrote: > Hi list, > hi Talin, > > I'm working on a frontend to generate IR using the IRBuilder from LLVM. > > Now I want to add source-level-debuginfo and for that I would like to > use the DebugInfoBuilder as it is taking some of the burderns. > Unfortunately it does not take all of them, yet. > > As of today, even in SVN, it only can add a part of information > needed. Of course I also need stoppoint, declare, function.start and > region.start - all the stuff for inside a basicblock. > > I'm relatively new t...
2009 Jan 08
0
[LLVMdev] LLVMdev Digest, Vol 55, Issue 16
...list, > > hi Talin, > > > > I'm working on a frontend to generate IR using the IRBuilder from > > LLVM. > > > > Now I want to add source-level-debuginfo and for that I would like > > to use the > > DebugInfoBuilder as it is taking some of the burderns. Unfortunately > > it does > > not take all of them, yet. > > Instead of DebugInfoBuilder, I'd strongly recommend taking a look at > include/llvm/Analysis/DebugInfo.h. This is the interface that llvm- > gcc and clang both use to produce debug info. If it's ok...