Displaying 20 results from an estimated 500 matches similar to: "[LLVMdev] ignoring inline assembly"
1999 Apr 13
2
Making HTML Help files in Version 64.0
Hi,
I am having trouble making the HTML help files for the installed packages in
version 64.0
For example in 63.3 this is expected behavior:
> version
_
platform Windows
arch x86
os Win32
system x86, Win32
status Beta
status.rev 0
major 0
minor 63.3
year 1999
month March
day 6
language R
> make.packages.html()
>
However,
2004 Jul 10
6
How can Windows 2000 mount a share as a service?
I've asked every M$ expert I know, trolled through M$ TechNet, experimented
with SRVANY/INSTSRV login scripts which hard-code username/passwords to
login to a Samba 2.2.8a SMB server. I've experiment with and without the
"Allow service to interact with Desktop" switch turned on.
I am stuck. :( I can find no way to mount a share as a service, so that
IIS can serve web-pages
2009 Sep 03
0
[LLVMdev] LLVM 2.6 Cygwin Release
Tanya,
This patch at the end of this message is needed for Cygwin and GCC 4.2.x
series.
I also had to disable 'runtime/libprofile' by including the following in
'runtime/makefile' :-
ifeq ($(OS), Cygwin)
PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
endif
There maybe a better fix to make it work.
Aaron
---------- Forwarded message ----------
From:
2006 Mar 16
0
[LLVMdev] Re: Re: Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
Vladimir Prus wrote:
> So, it looks either the snapshot is not in stable state, or there's
> something seriously wrong with type name handling. At this point I gave up
> on quickly fixing this, so I've applied the third attached patch to LLVM,
> which "fixes" this issue completely.
Ah, hell, as soon as I've send this email I've updated from CVS to find that
2006 Jul 18
2
FW: Large datasets in R
Hi,
I have two further comments/questions about large datasets in R.
1. Does R's ability to handle large datasets depend on the operating
system's use of virtual memory? In theory, at least, VM should make the
difference between installed RAM and virtual memory on a hard drive
primarily a determinant of how fast R will calculate rather than whether or
not it can do the calculations.
2006 Mar 16
2
[LLVMdev] Re: Re: Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
Evan Cheng wrote:
> Hi,
>
> Here is the follow on patch for this problem. Please apply this from
> the top of the tree and rebuild.
With the patch from Chris and then the patch from you combined, the previous
error disappeared, but I get another error, reduced to this:
./cc1 -fpreprocessed libgcc2.i -quiet -dumpbase libgcc2.c -mtune=pentiumpro
-auxbase-strip libgcc/./_clz.o -g -O2
2006 Sep 01
2
[LLVMdev] gfortran: patch, question
Hi, I have a first quick patch and a question. The patch links f951
with g++ when LLVM is enabled. It's at the end of this email.
I wanted to know if I should submit patches with comments around them
like the "APPLE LOCAL LLVM" ones that mark the LLVM-only changes to
the tree. I'd like to make it as easy as possible to apply these, so
let me know any rules I should be following.
2008 Feb 06
2
[LLVMdev] strange visibility error when compiling llvm-gcc-4.2
> > > I suspect this is due to the recent change by Bill (revision 46747).
> >
> > Bill's change only affected darwin IIRC. I don't know that anyone has
> > built GOMP on linux yet, and OpenMP hasn't been widely tested at all.
> > I'd suggest using --enable-languages=c,c++
>
> I am seeing the same errors with just building c,c++. (linux x86,
2006 May 02
1
[LLVMdev] Bootstrapping llvm-gcc4 on Mingw
Hello, Everyone.
I'm currently trying to bootstrap llvm-gcc4 on mingw32 platform.
Everything (except some small fixes) seems to be fine: stage1 finished
successfully. I'm linking with debug variant of LLVM, since linker bug
prevents release builds.
Unfortunately, stage2 failes immediately with this cryptic message:
$/f/tmp/llvm/gccbuild/gcc/xgcc -B/f/tmp/llvm/gccbuild/gcc/
2006 May 03
0
winbindd- confused about when to use
Hello:
I come to Samba with a strong Unix background but weak on the MS
networking side. Hence I've read a lot of the Samba documentation, more
than once... Something that continues to confuse me, however, is
whether or not I want/need winbindd for the task at hand.
Objective: replace aged NT4 domain/file server w/Samba based file
server.
Details:
1) approx. 25 users. stable staff
2008 Feb 06
0
[LLVMdev] strange visibility error when compiling llvm-gcc-4.2
On 2/6/08, Chris Lattner <sabre at nondot.org> wrote:
>
> On Feb 6, 2008, at 5:18 AM, Duncan Sands wrote:
>
> > Hi,
> >
> >> if /bin/sh ./libtool --mode=compile /s/llvm/obj.gcc42/./gcc/xgcc -B/
> >> s/llvm/obj.gcc42/./gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/
> >> local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/
>
2006 Mar 16
2
[LLVMdev] Re: Re: Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
On Thu, 16 Mar 2006, Vladimir Prus wrote:
> Ah, hell, as soon as I've send this email I've updated from CVS to find that
> the issue was fixed by Jim several hours after I reported the crash, by
> making MachineDebugInfo don't check for empty name of type.
:)
> Here's what I get now:
>
>
2018 Mar 16
2
[PATCH] Set KRB5PRINCIPAL in user environment
On Fri, 2018-03-16 at 19:07 +1030, David Newall wrote:
> > There is no reply about this demand since the firt proposition
> > has if nobody in dev team cares about it :(
>
> I'm curious about the first section of the diff, which exports
> SSH_GSSAPI_DISPLAYNAME to PAM. Is that useful? Am I right that the
> PAM
> environment forms no part of the client session?
2008 Feb 06
0
[LLVMdev] strange visibility error when compiling llvm-gcc-4.2
On Feb 6, 2008, at 9:54 AM, Duncan Sands wrote:
>>>> I suspect this is due to the recent change by Bill (revision
>>>> 46747).
>>>
>>> Bill's change only affected darwin IIRC. I don't know that anyone
>>> has
>>> built GOMP on linux yet, and OpenMP hasn't been widely tested at
>>> all.
>>> I'd
2008 Feb 06
6
[LLVMdev] strange visibility error when compiling llvm-gcc-4.2
On Feb 6, 2008, at 5:18 AM, Duncan Sands wrote:
> Hi,
>
>> if /bin/sh ./libtool --mode=compile /s/llvm/obj.gcc42/./gcc/xgcc -B/
>> s/llvm/obj.gcc42/./gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/
>> local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/
>> include -isystem /usr/local/i686-pc-linux-gnu/sys-include -
>> DHAVE_CONFIG_H -I.
2005 Mar 02
0
Re: AWS Client Usage
On Wed, 2 Mar 2005 11:51:51 -0600, Chris Brinker
<chris.brinker-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> I was talking on #rubyonrails some more and they seem to think that
> the model classes have to be copy and pasted/available to the
> ruby:client, in addition to the api. I find this advice a little odd
> considering .Net and apparently ColdfusionMX need no such
2006 Apr 06
1
GNUe tools on CentOS
Everyone,
Does anyone use the GNUe tool suite on CentOS?
Any gotcha's ? We are running CentOS 4.3.
Bob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20060406/1e8b839e/attachment-0001.html>
2003 Apr 29
4
Bug in g++ 2.95.4 (Pointer to member functions)
Hi,
I think I have discovered a bug in FreeBSD 4.8-STABLE's system C++ compiler:
% gcc -v
% Using builtin specs.
% gcc version 2.95.4 20020320 [FreeBSD]
Here is a stripped down example that can be used to reproduce the bug:
// ----------- begin bug.cpp -----------
#include <iostream>
class Class {
public:
void M1 (void) { cout << "M1" << endl; };
void M2
2006 Aug 19
3
Cool 'n Quiet
Hey all,
Since moving a 4.3 x86-64 install from a single athlon64 to a new dual
core AMD cpu it would appear that cool'n quiet is having trouble as is
shown in the system logs;
powernow-k8: ignoring illegal change in lo freq table-2 to 0x2
powernow-k8: transition frequency failed
Any ideas ?
Cheers,
Brian.
2009 Feb 16
0
[LLVMdev] Modeling GPU vector registers, again (with my implementation)
Alex,
From my experience in working with GPU vector registers; there is no
support for swizzles in the manner that you would normally code them,
and in my case I have 6^4 permutations on src registers and 24
combinations in the dst registers. The way that I ended up handling this
was to have different register classes for 1, 2, 3 and 4 component
vectors. This made the generic cases very simple