search for: globalinfo

Displaying 3 results from an estimated 3 matches for "globalinfo".

2006 Mar 01
0
[LLVMdev] Re: gcc like attributes and annotations
...it. Did you add another bytecode entry for the section > value mapping? Is it possible to add attributes to other elements like > functions as well? Yes, it was added to the .ll/.bc formats: http://llvm.cs.uiuc.edu/docs/LangRef.html#globalvars http://llvm.cs.uiuc.edu/docs/BytecodeFormat.html#globalinfo > Did you think about a mapping of common attributes on different > platforms. For instance DLLMain Entry point under Win32 and the > __attribute__((constructor)) under Linux. __attribute__((constructor)) is handled with a the llvm.globalctors global variable (even with llvm 1.6), try i...
2015 Dec 03
3
Function attributes for LibFunc and its impact on GlobalsAA
----- Original Message ----- > From: "James Molloy via llvm-dev" <llvm-dev at lists.llvm.org> > To: "Vaivaswatha Nagaraj" <vn at compilertree.com> > Cc: "LLVM Dev" <llvm-dev at lists.llvm.org> > Sent: Thursday, December 3, 2015 4:41:46 AM > Subject: Re: [llvm-dev] Function attributes for LibFunc and its impact on GlobalsAA > >
2006 Feb 24
5
[LLVMdev] Re: gcc like attributes and annotations
hi Chris! thanks for your reply. First of all I did not know about the history with the Annotation stuff. Annotable for me was a way how one could realize this things. So as I see it right now - it is more that Annotable will completly vanish soon. This is interesting to me. Chris Lattner schrieb: > On Fri, 24 Feb 2006, Jakob Praher wrote: > >> When translating a complex c