Displaying 20 results from an estimated 49 matches for "20130131".
Did you mean:
20130731
2013 Jan 31
0
[LLVMdev] Specify the volatile access behaviour of the memcpy, memmove and memset intrinsics
...;
--
Arnaud A. de Grandmaison
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Specify-the-access-behaviour-of-the-memcpy-memmove-a.patch
Type: text/x-patch
Size: 7384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130131/7ff817e8/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-memcpy-memmove-set-volatile-on-the-source-or-destina.patch
Type: text/x-patch
Size: 22660 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/2013...
2013 Jan 31
0
[LLVMdev] RFC: Promote AArch64 to be built by default
...progress than help it
-- specifically, we won't get good build bot coverage and diverse host
compiler coverage until it's enabled.
My 2-cents.
-Chandler
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130131/b9a9c11d/attachment.html>
2013 Jan 31
2
[LLVMdev] RFC: Promote AArch64 to be built by default
...ess than help it
> -- specifically, we won't get good build bot coverage and diverse host
> compiler coverage until it's enabled.
>
+1
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130131/d6ae361a/attachment.html>
2013 Jan 31
1
[LLVMdev] libNVVM vs LLVM
I can't seem to find a direct answer. If I want to convert NVVM IR to PTX
code, do I have to use libNVVM or can I use a publicly released version of
LLVM?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130131/2067682b/attachment.html>
2007 Feb 02
1
Bug#409355: xen-utils-common: please make width of hostname column in xentop wider
Package: xen-utils-common
Version: 3.0.3-0-2
Severity: wishlist
Tags: patch
Currently when hostnames are wider than 10 chars, the xentop output is messed up.
Please add the following patch to support up to 20 chars, or better yet, allow the
columns to auto size :)
#! /bin/sh /usr/share/dpatch/dpatch-run
## xentop-name-width.dpatch by <apeeters@lashout.net>
##
## All lines beginning with
2012 Dec 04
1
Bug#695123: xen-utils-4.1: Missing msi_translate patch
Package: xen-utils-4.1
Version: 4.1.3-5
Severity: important
Dear Maintainer,
The xen 4.1.3 release misses this 4.2 patch mentioned in this thread:
http://lists.xen.org/archives/html/xen-devel/2012-06/msg01909.html
As a result, MSI delivery does not work properly for PVHVM guest.
In my case, PCI devices passthroughed from host does not work properly,
the guest kernel complains about missing
2013 Jan 21
1
Bug#698651: xen-hypervisor-4.1-amd64: PMU (performance monitoring) unit may be unexpectedly enabled on Dom0
Package: xen-hypervisor-4.1-amd64
Version: 4.1.3-7
Severity: important
Tags: patch
Dear Maintainer,
The PMU may be enabled on the Dom0 although the needed MSRs are not
accessible, causing at least major noise on the xen messages ring
buffer. I suspect there might also be a performance decrease, because
the MSR write is trapped by Xen.
Once the PC is in that state, a reboot won't help.
This
2013 Jan 31
4
[LLVMdev] RFC: Promote AArch64 to be built by default
Hi all,
We'd like to promote the AArch64 backend to being built by default. I
know it's very soon after the initial upload, but we think the backend
is in a good position and should be stable.
We'd very much like to get it tested in more diverse environments
provided by the buildbots, and are committed to cleaning up any
fallout as soon as possible, or as a last resort reverting the
2013 Jan 31
1
CyberPower on OpenIndiana
...iate HID device found
26.039874 No matching HID UPS found
If anyone has an idea of how to try and fix this, please let me know.
Thanks,
Georgi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20130131/67cbaa63/attachment-0001.html>
2012 Sep 19
5
Bug#688125: xen: CVE-2012-2625
Package: xen
Severity: important
Tags: security
Justification: user security hole
Hi,
This issue is still unfixed in Wheezy:
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-2625
Patch:
http://xenbits.xensource.com/hg/xen-unstable.hg/rev/60f09d1ab1fe
Cheers,
Moritz
2013 Jan 31
2
[LLVMdev] Assertions in RuntimeDyldELF in ExecutionEngine/MCJIT tests
...>
> Alexey Samsonov, MSK****
>
>
>
> ****
>
> ** **
>
> -- ****
>
> Alexey Samsonov, MSK****
>
--
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130131/c2dd0e5d/attachment.html>
2013 Jan 31
3
OT - Chan-mobile -Bluetooth dongle on remote LAN workstation
...with
chan_mobile ?
I've read some USB over IP (or Ethernet) middleware exist but I'm not
certain I'm looking at the right direction.
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130131/20ce1717/attachment.htm>
2013 Jan 28
4
[LLVMdev] Specify the volatile access behaviour of the memcpy, memmove and memset intrinsics
Hi All,
In the language reference manual, the access behavior of the memcpy,
memmove and memset intrinsics is not well defined with respect to the
volatile flag. The LRM even states that "it is unwise to depend on it".
This forces optimization passes to be conservatively correct and prevent
optimizations.
A very simple example of this is :
$ cat test.c
#include <stdint.h>
2013 Jan 31
0
[LLVMdev] Assertions in RuntimeDyldELF in ExecutionEngine/MCJIT tests
...sults in assert failure):
0 + 600c0000a8a0 + 0 - 6018000090a0 = fffffff400001800
--
Alexey Samsonov, MSK
--
Alexey Samsonov, MSK
--
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130131/f5d4baa5/attachment.html>
2013 Jan 31
2
[LLVMdev] Tablegen problem populating TSFlags
It seems like this code should work with Tablegen, but it generates the error:
"error:Invalid TSFlags bit in ADD"
Here's the code:
===================================
include "llvm/Target/Target.td"
def MyInstrInfo : InstrInfo;
def MyTarget : Target {
// Information about the instructions...
let InstructionSet = MyInstrInfo;
}
def r1 :
2013 Jan 31
2
[LLVMdev] Could I explicitly tell clang not inline some functions?
Hi,
I am wondering whether there are some ways I can tell clang not
inline some or all functions.
Thanks a lot!
Linhai
2013 Jan 31
0
[LLVMdev] how to create default host TargetData?
...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/20130131/21b3d3a8/attachment.sig>
2013 Jan 31
1
[LLVMdev] Code ownership of AArch64
Hi all,
I would also like to become the code owner of the AArch64 backend.
Would anyone object to me adding myself to the .txt file?
Cheers.
Tim.
2013 Jan 31
0
[LLVMdev] intptr_t support in llvm
...nbounds i32* %a, i32 %0
%conv = ptrtoint i32* %add.ptr to i32
store i32 %conv, i32* %a, align 4, !tbaa !1
ret void
}
Thanks a lot for help.
Regards,
Ankur
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130131/22a344de/attachment.html>
2013 Jan 31
0
[LLVMdev] Tablegen problem populating TSFlags
My brief investigation seems to point at this having to do with the
let altering the base class, which prevents the usual resolution from
occurring (presumably the resolution has already happened for the
base). I'll dig into this tomorrow.
-- Sean Silva