search for: typedesc

Displaying 12 results from an estimated 12 matches for "typedesc".

Did you mean: type_desc
2006 Mar 01
1
[LLVMdev] Re: [llvm-commits] CVS: llvm/include/llvm/CodeGen/DwarfWriter.h - LLVM build problem
Hi! After commit http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060227/032167.html : - DIE *NewType(DIE *Unit, TypeDesc *TyDesc); + DIE *DwarfWriter::NewType(CompileUnit *Unit, TypeDesc *TyDesc); and http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060227/032227.html - DIE *DwarfWriter::NewType(CompileUnit *Unit, TypeDesc *TyDesc); + DIE *DwarfWriter::NewType(DIE *Context, TypeDesc *TyDesc); I can...
2008 May 23
1
[LLVMdev] DebugInfoBuilder?
...lVariable * context, /// Context in which it is defined const std::string & name, /// Name of the subprogram const std::string & qualifiedName, /// Fully-qualified name unsigned line, /// Line number GlobalVariable * typeDesc, /// Type descriptor bool isStatic, /// True if this has static scope (internal to module) bool isDefined); /// True if this is not externally-defined. /// Create a type descriptor for a primitive type GlobalVariable * Crea...
2008 May 21
2
[LLVMdev] DebugInfoBuilder?
Are there any utility classes, similar to IRBuilder, for creating source level debugging info? -- Talin
2008 May 21
0
[LLVMdev] DebugInfoBuilder?
I don't think so. Contribution welcome! :-) LLVM debugging support isn't anywhere near where it needs to be. Evan On May 20, 2008, at 9:53 PM, Talin wrote: > Are there any utility classes, similar to IRBuilder, for creating > source > level debugging info? > > -- Talin > > _______________________________________________ > LLVM Developers mailing list >
2006 Mar 15
0
[LLVMdev] Re: Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
Hi, Here is the follow on patch for this problem. Please apply this from the top of the tree and rebuild. -------------- next part -------------- A non-text attachment was scrubbed... Name: op Type: application/octet-stream Size: 2548 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060315/eee8a766/attachment.obj> -------------- next part
2006 Mar 16
2
[LLVMdev] Re: Re: Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
...const&) @0x8afbcf0: 0x0 This null pointer comes from line 274 of MachineDebugInfo.cpp: virtual void Apply(std::string &Field) { if (Field.empty()) { Elements.push_back(NULL); } else { Elements.push_back(SR.getString(Field)); } } Which comes from this: void TypeDesc::ApplyToFields(DIVisitor *Visitor) { DebugInfoDesc::ApplyToFields(Visitor); Visitor->Apply(Context); Visitor->Apply(Name); Name is empty. Here's a minimal testcase that reproduces the crash: unsigned __clz_tab[] = {0}; just invoke cc1 as given in the beginning of this...
2006 Mar 15
2
[LLVMdev] Re: Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
On Wed, 15 Mar 2006, Vladimir Prus wrote: >> Please give it a try and let me know if it works any better for you! > > Here we go: Wow, you are good at finding problems! Thanks! > -fvisibility=hidden -DHIDE_EXPORTS > -c ../../2006-03-14-llvm-gcc-4/gcc/libgcc2.c -o libgcc/./_fixunsxfdi.o > cc1: /space/p2/ghost/build/llvm-cvs/include/llvm/Instructions.h:72: void >
2008 Sep 19
0
Wine release 1.1.5
...the German resource file to utf-8. worpad: Fix the German translation. regedit: Fix the Bg, Cs, Da, Es, Hu, It, Ko, Pl, Pt, Ru, Si and Tr translations. Miko?aj Zalewski (10): appwiz.cpl: French should use SUBLANG_NEUTRAL. oleaut32: Make _argsize and _xsize receive the full TYPEDESC and parent ITypeInfo, use a different function in IDispatch code. oleaut32: Add some missing simple types to _argsize and _xsize. oleaut32: VT_USERDEFINED records are passed by value. include: Add IAutoCompleteDropDown declaration. shell32: autocomplete: Add stub IAutoComple...
2013 Sep 13
0
Wine release 1.7.2
...overflow in DIB dimensions. taskmgr: Use definitions from winternl.h instead of duplicating them. Alistair Leslie-Hughes (1): msdasc.idl: Correctly register DataLinks. Andrew Cook (1): kernel32: Fix argument order for NtIsProcessInJob. Andrew Eikum (8): oleaut32: Improve TYPEDESC encoding for unknown VARTYPEs. oleaut32: Apply TKIND_DISPATCH changes to FUNCDESC results from ITypeComp::Bind. oleaut32: Correct TRACE statement. oleaut32: Typelib strings of size -1 are NULL. oleaut32: Fix TRACE. oleaut32: Don't crash on NULL string arguments....
2007 Apr 30
1
[LLVMdev] llvm-gcc build broken
...h:60: error: `CompileUnitDesc' was not declared in this scope /projects/compiler/llvm-gcc/gcc/llvm-debug.h:60: error: template argument 2 is invalid /projects/compiler/llvm-gcc/gcc/llvm-debug.h:60: error: template argument 4 is invalid /projects/compiler/llvm-gcc/gcc/llvm-debug.h:63: error: `TypeDesc' was not declared in this scope /projects/compiler/llvm-gcc/gcc/llvm-debug.h:63: error: template argument 2 is invalid /projects/compiler/llvm-gcc/gcc/llvm-debug.h:63: error: template argument 4 is invalid /projects/compiler/llvm-gcc/gcc/llvm-debug.h:71: error: ISO C++ forbids declaration o...
2009 Aug 21
0
Wine release 1.1.28
...indowscodecs: Implement GetContainerFormat for the GIF decoder. windowscodecs: Implement GetDecoderInfo for the GIF decoder. gdiplus: Add a test for drawing to application-provided memory. oleaut32: Add test for INT and UINT property return values. oleaut32: Map INT and UINT typedesc's to VT_I4 and VT_UI4. gdiplus: Store the codec information and functions in a single structure. gdiplus: Implement GdipGetImageDecoders[Size]. gdiplus: Only attempt to encode if the Encoder flag is set. gdiplus: Add codecs for the image formats we can currently decode....
2010 Sep 03
0
Wine release 1.3.2
...::ReleaseFuncDesc. oleaut32: Improve ITypeInfo::ReleaseTypeAttr. oleaut32: Properly mask size from funcdesc typedata. oleaut32: Improve MEMBERID assignment in ICreateTypeInfo::LayOut. oleaut32: Implement ITypeInfo2::GetFuncDesc. oleaut32: Implement decoding for complex typedescs. regedit: Don't call ungetc() twice consecutively. Andrew Talbot (4): cryptnet: Constify a variable. dbghelp: Remove unused functions. dbghelp: Constify some variables. dinput: Constify some variables. Andr? Hentschel (3): winhlp32: Update translations....