Displaying 20 results from an estimated 41 matches for "20100908".
Did you mean:
20100901
2011 Feb 22
1
[LLVMdev] duplicate .debug_line sections
I'm using LLVM 2.8 with GNU Binutils for Ubuntu
2.20.51-system.20100908. When I try to assemble a .s file generated
with llc with g++ I get the error:
Fatal error: duplicate .debug_line sections.
I'm using llvm-gcc/g++ as front end.
I also tried generating the .o file directly using -filetype=obj but
that too fails with
BFD: BFD (GNU Binutils for Ubuntu) 2.20.5...
2010 Sep 08
0
[LLVMdev] Possible missed optimization?
Great analysis Jakob, should this be reported as a missed optimization or
are you going to handle this as you're the register allocator expert here?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100908/7fb8471e/attachment.html>
2010 Sep 08
1
[LLVMdev] Possible missed optimization?
...e file a PR with the Thumb1 code. I don't know an easy fix.
/jakob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1929 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100908/25e9ba9f/attachment.bin>
2010 Sep 08
1
asterisk 1.8 Calendar
...Type
Status
-------- ---- ------ *
And i can't see anything into the log, calendar.conf is ignored.
Any sugestion?
--
--
Adri? Vidal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100908/a03648b3/attachment.htm
2010 Sep 08
1
Sangnoma + Digium Bridging
...od enough" for my purposes, but I'd
like to cut out the local channel if possible.
I'm running Asterisk 1.6.2.11 / DAHDI 2.3.0.1 / Wanpipe 3.4.9
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100908/aaef9a35/attachment.htm
2010 Sep 08
0
[LLVMdev] Complex regalloc contraints
...ault register allocator constructor.
It might as well register a function that allocates AND configures PBQP properly then. There is no need for a target hook.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100908/ab989fb8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1929 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100908/ab989fb8/attachment.bin>
2010 Sep 09
1
[LLVMdev] Complex regalloc contraints
Hi Jakob,
That's a good point. I'll factor out the problem builder in the next couple
of days and drop a mail to the list explaining how to write extensions.
Cheers,
Lang.
On Thu, Sep 9, 2010 at 12:21 AM, Jakob Stoklund Olesen <stoklund at 2pi.dk>wrote:
>
> On Sep 7, 2010, at 6:27 PM, Lang Hames wrote:
>
> The design I have in mind is this: We add a method to
2010 Sep 04
9
I think vorbis codec group have a new target
I compared quicktime aac and vorbis,i think quicktime aac is better than
vorbis at 80Kbps.
please tell me if i'm wrong.
using command:
qtaacenc.exe --tvbr 31 --highest --samplerate keep test.wav qt.m4a
oggenc2.exe --raw -q 1.6 test.wav -o vorbis.ogg
the version:
qtaacenc version 20100725 with QuickTime 7.6.7
OggEnc v2.87 (libvorbis 1.3.1)
links:
2010 Sep 08
3
[LLVMdev] Complex regalloc contraints
...________
> 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/20100908/d7bd4b06/attachment.html>
2010 Sep 08
2
Max TDM calls per asterisk box
...od tool to stress out asterisk?
Kind regards
--
*Adolphe CHER-AIME
Network / VoIP Engineer
CCNA, CCNA VOICE, Global VSAT Forum Certified
(509) 3449-4280*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100908/037d8a11/attachment.htm
2010 Sep 08
4
[LLVMdev] Union type, is it really used or necessary?
....⌽⊂⍵ }
│ --- Conway's Game Of Life, in one line of APL
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100908/888f6977/attachment.sig>
2010 Sep 09
2
[LLVMdev] [PATCH][CMake] Removing LLVMLibDeps.cmake and exporting libraries for CMake clients.
...es this break anything for anyone?
- Michael Spencer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remove-LLVMLibDeps.cmake.patch
Type: application/octet-stream
Size: 46935 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100908/5e129cfc/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cmake-update-to-match.patch
Type: application/octet-stream
Size: 9826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100908/5e129cfc/attachment-...
2010 Sep 05
2
[LLVMdev] Possible missed optimization?
On Sep 4, 2010, at 5:40 PM, Eli Friedman wrote:
> If you want to take a look at this yourself, the issue is easy to
> reproduce with Thumb1:
Thanks, Eli. Nice catch!
This IR:
target triple = "thumbv5-u-u"
define arm_aapcscc i64 @foo(i64 %a, i64 %b) nounwind readnone {
entry:
%xor = xor i64 %a, 18 ; <i64> [#uses=1]
%xor2 = xor i64 %xor, %b
2010 Sep 09
0
CentOS-announce Digest, Vol 67, Issue 2
...----------------------------------------------------------------
Message: 1
Date: Wed, 8 Sep 2010 23:19:58 +0200
From: Tru Huynh <tru at centos.org>
Subject: [CentOS-announce] CESA-2010:0680 Critical CentOS 3 i386
seamonkey - security update
To: centos-announce at centos.org
Message-ID: <20100908211958.GA15076 at sillage.bis.pasteur.fr>
Content-Type: text/plain; charset="us-ascii"
CentOS Errata and Security Advisory CESA-2010:0680
seamonkey security update for CentOS 3 i386:
https://rhn.redhat.com/errata/RHSA-2010-0680.html
The following updated file has been uploaded and is...
2010 Sep 08
0
[LLVMdev] Union type, is it really used or necessary?
On 08 Sep 2010, at 13:03, David Given wrote:
> On 07/09/10 14:22, Erik de Castro Lopo wrote:
> [...]
>> When generating 32 bit code the struct looks like:
>>
>> <{ i32, pointer }>
>>
>> and for 64 bit code:
>>
>> <{ union { i32, i64 }, pointer }>
>
> Surely LLVM will cause the first structure to be correctly aligned on
>
2010 Sep 08
1
Checking if the distribution follow a power law
??????????????????????????????????????????...
????: ????
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100908/74eca9fa/attachment.pl>
2010 Sep 08
0
CESA-2010:0680 Critical CentOS 3 i386 seamonkey - security update
...tp://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.centos.org/pipermail/centos-announce/attachments/20100908/96443dbe/attachment-0005.sig>
2010 Sep 08
0
CESA-2010:0680 Critical CentOS 3 x86_64 seamonkey - security update
...tp://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.centos.org/pipermail/centos-announce/attachments/20100908/4a4158b7/attachment-0005.sig>
2010 Sep 08
0
CESA-2010:0676 Important CentOS 4 i386 kernel - security update
...tp://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.centos.org/pipermail/centos-announce/attachments/20100908/164cb7a0/attachment-0005.sig>
2010 Sep 08
0
CESA-2010:0676 Important CentOS 4 x86_64 kernel - security update
...tp://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.centos.org/pipermail/centos-announce/attachments/20100908/18511aa2/attachment-0005.sig>