search for: 20130222

Displaying 20 results from an estimated 25 matches for "20130222".

Did you mean: 20100222
2013 Feb 22
13
[Bug 61287] New: (bisected) kernel>=3.7 breaks nouveau with acceleration for GeForce 6150SE nForce 430
...the present issue) I thank you very much in advance for any help ciao gabriele -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130222/bb3ab60d/attachment.html>
2013 Feb 22
1
[LLVMdev] testing instruction selection
...those days they used various YAML ancient precursors like LG and IDL. We used to jokingly call the PQCC project PQTG (Product Quality Thesis Generator). Reed -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130222/d97052a7/attachment.html>
2013 Feb 25
4
WARNING: at fs/btrfs/inode.c:2165 btrfs_orphan_commit_root+0xcb/0xdf()
...h dm_log dm_crypt dm_mod async_raid6_recov async_pq async_xor raid6_pq async_memcpy async_tx xor blowfish_x86_64 blowfish_common ecb crc32c_intel aesni_intel xts aes_x86_64 lrw gf128mul ablk_helper cryptd thermal thermal_sys Pid: 500, comm: btrfs-transacti Tainted: G O 3.7.8-amd64-preempt-20130222 #1 Call Trace: [<ffffffff81040ed4>] warn_slowpath_common+0x7e/0x96 [<ffffffff811f75c5>] ? alloc_extent_state+0x59/0xa4 [<ffffffff81040f01>] warn_slowpath_null+0x15/0x17 [<ffffffff811e972f>] btrfs_orphan_commit_root+0xcb/0xdf [<ffffffff811e3954>] commit_fs_roots.is...
2013 Feb 22
4
[LLVMdev] Does LLVM optimize variable to constant value in the compiling time?
...} I looked into the bitcode that LLVM generates, it still considers the 'else' branch, which will be never reached during the runtime. Thanks, Robert -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130222/47e98f03/attachment.html>
2012 Sep 11
14
[Bug 54786] New: random crashes of X with failed to idle channel 0xcccc0000
https://bugs.freedesktop.org/show_bug.cgi?id=54786 Bug #: 54786 Summary: random crashes of X with failed to idle channel 0xcccc0000 Classification: Unclassified Product: xorg Version: 7.6 (2010.12) Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major
2013 Feb 21
4
Quartz
Hola, Por favor, alguien que use MacOS, ¿podría hacerme un favor?: se trata de lanzar este código que indico a continuación: quartz(title="Ventada de prueba", width=8.27, height=11.69, dpi=85) plot(1:10) Observación: me refiero a lanzarlo desde el Rgui (no desde RStudio). Luego se trataría de guardar como pdf desde el menú, y enviarme ese pdf. Necesito comprobar que queda en
2013 Feb 22
1
[LLVMdev] llvm-ar llvm-link
...k: error loading file 'bsd.ar'**** > > ** ** > > What am I missing here ? **** > > ** ** > > Regards,**** > > Ankur**** > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130222/037f85ac/attachment.html>
2013 Feb 22
2
[LLVMdev] testing instruction selection
It's kind of troubling that you can't create test cases that start with DAG as opposed to bitcode .ll. It's very tedious sometimes to go through and make sure that you have really tested all your patterns and sometimes the compiler changes and it stops generating those patterns but may resume generating them later. So if you make a change at a time when it's not generating
2013 Feb 22
3
[LLVMdev] Get Name of numbered variables
...method getName() of llvm::Value. However it returns a blank string if the variable is a numbered variable, such as %11. How can I make it return %11 in such case. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130222/d6d434e8/attachment.html>
2013 Feb 22
0
[LLVMdev] An error:Pass 'Runtime Evaluation' is not initialized
...serts/bin/opt -load ./Release+Asserts/lib/LLVMHRuntimeEval.so -Eval Aborted (core dumped) If anyone can give me some advices about it? thanks! regards, wang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130222/5bbb86d5/attachment.html>
2013 Feb 22
0
[LLVMdev] testing instruction selection
Do you have any suggestions about how to address this? -- Sean Silva
2013 Feb 22
0
[LLVMdev] Does LLVM optimize variable to constant value in the compiling time?
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Robert Sandra > Subject: [LLVMdev] Does LLVM optimize variable to constant value in the compiling time? > Considering the following codes: > int x = 21;  > if(x > 20) {  >    p = &C;  > } else {  >    p = &E;  > } > I looked into the bitcode that LLVM
2013 Feb 20
1
DTMF Blips at end of Record() - 1.8.18
Hi, I've noticed on asterisk 1.8.18 I'm hearing the blip of '#' DTMF to end the recording on the recording itself. Is there an easy way to truncate the last 200ms of the recording or so to eliminate this? The DTMF is coming in through rfc2833 and not inband. Thanks. -- James -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Feb 22
1
[LLVMdev] Does LLVM optimize variable to constant value in the compiling time?
...the intended recipient. If you > received this in error, please contact the sender and delete the e-mail and > its attachments from all computers. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130222/ce91adf8/attachment.html>
2013 Feb 05
2
Possible sort optimization (?)
Maybe this is just noise... but I can reproduce this fairly reliably. Mailbox with 21,000+ messages This query: a UID SORT RETURN (ALL COUNT) (DATE) UTF-8 SUBJECT "foo" is always about 10 percent slower than this split query (I've done this 4-5 times, and the numbers are similar): a UID SEARCH RETURN (SAVE) CHARSET UTF-8 SUBJECT "foo" b UID SORT RETURN (ALL COUNT)
2013 Feb 23
2
[LLVMdev] mem2reg for non entry blocks?
...nter cannot escape or be stored or cast etc) should guard against that, regardless of the position of the alloca. right? Is there a reason for this? Thanks Vinod -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130222/b1b2fbad/attachment.html>
2013 Feb 21
2
Remove Abandoned call
hello all, i have two asterisk server for call transfer and one more asterisk server for agent login(server_X) where agent take the call. server_A and server_B server_A is connected with pri and configure with 60 channel for call transfer into server_X server_B is connected with pri and configure with 30 channel for call transfer into server_X my query is that some time two call originate same
2013 Feb 22
1
Using libvorbis and vorbisfile in the Windows 8 store app environment
...en utilisant le num?ro mentionn? ci-haut (? frais vir?s si n?cessaire). Veuillez effacer ou d?truire toutes copies de ce courriel re?ues. Merci de votre collaboration. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis/attachments/20130222/48c2bfa8/attachment.htm
2013 Feb 23
3
[LLVMdev] -Os
Mips 16 is basically to save space. I want to start comparing real benchmarks with llvm and gcc -mips16. Does -Os have any meaning currently to clang? llvm? What about inlining? Is inlining turned off? Tia. Reed
2013 Feb 21
0
[LLVMdev] llvm-ar llvm-link
Hi Ankur, Why do you need archive in this case? The other way of doing this is to merge all bitcode files into single file: $ clang -c -emit-llvm abc.c -o abc.bc $ clang -c -emit-llvm bcd.c -o bcd.bc llvm-link bcd.bc abc.bc -o merged.bc Cheers, Ahmad From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of ankur deshwal Sent: 21 February 2013 17:54 To: