search for: lipov

Displaying 11 results from an estimated 11 matches for "lipov".

Did you mean: lipo
2011 Sep 19
2
[LLVMdev] LLVM,metadata for namespaces
just off the cuff, have you actually created and used any names in the namespace. I don't know for sure, but it wouldn't surprise me if the namespace doesn't exist independently of any uses. ------------------------------ From: Irina Lipov Sent: 9/19/2011 3:16 AM To: llvmdev at cs.uiuc.edu Subject: [LLVMdev] LLVM,metadata for namespaces Hello, I am wring front end for compiler ,the project I am working on,is based on llvm. I have a problem with generating metadata for namespaces. I call createNameSpace (with correct arguments) and g...
2011 Sep 19
0
[LLVMdev] LLVM,metadata for namespaces
...kie at gmail.com> wrote: > just off the cuff, have you actually created and used any names in the > namespace. I don't know for sure, but it wouldn't surprise me if the > namespace doesn't exist independently of any uses. > ------------------------------ > From: Irina Lipov > Sent: 9/19/2011 3:16 AM > To: llvmdev at cs.uiuc.edu > Subject: [LLVMdev] LLVM,metadata for namespaces > > Hello, > I am wring front end for compiler ,the project I am working on,is based on > llvm. > I have a problem with generating metadata for namespaces. > I call cr...
2011 Sep 05
2
[LLVMdev] Internal API Changes
...cpp, line 1306. And looking at the .bc dissassembly, I see there are indeed compile unit MDNodes, although at this level I can't tell if they are hooked up correctly. On Wed, Aug 31, 2011 at 9:07 AM, Devang Patel <dpatel at apple.com> wrote: > > On Aug 22, 2011, at 6:48 AM, Irina Lipov wrote: > > Hi, > I saw your update regarding "*The DIBuilder interface used by front ends > to encode debugging information in the LLVM IR now expects clients to use > DIBuilder::finalize() at the end of translation unit to complete debugging > information encoding"* &gt...
2011 Aug 31
0
[LLVMdev] Internal API Changes
On Aug 22, 2011, at 6:48 AM, Irina Lipov wrote: > Hi, > I saw your update regarding "The DIBuilder interface used by front ends to encode debugging information in the LLVM IR now expects clients to use DIBuilder::finalize() at the end of translation unit to complete debugging information encoding" > Does it mean that i...
2011 Aug 22
3
[LLVMdev] Internal API Changes
Hi, I saw your update regarding "*The DIBuilder interface used by front ends to encode debugging information in the LLVM IR now expects clients to use DIBuilder::finalize() at the end of translation unit to complete debugging information encoding"* Does it mean that in the new version you defer emission of some debug info until the translation is finished and this is a reason to use
2011 Sep 05
2
[LLVMdev] Internal API Changes
..., not DIFactory, since I thought DIFactory was deprecated. > Ciao, Duncan. > > > > > On Wed, Aug 31, 2011 at 9:07 AM, Devang Patel <dpatel at apple.com > > <mailto:dpatel at apple.com>> wrote: > > > > > > On Aug 22, 2011, at 6:48 AM, Irina Lipov wrote: > > > >> Hi, > >> I saw your update regarding "/The |DIBuilder| interface used by > front ends > >> to encode debugging information in the LLVM IR now expects clients > to use > >> |DIBuilder::finalize()| at the end of tran...
2011 Sep 05
0
[LLVMdev] Internal API Changes
...ectly here so that debug info nodes produced by DIFactory do not claim to adhere newer structure. Ciao, Duncan. > > On Wed, Aug 31, 2011 at 9:07 AM, Devang Patel <dpatel at apple.com > <mailto:dpatel at apple.com>> wrote: > > > On Aug 22, 2011, at 6:48 AM, Irina Lipov wrote: > >> Hi, >> I saw your update regarding "/The |DIBuilder| interface used by front ends >> to encode debugging information in the LLVM IR now expects clients to use >> |DIBuilder::finalize()| at the end of translation unit to complete >>...
2011 Sep 05
0
[LLVMdev] Internal API Changes
...> On Wed, Aug 31, 2011 at 9:07 AM, Devang Patel <dpatel at apple.com > <mailto:dpatel at apple.com> > > <mailto:dpatel at apple.com <mailto:dpatel at apple.com>>> wrote: > > > > > > On Aug 22, 2011, at 6:48 AM, Irina Lipov wrote: > > > >> Hi, > >> I saw your update regarding "/The |DIBuilder| interface used by > front ends > >> to encode debugging information in the LLVM IR now expects clients > to use > >> |DIBuilde...
2011 Sep 06
1
[LLVMdev] Internal API Changes
...;>> On Wed, Aug 31, 2011 at 9:07 AM, Devang Patel <dpatel at apple.com >> <mailto:dpatel at apple.com> >>> <mailto:dpatel at apple.com <mailto:dpatel at apple.com>>> wrote: >>> >>> >>> On Aug 22, 2011, at 6:48 AM, Irina Lipov wrote: >>> >>>> Hi, >>>> I saw your update regarding "/The |DIBuilder| interface used by >> front ends >>>> to encode debugging information in the LLVM IR now expects clients >> to use >>>> |DIBuilder::fina...
2011 Aug 09
1
[LLVMdev] Debug information for llvm-clang
Hello, I want to retrieve maximal debug information which is generated after clang execution I checked the functionality for clang : DIBuilder,CGDebugInfo,DwarfDebug classes in the clang. They generate wide spectrum of data (For example I saw for Class type - base classes /inheritance/friends etc.) i want to see all the data for debugging after clang is executed..To check this I made following
2011 Sep 19
0
[LLVMdev] LLVM,metadata for namespaces
Hello, I am wring front end for compiler ,the project I am working on,is based on llvm. I have a problem with generating metadata for namespaces. I call createNameSpace (with correct arguments) and get DINameSpace . But in IR file no metadata for namespace is generated. Can you advice me please what is the problem?Have I integrate in some way the DINameSpace I got with module or context? --