search for: 20111121

Displaying 20 results from an estimated 50 matches for "20111121".

Did you mean: 20111101
2011 Nov 21
0
[LLVMdev] Suggestions for LLVM Developer's Conference 2012
...er to get the > microphone to the person involved than for the presenter to repeat the > question? > Have folks queue up in front of a fixed microphone? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111121/fe4b19d1/attachment.html>
2011 Nov 21
3
[LLVMdev] Optimization of array access
....ll -o func1.opt" takes 10 seconds, while func2.ll takes 0.2s. Anyone have any ideas why? I've tested with LLVM 2.9, and LLVM 3.0 RC1. Regards, Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111121/8bd28fe3/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: opt.zip Type: application/x-zip-compressed Size: 196440 bytes Desc: opt.zip URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111121/8bd28fe3/attachment.bin>
2011 Nov 21
1
[LLVMdev] ModulePass and Strings
...ring" variables and do some changes to them. But LLVM's IR language does not have such a type. Tell me, please, what should I use. Sincerely, Shuhmacher -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111121/24769c3d/attachment.html>
2011 Nov 21
0
[LLVMdev] Optimization of array access
..._____________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111121/7bfac643/attachment.html>
2011 Nov 20
4
Deleting AstDB family at start
Is it possible to delete the keys belonging to a family in AstDB at Asterisk startup? I would like to repopulate it from another source each time Asterisk is restarted. I know there is a DBdeltree(<family>) function. Is there a context that only runs once (automatically) at Asterisk startup (so that I can call this function)? Also is AstDB lookup faster than a func_odbc lookup? Is there a
2011 Nov 28
3
[LLVMdev] Turning on/off instruction extensions
...not) ? >> >> I tried generating vector instructions with loops but it's not >> happening. Perhaps Polly can generate vector instructions? > > You can also try my basic-block autovectorization patch. > > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20111121/132206.html > > After applying the patch (I recommend applying it to the current trunk), > then run clang with the flags: > -mllvm -vectorize -mllvm -unroll-allow-partial > (the -unroll-allow-partial is not necessary for the vectorization, but > tends to expose additional vectori...
2011 Nov 24
0
[LLVMdev] Turning on/off instruction extensions
...ckend that enables > them or not) ? > > I tried generating vector instructions with loops but it's not > happening. Perhaps Polly can generate vector instructions? You can also try my basic-block autovectorization patch. http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20111121/132206.html After applying the patch (I recommend applying it to the current trunk), then run clang with the flags: -mllvm -vectorize -mllvm -unroll-allow-partial (the -unroll-allow-partial is not necessary for the vectorization, but tends to expose additional vectorization opportunities). The bas...
2011 Nov 29
2
[LLVMdev] Turning on/off instruction extensions
...ting vector instructions with loops but it's not >>>> happening. Perhaps Polly can generate vector instructions? >>> >>> You can also try my basic-block autovectorization patch. >>> >>> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20111121/132206.html >>> >>> After applying the patch (I recommend applying it to the current trunk), >>> then run clang with the flags: >>> -mllvm -vectorize -mllvm -unroll-allow-partial >>> (the -unroll-allow-partial is not necessary for the vectorization, but...
2011 Dec 02
3
[LLVMdev] Turning on/off instruction extensions
...it's not >>>>>> happening. Perhaps Polly can generate vector instructions? >>>>> >>>>> You can also try my basic-block autovectorization patch. >>>>> >>>>> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20111121/132206.html >>>>> >>>>> After applying the patch (I recommend applying it to the current trunk), >>>>> then run clang with the flags: >>>>> -mllvm -vectorize -mllvm -unroll-allow-partial >>>>> (the -unroll-allow-partial is...
2011 Nov 24
3
[LLVMdev] Turning on/off instruction extensions
Hi everybody, I'm trying to run some examples with different backend options (turning on/off SSE, 3dnow, or MMX instructions). However, I don't see any difference in terms of execution time. Does anybody know which language constructs (in C/C++ preferably) should I try to make these instructions generated (and thus make a difference between a backend that enables them or not) ? I tried
2011 Nov 28
0
[LLVMdev] Turning on/off instruction extensions
...I tried generating vector instructions with loops but it's not > >> happening. Perhaps Polly can generate vector instructions? > > > > You can also try my basic-block autovectorization patch. > > > > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20111121/132206.html > > > > After applying the patch (I recommend applying it to the current trunk), > > then run clang with the flags: > > -mllvm -vectorize -mllvm -unroll-allow-partial > > (the -unroll-allow-partial is not necessary for the vectorization, but > > tend...
2011 Nov 21
2
[LLVMdev] Optimization of array access
...elopers mailing list LLVMdev at cs.uiuc.edu<mailto:LLVMdev at cs.uiuc.edu> http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111121/41fa16b2/attachment.html>
2011 Nov 29
0
[LLVMdev] Turning on/off instruction extensions
...with loops but it's not > >>>> happening. Perhaps Polly can generate vector instructions? > >>> > >>> You can also try my basic-block autovectorization patch. > >>> > >>> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20111121/132206.html > >>> > >>> After applying the patch (I recommend applying it to the current trunk), > >>> then run clang with the flags: > >>> -mllvm -vectorize -mllvm -unroll-allow-partial > >>> (the -unroll-allow-partial is not necessary f...
2011 Nov 20
7
[LLVMdev] Suggestions for LLVM Developer's Conference 2012
David, Sorry I missed the Community Event Planning session. There was this neat session on Backend\Infrastructure competing with it. :) Whiteboards (with markers (and erasers?)). I was speaking with Dan G about the complexities of trying to get the SelectionDAG to represent physical registers. He mentioned during our conversation that a whiteboard would help. Ballroom Salon V would have
2011 Nov 21
1
[LLVMdev] Fwd: Order of Basic Blocks
...LVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111121/13ae3476/attachment.html>
2011 Dec 02
0
[LLVMdev] Turning on/off instruction extensions
...;>>>> happening. Perhaps Polly can generate vector instructions? > >>>>> > >>>>> You can also try my basic-block autovectorization patch. > >>>>> > >>>>> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20111121/132206.html > >>>>> > >>>>> After applying the patch (I recommend applying it to the current trunk), > >>>>> then run clang with the flags: > >>>>> -mllvm -vectorize -mllvm -unroll-allow-partial > >>>>> (the...
2011 Nov 21
1
vigor 2920 problems
...em. Other clients at other sites are fine. The problem clears if the phone is rebooted (renegotiates a new nat path?) Any help warmly appreciated. John -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111121/c6b6f7b1/attachment.htm>
2011 Nov 21
0
[LLVMdev] Suggestions for LLVM Developer's Conference 2012
..._________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111121/99337037/attachment.html>
2011 Dec 12
2
[LLVMdev] Turning on/off instruction extensions
...not >>>>>>>> happening. Perhaps Polly can generate vector instructions? >>>>>>> You can also try my basic-block autovectorization patch. >>>>>>> >>>>>>> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20111121/132206.html >>>>>>> >>>>>>> After applying the patch (I recommend applying it to the current trunk), >>>>>>> then run clang with the flags: >>>>>>> -mllvm -vectorize -mllvm -unroll-allow-partial >>>>>...
2011 Nov 21
0
[LLVMdev] A way to pass const char* arg without creating a GlobalVariable
What memory would the pointer argument point to? ― Gordon On Nov 20, 2011, at 16:58, "Dmitry N. Mikushin" <maemarcus at gmail.com> wrote: > Hi, > > Is it possible to make up a ConstantArray containing a "const char*" > string and pass it directly to the function "char*" argument *without* > creating a GlobalVaribable? > I looked around and