search for: 20130417

Displaying 20 results from an estimated 41 matches for "20130417".

Did you mean: 20130411
2013 Apr 17
2
[PATCH] Website patches
...g feed.rss to feed.xml fixed it. It adds a few news items as well. Finally, the third patch removes two links to jcoalson at users.sourceforge.net and places a link to the flac-dev list instead. -------------- next part -------------- A non-text attachment was scrubbed... Name: flac-web-patches-20130417.zip Type: application/x-zip-compressed Size: 17506 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20130417/abfa5045/attachment-0001.bin
2013 Apr 17
2
[LLVMdev] Request for compilers
...LLVM tool(s) that addresses these optimizations? The target language is C or C++. The target architectures are Intel Xeon with AVX and Xeon Phi . Regards, Ganesh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130417/340ba58c/attachment.html>
2013 Apr 17
1
[LLVMdev] How to transform loop to if-else using LLVM?
...LLVM. After read code of some LLVM's transformation, I still have no idea of how to implement this idea. Hope you can give me some hint. Thank you very much! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130417/d7850ae3/attachment.html>
2013 Apr 17
0
Caller ID is not persisted when using Channel Redirect
...ed), B transfers call to C (no caller id is displayed on phone c). Jacob Miles Software Engineer jacob.e.miles at l-3com.com 903.457.4422 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130417/5665c798/attachment.htm> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 5163 bytes Desc: image001.png URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130417/5665c798/attachment.png>
2013 Apr 17
4
[LLVMdev] make check rebuilds the project?
...heckout: $ time ninja ninja: no work to do. real 0m0.088s user 0m0.070s sys 0m0.010s You can't beat that with 'make' no matter what you do ;-) Eli -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130417/be9c5ec3/attachment.html>
2013 Apr 17
0
[LLVMdev] Request for compilers
...___ > 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/20130417/46e9723b/attachment.html>
2013 Apr 16
0
[LLVMdev] [vmkit]Problems when modifying J3
Hi Julien, I also tried to add a field and get the same error as you. In theory, to add a field in JavaClass or JavaCommonClass you have to put your field at the end of the declaration list (in order to minimize index changes in J3Intrinsics) in C++ code and in LLVMRuntime/runtime-single.ll We are working on this issue to see what is going wrong. The problem is the fact that the error is not
2013 Apr 17
1
[LLVMdev] [vmkit]Problems when modifying J3
...gt; 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/20130417/72ef1a98/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: new_field_patch.diff Type: text/x-patch Size: 2779 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130417/72ef1a98/attachment.bin>
2013 Apr 15
2
[LLVMdev] [vmkit]Problems when modifying J3
Hi all, I am currently working with vmkit (especially on J3) for a student project, I want to made some experimentations on J3. I see in the file lib/j3/VMCore/JavaClass.h that if I want to add some attributes in the class JavaClass I must change a few thing in LLVMRuntime/* and in JnjvmModule.cpp. But JnjvmModule.cpp does not exist anymore. So my first question is : what is the equivalent of
2013 Apr 17
0
[LLVMdev] make check rebuilds the project?
...ke+ninja is a non-option for many developers. Fixing that is a separate problem. We can’t just ignore problems in our configure+make build system in the meantime. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130417/39b214fa/attachment.html>
2013 Apr 17
0
[LLVMdev] Loop vectorizer behaviour for 2D arrays and parallel annotation
On 04/17/2013 04:55 AM, Anadi Mishra wrote: > Hello, > > I am trying to vectorize the following loop but the vectorizer says: > "Found a possible write-write reorder" and does not vectorize. > Why? To my knowledge, the dependence analysis in the loop vectorizer is not yet able to prove the absence of dependences here. > for (j=0; j < 8; j++) > { > jj
2013 Apr 17
1
[LLVMdev] Loop vectorizer behaviour for 2D arrays and parallel annotation
...> structures are declared my influence the analysis. PFA the example. -Best, Anadi. -------------- next part -------------- A non-text attachment was scrubbed... Name: example.c Type: text/x-csrc Size: 611 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130417/a101a71e/attachment.c>
2013 Apr 17
1
[LLVMdev] Why does x86 fast-isel reject unaligned stores?
...r, X86FastISel::X86SelectLoad() makes no such requirement. Is there a reason for this alignment restriction on stores? Would it be reasonable to remove it? Jim -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130417/45cad964/attachment.html>
2013 Apr 17
1
[LLVMdev] calling conventions
I have some needs in the Mips compiler to have some special calling conventions; for now just used internally by the compiler. In the ir there is the general "cc <n>". Is there a way to register a calling convention with target independent code so that if those attribute is attached to the function ir , that the corresponding calling convention will be used when generating
2013 Apr 17
1
[LLVMdev] make check rebuilds the project?
On 17.04.2013 21:46, Jim Grosbach wrote: > AFAIK ninja still only has very preliminary support for Windows, so anyone > working there can’t use it. Perhaps that’s changed or I’m misinformed? Ninja works fine for me on Windows. I've been using it to compile LLVM and co. for a few months. It's also really easy to compile Ninja itself on Windows. There's just one issue: When a
2013 Apr 17
0
[PATCH] Website patches
...s.sourceforge.net and places a link to the flac-dev list > instead. -------------- next part -------------- A non-text attachment was scrubbed... Name: Fixing-news-page-as-well.patch Type: text/x-patch Size: 0 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20130417/04588c96/attachment.bin
2013 Apr 15
3
RFC about adding new variable (ups.runtime)
Namely something like: ups.runtime - amount of seconds since powering up The reason is essentially "side effect" of this bug report: http://article.gmane.org/gmane.comp.monitoring.nut.user/7705 Where T denotes total time since ups' power up. On upses with AP9612TH it's used for dual temperature sensors (which top of apcsmart branch should gracefully support). Either way,
2013 Apr 17
1
Phpagi action based on outbound call user response
...ch the call was originated and continue execution. Any help is greatly appreciated. -- Thanks & Regards Rahul http://about.me/rahulr92 +919567607741 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130417/871b0708/attachment.htm>
2013 Apr 17
0
failed to extend from 512 to 676 on cli
...let us know the solution for this. asterisk version 1.6.2.9mysql 5.0server: Intel(R) Core(TM) i5-2500 CPU @ 3.30GHzRAM: 4 GB Thanks,Kamlesh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130417/38a9eae2/attachment.htm>
2013 Apr 17
1
core console debug on single file
...f lots of other debug from all other files. How to see only manager.c (or any other ONE file) debug info? (I'm using asterisk 1.8) Thanks, Gabriel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130417/e1b22daa/attachment.htm>