Displaying 20 results from an estimated 34 matches for "20130411".
Did you mean:
20130111
2013 Apr 11
0
libopus build environment assistance request
...tional* |
125 Joseph Zatzman Drive | Dartmouth, Nova Scotia | B3B 1W1
Phone: (902)468-5998 | Fax: (902)468-6577
pantelintl.com <http://pantelintl.com/>
Pantel Sig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20130411/4d4b81e6/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 2399 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/opus/attachments/20130411/4d4b81e6/attachment.png
2013 Apr 11
4
Asterisk 11.2.1 / dahdi destroy channel / asterisk crashes
Hi,
I have the following setup:
Ubuntu 12.04.02 LTS (64 bit)
Asterisk 11.2.1
Sangoma 4-Port-Card (A104d) with firmware 43 (german e1-ports connected)
WANPIPE Release: 3.5.28
DAHDI Version: 2.6.1 Echo Canceller: HWEC
libpri version: 1.4.12
I call via sip into the dialplan. Then I do a
"Dial(DAHDI/g1/voicenumber,r)". The call is bridged and everything is
fine. "dahdi show
2013 Apr 11
4
[LLVMdev] object file/linking is missing my exception handlers
...ls.
Encrypt: I'm also happy to receive encrypted mail.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130411/397f99a5/attachment.sig>
2013 Apr 10
4
ACD problem
? Hi,
I am working on a small inbound call center solution that uses an ACD system. I might add an IVR system later on. I only have 2 extensions set up (extensions 1000 and 1001), I want the system to put new calls in a queue if both extensions are busy. I am currently subscribed with a SIP trunk provider and can successfully recieve calls. I want?to design a system where customers?can call my
2013 Apr 11
0
[LLVMdev] Migration from JIT to MCJIT
...cs.uiuc.edu<mailto:LLVMdev at cs.uiuc.edu> http://llvm.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/20130411/42051355/attachment.html>
2013 Apr 11
4
[LLVMdev] Decouple LoopVectorizer from O3
...use I
want to understand the behaviour of LV by trying simple loops but the O3
mostly optimises away the loop body.
Any ideas would be appreciated.
Best,
Anadi.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130411/73bb2216/attachment.html>
2013 Apr 11
0
[LLVMdev] object file/linking is missing my exception handlers
Hi,
On 11/04/13 06:06, edA-qa mort-ora-y wrote:
> I have some exception handling which works fine using the JIT. Now I am
> producing object files and linking them, but the exception handling
> tables seem to be missing. I call _Unwind_RaiseException and get
> _URC_END_OF_STACK as a result.
you will get this if no catch clauses match (eg because there are no catch
clauses, perhaps
2013 Apr 11
2
[LLVMdev] Migration from JIT to MCJIT
...cs.uiuc.edu<mailto:LLVMdev at cs.uiuc.edu> http://llvm.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/20130411/28d4700a/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mcjit_external_symbol.cpp
Type: application/octet-stream
Size: 2680 bytes
Desc: mcjit_external_symbol.cpp
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130411/28d4700a/...
2013 Apr 10
2
[LLVMdev] Migration from JIT to MCJIT
Existing clients (LLDB) deal with externals by resolving them to constant function pointers that are referenced in the IR. That’s obviously ugly as hell, but it gets things done.
The old JIT was able to simplify things because it assumed the JITed code was running in the same process as the JIT compiler. The MCJIT doesn’t assume that, so it has to handle more possibilities. For example, that the
2013 Apr 08
6
[Bug 63263] New: X server crash in nouveau_xv.c:NVPutImage (NVCopyNV12ColorPlanes)
https://bugs.freedesktop.org/show_bug.cgi?id=63263
Priority: medium
Bug ID: 63263
Assignee: nouveau at lists.freedesktop.org
Summary: X server crash in nouveau_xv.c:NVPutImage
(NVCopyNV12ColorPlanes)
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
2013 Apr 10
1
[LLVMdev] LLCJ - VMKIT
Is llcj in working order? I read a while back that it had rotted. How can
I help if so? I'd like to get it in working order and will pitch in my
time to help get it back to a good state.
--
Thanks,
Ryan Fairchild
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130409/c9832b41/attachment.html>
2013 Apr 11
0
[LLVMdev] Decouple LoopVectorizer from O3
You can take unoptimized bitcode and run it through ‘opt’ to have complete flexibility in which passes get run. It may take some fiddling to find out the pass sequence and ordering that does what you want, as some passes rely on previous passes to canonicaplize code into a form it can effectively work with.
-Jim
On Apr 10, 2013, at 5:39 PM, Anadi Mishra <reachanadi at gmail.com> wrote:
2013 Apr 11
1
[LLVMdev] Can't create "main" function?
Hi,
On 10/04/13 20:23, edA-qa mort-ora-y wrote:
> Got it. I had a global_variable also with the name "main". Perhaps
> getOrInsertFuntion needs an assert to check this (it was returning a
> variable I guess rather than a function, and thus static_cast was broken).
if you use LLVM's cast rather than static_cast then you will get an
assertion failure if the cast is wrong.
2013 Apr 11
0
[LLVMdev] LLVM buildmaster will be restarted today after 6 PM Pacific
Hello everyone,
LLVM buildmaster will be restarted today after 6 PM Pacific.
Thank you for understanding
Thanks
Galina
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130411/8d9a177d/attachment.html>
2013 Apr 11
1
[PATCH proposal] make dsync preserve pop3_uidl_format
...u need to specify -o pop3_uidl_format=... to dsync.
Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dsync-save-uidl-format.patch
Type: text/x-patch
Size: 1694 bytes
Desc: dsync-save-uidl-format.patch
URL: <http://dovecot.org/pipermail/dovecot/attachments/20130411/a49e3ba6/attachment.bin>
2013 Apr 10
0
Follow Me CID
...e "Asterisk PBX" ask "Asterisk TDM"
to make a forwarded calls, and then subsequently pass those settings to the
Telco?
Regards
HASSAN
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130411/a669ce0d/attachment.htm>
2013 Apr 11
0
Voicemail Prepend not working properly on 1.8.18
...original voicemail message.
Also, I continue to have voicemails and recordings that are recording the
'#' to end the message.
Thanks.
-- James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130411/66d03720/attachment.htm>
2013 Apr 11
1
Added support for TfIdf to Omega
...messed my
branch by trying to merge the tfidf branch with the master branch and so am
not sending a pull request.I'll sort it out soon.
-Regards
-Aarsh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20130411/5beea0f4/attachment-0001.html>
2013 Apr 11
2
[LLVMdev] Bug in InstCombiner::FoldAndOfFCmps
...rmations that need
similar checks also. If there is a clear solution, I will be happy to
submit a patch. Otherwise, I will file a Bug.
Thanks in advance,
Cameron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130411/d5f2025b/attachment.html>
2013 Apr 11
0
[LLVMdev] Issues with DependenceAnalysis
...avoid by myself calling depends?)
Thanks in advance,
--
Cristianno Martins
PhD Candidate in Computer Science
University of Campinas
cmartins at ic.unicamp.br
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130411/e7769418/attachment.html>