search for: stacksegmenter

Displaying 8 results from an estimated 8 matches for "stacksegmenter".

2011 Aug 23
2
[LLVMdev] Segmented Stacks (re-roll)
Hi! > diff --git a/lib/CodeGen/StackSegmenter.cpp b/lib/CodeGen/StackSegmenter.cpp > new file mode 100644 > index 0000000..5ffb8f2 > --- /dev/null > +++ b/lib/CodeGen/StackSegmenter.cpp > @@ -0,0 +1,48 @@ > +//===-- StackSegmenter.h - Prolog/Epilog code insertion -------*- C++ -* --===// > > The comment is obviously in...
2011 Aug 22
0
[LLVMdev] Segmented Stacks (re-roll)
Hi Sanjoy, The patch generally looks fine except for this part: diff --git a/lib/CodeGen/StackSegmenter.cpp b/lib/CodeGen/StackSegmenter.cpp new file mode 100644 index 0000000..5ffb8f2 --- /dev/null +++ b/lib/CodeGen/StackSegmenter.cpp @@ -0,0 +1,48 @@ +//===-- StackSegmenter.h - Prolog/Epilog code insertion -------*- C++ -* --===// The comment is obviously incorrect. diff --git a/lib/CodeGen/Stack...
2011 Aug 23
0
[LLVMdev] Segmented Stacks (re-roll)
On Aug 23, 2011, at 9:24 AM, Sanjoy Das wrote: > Hi! > >> diff --git a/lib/CodeGen/StackSegmenter.cpp b/lib/CodeGen/StackSegmenter.cpp >> new file mode 100644 >> index 0000000..5ffb8f2 >> --- /dev/null >> +++ b/lib/CodeGen/StackSegmenter.cpp >> @@ -0,0 +1,48 @@ >> +//===-- StackSegmenter.h - Prolog/Epilog code insertion -------*- C++ -* --===// >> >...
2011 Aug 17
2
[LLVMdev] Segmented Stacks (re-roll)
...mmand-line-option-to-enable-segmented-stacks.patch Type: text/x-diff Size: 1699 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110818/4f99c1ef/attachment.patch> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-New-StackSegmenter-pass.patch Type: text/x-diff Size: 6943 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110818/4f99c1ef/attachment-0001.patch> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0003-Prologue-code-emission-for-X86.patch T...
2011 Aug 24
1
[LLVMdev] Segmented Stacks (re-roll)
Hi! > According to the patch you send, the pass is not doing anything: > > +bool StackSegmenter::runOnMachineFunction(MachineFunction &MF) { > + return false; > +} > + It is, in the next patch. diff --git a/lib/CodeGen/StackSegmenter.cpp b/lib/CodeGen/StackSegmenter.cpp index 5ffb8f2..cc2ca87 100644 --- a/lib/CodeGen/StackSegmenter.cpp +++ b/lib/CodeGen/StackSegmenter.cpp @@ -...
2011 Aug 10
2
[LLVMdev] Segmented Stacks: Pre-midterm work
...mmand-line-option-to-enable-segmented-stacks.patch Type: text/x-diff Size: 1699 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110810/ca6ee932/attachment.patch> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-New-StackSegmenter-pass.patch Type: text/x-diff Size: 6943 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110810/ca6ee932/attachment-0001.patch> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0003-Prologue-code-emission-for-X86.patch T...
2011 May 30
2
[LLVMdev] [Segmented Stacks] Week 1
...01-Adds-relevant-command-line-options.patch Type: text/x-diff Size: 2250 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110530/f9c0f8ca/attachment.patch> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-Adds-a-new-StackSegmenter-pass.patch Type: text/x-diff Size: 6941 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110530/f9c0f8ca/attachment-0001.patch> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0003-Implements-prologue-for-X86.patch Type...
2011 Jul 14
3
[LLVMdev] [PATCH] Segmented Stacks
...and-line-option-segmented-stacks-to-enabl.patch Type: text/x-diff Size: 1644 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110714/1955e17f/attachment.patch> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-Adds-a-StackSegmenter-pass.patch Type: text/x-diff Size: 6959 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110714/1955e17f/attachment-0001.patch> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0003-Implements-prologue-code-emission-for-...