search for: llilac

Displaying 5 results from an estimated 5 matches for "llilac".

Did you mean: lilac
2015 Jul 27
3
[LLVMdev] Adding a stack probe function attribute
Yeah, the function attributes section of LangRef is a reasonable place to put stuff like this: http://llvm.org/docs/LangRef.html#function-attributes I think we should add this. I also know that LLILAC needs something like this as well. I propose the following: - Add a string attribute called "stack-probe-symbol"="foo". - The presence of this attribute indicates that stack probes should be emitted, even on non-Windows OSs. - (future work) For LLILAC, if this attribute is prese...
2015 Jul 28
0
[LLVMdev] Adding a stack probe function attribute
...at google.com> wrote: > Yeah, the function attributes section of LangRef is a reasonable place to > put stuff like this: > http://llvm.org/docs/LangRef.html#function-attributes I'll see if I can't sneak something in there. > > I think we should add this. I also know that LLILAC needs something like > this as well. I propose the following: > - Add a string attribute called "stack-probe-symbol"="foo". > - The presence of this attribute indicates that stack probes should be > emitted, even on non-Windows OSs. > - (future work) For LLILAC, i...
2015 Jul 28
2
[LLVMdev] Adding a stack probe function attribute
...; Yeah, the function attributes section of LangRef is a reasonable place to > > put stuff like this: > > http://llvm.org/docs/LangRef.html#function-attributes > I'll see if I can't sneak something in there. > > > > > I think we should add this. I also know that LLILAC needs something like > > this as well. I propose the following: > > - Add a string attribute called "stack-probe-symbol"="foo". > > - The presence of this attribute indicates that stack probes should be > > emitted, even on non-Windows OSs. > > - (f...
2015 Jul 26
0
[LLVMdev] Adding a stack probe function attribute
Since David Majnemer doesn't seem overly eager to merge my patches, let's see if we can't figure things out here. I noticed a string function attribute appeared in LangRef.rst, would that be the correct place to document this? For reference: http://reviews.llvm.org/D9653 http://reviews.llvm.org/D9654 http://reviews.llvm.org/D9858 On Wed, Aug 6, 2014 at 5:34 PM, John Kåre Alsaker
2015 Jul 28
1
[LLVMdev] Adding a stack probe function attribute
...n of LangRef is a reasonable place >> > to >> > put stuff like this: >> > http://llvm.org/docs/LangRef.html#function-attributes >> I'll see if I can't sneak something in there. >> >> > >> > I think we should add this. I also know that LLILAC needs something like >> > this as well. I propose the following: >> > - Add a string attribute called "stack-probe-symbol"="foo". >> > - The presence of this attribute indicates that stack probes should be >> > emitted, even on non-Windows OSs...