search for: 20100528

Displaying 20 results from an estimated 54 matches for "20100528".

Did you mean: 20100525
2010 May 28
0
Multicard problem on NV50
...r freezes the system or restarts xorg. I'm attaching dmesg, Xorg.0.log and xorg.conf Thanks for any help Alberto Mattea -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: dmesg URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20100528/f55537dd/attachment-0001.ksh> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: xorg.conf URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20100528/f55537dd/attachment-0001.asc> -------------- next part -------------- A no...
2010 May 28
4
[LLVMdev] how to get TargetData?
...that one can get a pointer to TagetData object through the execution engine but it seems to be an overkill. What is the right way to do it? Best regards, Victor -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100528/495267e7/attachment.html>
2010 May 28
1
[LLVMdev] Win32 COFF Support
...jectWriter.cpp:32: /home/ang/svn/llvm/lib/MC/WinCoff.h:68: error: comma at end of enumerator list Otherwise builds okay. I'll run some tests on it... Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100528/12b37611/attachment.html>
2010 May 28
1
[LLVMdev] Win32 COFF Support
On Thu, May 27, 2010 at 9:59 PM, Nathan Jeffords <blunted2night at gmail.com> wrote: > For those that are interested, I have attached the latest version of my > Win32 COFF support patch. There is no new functionality, I just fixed some > compiler errors due to recent changes in the MC library. One more review comment: + bool isVirtualSection(const MCSection &Section) const {
2010 May 28
0
error in sammon (duplicates in configuration)
...problem lies. However, /isoMDS()/ works well with both. My reasoning has hit a wall!! Please help!! Regards, Preeti Iyer -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: TGT_dist.dat URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100528/ed5782f4/attachment.pl> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: MACCS_dist.dat URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100528/ed5782f4/attachment-0001.pl>
2010 May 28
0
Bug#583283: marked as done (udev - Weird behaviour with device names including a slash)
...xt part -------------- An embedded message was scrubbed... From: Bastian Blank <waldi at debian.org> Subject: udev - Weird behaviour with device names including a slash Date: Wed, 26 May 2010 21:11:22 +0200 Size: 3364 URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20100528/a8e9bfee/attachment.eml> -------------- next part -------------- An embedded message was scrubbed... From: Bastian Blank <waldi at debian.org> Subject: Bug#583283: fixed in xen-3 3.4.3-1 Date: Fri, 28 May 2010 10:02:57 +0000 Size: 7274 URL: <http://lists.alioth.debian.org/pipermail/pkg-...
2010 May 28
1
[LLVMdev] Patch proposal: ARM MC relocations
...ng this patch to the list (instead of the patch list directly) to request for comments. The patch applies to the trunk (a few minutes ago). Cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100528/541d0303/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: arm-relocation.patch Type: application/octet-stream Size: 3230 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100528/541d0303/attachment.obj&gt...
2010 May 27
1
[LLVMdev] Deep JIT specialization
...alk about the llvm developer > meeting last year (or the year before) is a great place to start looking for > this sort of thing. > > -Chris > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100528/73ffe3b4/attachment.html>
2010 May 28
2
[LLVMdev] Retrieving Underlying Type from AllocaInst
...yID and then perform a cast to PointerType and then call the getElementType() function on the PointerType but that seems a bit messy. Thanks in advance, Curtis -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100528/1bef64a5/attachment.html>
2010 May 27
4
[LLVMdev] Deep JIT specialization
Hi all, I'm attempting to use LLVM for run-time code specialization, but I'm facing a performance hurdle. I'm currently performing the specialization during the AST to LLVM IR translation, but unfortunately this leads to relatively slow recompiles as LLVM has to perform all the heavy (optimization) passes over and over again. So I was hoping that by first creating unspecialized LLVM
2010 May 28
0
[LLVMdev] Win32 COFF Support
For those that are interested, I have attached the latest version of my Win32 COFF support patch. There is no new functionality, I just fixed some compiler errors due to recent changes in the MC library. - Nathan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100527/23598d23/attachment.html>
2010 May 28
0
[LLVMdev] how to get TargetData?
Victor Zverovich wrote: > Dear all > > I am trying to get the size of an LLVM pointer type. > getPrimitiveSizeInBits() returns 0 for it and the documentation for > isSized() suggest to use TargetData. > I figured out from Kaleidoscope example that one can get a pointer to > TagetData object through the execution engine but it seems to be an > overkill. > What is the
2010 May 28
1
[LLVMdev] Assertion when loading bitcode
...Bitcode() (lib/Bitcode/Reader/Bitcode.cpp 02080) fails which causes line 02086 to be executed??? Has anyone come across this problem before? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100528/adcea9f3/attachment.html>
2010 May 28
1
[LLVMdev] adding comments to the generated code...
...* %22 = bitcast i8* %20 to i32* ; <i32*> [#uses=1] %23 = load i32* %22 ; <i32> [#uses=1] Thanks, Omair -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100528/3c394347/attachment.html>
2010 May 28
0
Can't specify connection port with ADA
...ing user at domain, it does work. When trying with user at domain:port, it doesn't work. Have someone a different experience with this version ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100528/461fab58/attachment.htm
2010 May 28
0
ADA 1.1 features
...re CRM and TAPI supports. Do you confirm ? Have you heard plans to sell or provide an enhanced or a newer version that would pack those 2 features ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100528/f5150b97/attachment.htm
2010 May 25
1
Stop annoying kernel message
Hi Everyone! This is my problem: I?m using Nagios tool to monitor my servers with Cent OS 5, and I recently added the script for check nfs. This script makes an rpc request in the server, but every time that script makes this request, I have this message in /var/log/messages: "kernel: svc: unknown version (0)" I?m not sure if this message is only a message or a problem that I have to
2010 May 28
0
metadata cache corruption: cleared -> fixing in progress
...nance) http://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/attachments/20100528/c2ffc806/attachment.sig>
2010 May 28
3
installing
yes a stupid question i no but can i install centos on only 10 gbdisc space without x and gnome and kde with the base package group etc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100528/3165bcac/attachment.html>
2010 May 28
1
[Dahdi/system.conf] "fxsks = 1" deprecated?
Hello I was editing files manually, and noticed that if I include the familiar "fxsks=1" in /etc/dahdi/system.conf, Dahdi fails loading: ===================== # cat /etc/dahdi/system.conf loadzone = fr defaultzone = fr fxsks=1 ===================== # /etc/init.d/dahdi start Loading DAHDI hardware modules: wctdm: [ OK ] /usr/share/dahdi/waitfor_xpds: Missing