search for: 20150428

Displaying 20 results from an estimated 44 matches for "20150428".

Did you mean: 20100428
2015 Apr 28
2
[LLVMdev] Lowering intrinsic that return an int1
...FromParent(); // The pseudo is gone now._ _ return BB;_ _}_ Should I put the return value to EAX (like for a standard function) ? Thank you for your help. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150428/be81034a/attachment.html>
2015 Apr 28
2
[LLVMdev] Lowering intrinsic that return an int1
...ation will be in a vreg? Should I specify it explicitly in the TableGen definition? I admit being a bit lost inside the backend... Thank you for your help -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150428/dcc7c9ce/attachment.html>
2015 Apr 28
2
[LLVMdev] RFC: Machine Level IR text-based serialization format
...________ > 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/20150428/0446bb66/attachment.html>
2015 Apr 28
2
[LLVMdev] RFC: Machine Level IR text-based serialization format
On 2015-04-28 19:14, Quentin Colombet wrote: > Personally I would rather not have to write YAML inputs but instead > resort on the what the machine dumps look like. That being said, I can > live with YAML :). > YAML is what is suggested in the FIXME for the textual Machine IR, so that might be the motivation behind Alex's choice. I sort of agree that it could be better to go
2015 Apr 21
2
[LLVMdev] Why are imm shifts where imm >= width type eliminated entirely?
There can also be other “problems" like this one: http://reviews.llvm.org/D6946 <http://reviews.llvm.org/D6946> - Matthias > On Apr 20, 2015, at 1:44 PM, Tim Northover <t.p.northover at gmail.com> wrote: > >> The DAG combiner also performs the undefined shift -> undef though, so it >> should still be OK > > DAG combiner doesn't really run to
2015 Apr 28
9
[LLVMdev] RFC: Machine Level IR text-based serialization format
...continue adding support for serialization of the remaining data structures. Thanks for reading through the proposal. What are you thoughts about this format? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150428/c647b3ef/attachment.html>
2015 Apr 28
4
[LLVMdev] GCC compatibility code coverage issue .
Hi All, We trying to use clang+llvm to generate the gcc coverage format as clang version 3.6.0 $clang --coverage -Xclang -coverage-cfg-checksum -Xclang -coverage-no-function-names-in-data -Xclang -coverage-version='407*' test.c $a.out $llvm-cov gcov test.gcda Unexpected version: *704. Invalid .gcno File! Debugging the above cause ,But any hints from experts here ,will help a lot
2015 Apr 28
2
Maximizar Consola de R al inicio
...are the intended recipient and you do not wish to receive similar electronic messages from us in future then please respond to the sender to this effect ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20150428/83d10319/attachment-0001.html> ------------ próxima parte ------------ A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 68623 bytes Desc: image001.png URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20150428/83d10319/attachment-0001.png>
2015 Apr 28
2
Maximizar Consola de R al inicio
Hola: Intento configurar R para que cuando se cargue (en una maquina con Windows 7) la consola de R aparezca maximizada dentro de la propia ventana de R. Tengo una serie de procesos diseñados para que se ejecuten al iniciar R y que sin la consola maximizada no permite ver el progreso de esos procesos. La ventana general de R si que aparece maximizada (usando el parámetro MDIsize = 0*0+0+0 del
2015 Apr 28
3
[LLVMdev] RFC: Machine Level IR text-based serialization format
...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/20150428/cfb2abda/attachment.html>
2015 Apr 28
0
adding area code
...n a Disk) > http://www.venturevoip.com/exchange.php (Full ITSP Solution) > http://www.venturevoip.com/cc.php (Call Centre Solutions) > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150428/7cc94c2f/attachment.html>
2015 Apr 28
1
adding area code
On Tue, 28 Apr 2015 07:21:12 -0700 Motty Cruz <motty.cruz at gmail.com> wrote: > here is what I did and worked for me: > > exten => 1381+NXXXXXX,1,Set(CALLERID(number)=3817383444) > > exten => 1+NXXNXXXXXX,2,Dial(SIP/SIP-Provider/${EXTEN:1},80) I find it hard to believe this is working. First, you don't have a leading underscore on your patterns. Your users
2015 Apr 29
0
Fwd: Wiki Contribution - YUM Tips and Tricks
...-docs mailing list > CentOS-docs at centos.org > http://lists.centos.org/mailman/listinfo/centos-docs > -- ---~~.~~--- Mike // SilverTip257 // -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20150428/cf98c169/attachment-0002.html>
2015 Apr 09
2
Trash Plugin bugs
dovecot v2.2.16 I've found a few bugs in Trash plugin. 1. If Quota set only messages limit (without storage limit) then Trash plugin does not expunge any message because Quota plugin sets too_large_r=TRUE. It's because quota_default_test_alloc function does not check if bytes_limit is set. /* if size is bigger than any limit, then it is bigger than the
2015 Apr 28
1
Trash Plugin bugs
...n't seen it in http://hg.dovecot.org/dovecot-2.2/ Regards, Alexei -------------- next part -------------- A non-text attachment was scrubbed... Name: trash-plugin.patch Type: application/octet-stream Size: 2118 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20150428/d88adf3a/attachment.obj>
2015 Apr 28
0
Options for a "I'm done" flag file
...nsubscribe or change options: > https://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20150428/923cbda0/attachment.html>
2015 Apr 28
0
答复: I love NUT
...an.org/cgi-bin/mailman/listinfo/nut-upsdev -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4252 bytes Desc: S/MIME Cryptographic Signature URL: <http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20150428/1ca36aa0/attachment.bin>
2015 Apr 28
2
[LLVMdev] Building compiler-rt for foreign target?
I'm developing something for an ARMv7-A system in big-endian mode. I'm trying to use clang as the compiler for it. Things have been going well so far, but I've hit a point where the generated code is depending on functions which are implemented in compiler-rt. Since I'm doing the building on an amd64 machine, the compiler-rt that I have only targets x86/amd64. So, I have three
2015 May 04
0
Asterisk proxying a REFER
...est regards > Antony > ??? (066) 919-75-33 > ??? (063) 656-43-40 > satskiy.a at gmail.com <mail%3Asatskiy.a at gmail.com> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150428/4f152d16/attachment-0001.html> > > ------------------------------ > > Message: 3 > Date: Tue, 28 Apr 2015 07:21:12 -0700 > From: Motty Cruz <motty.cruz at gmail.com> > To: Asterisk Users Mailing List - Non-Commercial Discussion > <asterisk-users at lists.digiu...
2015 Apr 27
2
adding area code
> On 27Apr, 2015, at 16:39, Motty Cruz <motty.cruz at gmail.com> wrote: > > forgot to mentioned I am running Asterisk 1.8.22.0 on CentOS. > > Thanks, > > > On 04/27/2015 02:38 PM, Motty Cruz wrote: >> here is what I have: >> exten => _9XXXXXXX,1,Set(l_HomeAreaCode=381) >> >> exten =>