search for: 20121005

Displaying 20 results from an estimated 31 matches for "20121005".

Did you mean: 20101005
2012 Oct 05
0
[LLVMdev] LLVM Loop Vectorizer
...tect such machine dependent patterns, and *PROMOTE* the bitcode into right forms before we are able to vectorize them. How to deal with this situation? Shuxin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121005/af230106/attachment.html>
2012 Oct 05
0
[LLVMdev] LLVM Loop Vectorizer
...ols is not necessary to solve this problem but a good thing to do anyway for conveinence, as long as we maintain the distinction above at the driver level. -Andy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121005/fd21701f/attachment.html>
2012 Oct 05
0
[LLVMdev] LLVM Loop Vectorizer
...s for testing and debugging should be discussed separately from changing the fundamental factoring of the LLVM libraries, and the various layering concerns there. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121005/a7afa163/attachment.html>
2012 Oct 05
1
[LLVMdev] question
...t; >> DwarfDebug.cpp and DwarfCompileUnit.cpp. >>> >> >>> >> -eric >>> > >>> > >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121005/667c633f/attachment.html>
2012 Oct 05
0
[LLVMdev] Distinguish variadic register defines/uses in MCInstrDesc?
...rrent workaround sounds fine. > > > > /jakob > > Christoph -------------- next part -------------- A non-text attachment was scrubbed... Name: variable_ops.diff Type: text/x-patch Size: 10548 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121005/35d3c27c/attachment.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: variable_ops_arm.diff Type: text/x-patch Size: 13431 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121005/35d3c27c/attachment-0001.bin>
2012 Oct 05
3
[LLVMdev] LLVM Loop Vectorizer
...____________ > 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/20121005/14fdc73b/attachment.html>
2012 Oct 05
4
[LLVMdev] LLVM Loop Vectorizer
----- Original Message ----- > From: "Eric Christopher" <echristo at gmail.com> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "llvmdev at cs.uiuc.edu Mailing List" <llvmdev at cs.uiuc.edu>, "Nadav Rotem" <nrotem at apple.com> > Sent: Friday, October 5, 2012 1:49:51 PM > Subject: Re: [LLVMdev] LLVM Loop Vectorizer >
2012 Sep 26
2
[LLVMdev] Distinguish variadic register defines/uses in MCInstrDesc?
Am Mittwoch, 26. September 2012, 11:18:20 schrieb Jakob Stoklund Olesen: > Hi Christoph, > > As you noticed, MCInstrDesc doesn't distinguish between variadic uses and > defs. Since variadic instructions will always require some kind of special > handling, it doesn't seem worthwhile to make the model more detailed. I don't see what makes them so different from other
2012 Oct 04
5
Bug#689646: xen-utils-4.1: fails to create HVM domU
Package: xen-utils-4.1 Version: 4.1.3-2 Severity: important Dear Maintainer, Creating a new HVM domU fails with the following error: map shared IO page returned error 22 I've narrowed it down to qemu-dm which fails to start: # /usr/lib/xen-4.1/bin/qemu-dm [...] qemu_map_cache_init nr_buckets = 10000 size 4194304 errno0 = 2 domid = -1 shared page at pfn 0 errno1 = 3 errno2 = 22 map shared IO
2012 Oct 05
5
[LLVMdev] LLVM Loop Vectorizer
----- Original Message ----- > From: "Eric Christopher" <echristo at gmail.com> > To: "Nadav Rotem" <nrotem at apple.com> > Cc: "llvmdev at cs.uiuc.edu Mailing List" <llvmdev at cs.uiuc.edu> > Sent: Friday, October 5, 2012 1:29:50 PM > Subject: Re: [LLVMdev] LLVM Loop Vectorizer > > > Regarding TLI. So, DAGCombine,
2012 Oct 05
12
[LLVMdev] LLVM Loop Vectorizer
Hi, We are starting to work on an LLVM loop vectorizer. There's number of different projects that already vectorize LLVM IR. For example Hal's BB-Vectorizer, Intel's OpenCL Vectorizer, Polly, ISPC, AnySL, just to name a few. I think that it would be great if we could collaborate on the areas that are shared between the different projects. I think that refactoring LLVM in away that
2012 Oct 05
2
SendFAX - multi-page TIFF
...+ spandsp sending only the first page of a multi-page TIFF file? Seams to be related to spandsp ECM config. Any thoughts about it? Thanks, Gabriel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121005/ac471600/attachment.htm>
2012 Oct 04
2
[LLVMdev] library functions
Hi, Is there any way to analyze library functions using LLVM, in the same manner as source code functions? Thanks. -Apala
2012 Oct 05
0
[LLVMdev] library functions
...cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121005/091d93ad/attachment.html>
2012 Oct 06
0
[LLVMdev] LLVM Loop Vectorizer
> -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On > Behalf Of Nadav Rotem > > We are starting to work on an LLVM loop vectorizer. There's number of different > projects that already vectorize LLVM IR. For example Hal's BB-Vectorizer, Intel's > OpenCL Vectorizer, Polly, ISPC, AnySL, just to name a few.
2012 Aug 20
2
[Bug 1663] sshd_config: AuthorizedKeysCommand
https://bugzilla.mindrot.org/show_bug.cgi?id=1663 Jason Riedy <jason.riedy at cc.gatech.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason.riedy at cc.gatech.edu --- Comment #30 from Jason Riedy <jason.riedy at cc.gatech.edu> ---
2012 Oct 05
0
Bug#678723: i got same and found the reson
...r dom0 reboot from a crash (some instance does not released when crash happen), there will have a lots of bridge like "brvif..." thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20121005/4e6524ab/attachment.html>
2012 Oct 05
1
[nut-commits] svn commit r3739 - in trunk: docs/man drivers tools/nut-scanner
On Oct 4, 2012, at 6:50 PM, Arnaud Quette wrote: > +/* IPMI auth defines, simply using FreeIPMI defines */ > +#ifndef IPMI_AUTHENTICATION_TYPE_NONE > + #define IPMI_AUTHENTICATION_TYPE_NONE 0x00 > + #define IPMI_AUTHENTICATION_TYPE_MD2 0x01 > + #define IPMI_AUTHENTICATION_TYPE_MD5 0x02 > + #define
2012 Oct 05
1
LMMs with some variance terms forced constant
...sis of continuous outcomes combining individual patient data and aggregate data-StatMed.pdf Type: application/pdf Size: 202242 bytes Desc: Meta-analysis of continuous outcomes combining individual patient data and aggregate data-StatMed.pdf URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121005/90f048a6/attachment-0002.pdf>
2012 Oct 05
24
Building an On-Site and Off-Size ZFS server, replication question
...option, any suggestions on what i should use? Thanks. -- Tiernan O''Toole blog.lotas-smartman.net www.geekphotographer.com www.tiernanotoole.ie -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20121005/4a8c8221/attachment.html>