Displaying 20 results from an estimated 900 matches similar to: "[LLVMdev] Quirk in switch lowering"
2014 Jan 10
2
[LLVMdev] Quirk in switch lowering
Hello Rafael, hello all!
> Would you mind reporting a bug in llvm.org/bugs?
I have already done so, see the following entries:
http://llvm.org/bugs/show_bug.cgi?id=18347
http://llvm.org/bugs/show_bug.cgi?id=18348
http://llvm.org/bugs/show_bug.cgi?id=18349
Best regards
Jasper Neumann
2014 Jan 11
3
[LLVMdev] Quirk in switch lowering
Hello Anton!
> Some of the behavior seen there was for a purpose,
> like the heuristics to overcome different problems.
> I have to remember all the details :)
I have read your article "Improving Switch Lowering for The LLVM
Compiler System" and thought that the selection mechanism works out
well; by chance however I found that this mechanism does not work as
designed if
2012 May 15
1
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
Preston Briggs wrote:
> On Sat, Apr 21, 2012 at 6:08 AM, Sanjoy Das
> <sanjoy at playingwithpointers.com <mailto:sanjoy at playingwithpointers.com>>
> wrote:
> >
> > Sorry for having been quiet for so long, I have my university exams
> > going on, and will be able to contribute only after the coming Friday.
>
> Gents,
>
> While you've been
2014 Jan 01
8
[LLVMdev] LLVM 3.4 RC3 fails to run on Win32
Hello all,
I downloaded LLVM-3.4-rc3-win32.exe from
http://llvm.org/pre-releases/3.4/rc3/ but all *.exe files of bin
directory fail to run on a native Windows XP 32 bit system. Could it be
that they are compiled for a 64 bit system?
Best regards
Jasper Neumann
2014 Jan 18
2
[LLVMdev] Scheduling quirks
Hello all!
When I compile the following more or less stupid functions with
clang++ -O3 -S test.cpp
===>
int test_register(int x) {
x ^= (x >> 2);
x ^= (x >> 3);
x = x ^ (x >> 4);
int y = x; x >>= 5; x ^= y; // almost the same but explicit
return x;
}
int test_scheduler(int x) {
return ((x>>2) & 15) ^ ((x>>3) & 31);
}
2014 Jan 24
3
[LLVMdev] RFC: Using hashing for switch statements
Hi folks,
here is a short RFC regarding hashing for the implementation of switch
statements and my preliminary patch.
I posted this patch on 2014-01-16 21:58 at llvm-commits at cs.uiuc.edu. You
can find a copy e.g. on
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140113/201782.html.
Best regards
Jasper
===
Preliminary: Special identifiers
n number of given switch labels
2012 May 14
0
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
On Sat, Apr 21, 2012 at 6:08 AM, Sanjoy Das <sanjoy at playingwithpointers.com>
wrote:
>
> Sorry for having been quiet for so long, I have my university exams
> going on, and will be able to contribute only after the coming Friday.
Gents,
While you've been fooling around with exams, I have been focused with
laser-like intensity, or something...
Here are new versions of 4 SIV
2012 Apr 21
3
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
Hi all,
Sorry for having been quiet for so long, I have my university exams
going on, and will be able to contribute only after the coming Friday.
Thanks!
--
Sanjoy Das
http://playingwithpointers.com
2008 Sep 23
1
WG: Problem during porting R-2.7.2 on HP-UP 11.11 PA-Risc
Claus-Juergen
Neumann/BASF-AG/B
ASF An
r-help at r-project.org
23.09.2008 12:49 Kopie
2003 Aug 01
2
Problems installing R on Windows XP
Dear all,
I run a IBM PC compatible with a Pentium IV with 2,4 MHz and 512 Mb RAM and a 80 Gb fast disk und Windows XP home edition.
I downloaded rw1071.exe from cran.at and cran twice.
When I tried to open rw1071.exe I choose the option to install all R reference materials as well and then after some 10 seconds I get an error message
refman.pdf file is corrupted (I tried several times to
2003 Nov 03
2
hclust doesn't return merge details
Dear R-users,
I tried to receive the merge details of a clustering by using the
summary function of hclust.
For illustration I use the Longley data as done by Prof Ripley (Wed 11
Apr 2001)
d <- dist(longley.y)
d <- d/max(d)
hc <- hclust(d, "ave")
But instead of getting a matrix for $merge I get:
>summary(hc)
Length Class Mode
merge 30 -none- numeric
2005 Mar 06
2
Ices0 v. 0.4 Skip Song
Hello all
Ive just discover that ices0 can encode {.ogg,.flac,.mp3} to mp3 streams!..
greate!
the script thing is wonderfull. in my script i have defined
ices_init
ices_shutdown
ices_get_next
all works greate.
Now, i want be able users to skip the song that is been streamd.
for that,
kill -s SIGUSR1 IcesPid
works greate
but.. for the songs i have setup a ranking field in a sql database.
2011 Sep 20
2
Sieve: Vacation, handle and variable
Hi *,
I am adding a generic way for vacation-replies in my sieve setup. There
I set the handle and the reason using variables (see end of mail). My
simple question now is: Though variable expansion is not done for
subject and reason, is it done for the handle? Because else there seems
no way in configuring the vacation action via variables.
I tried to read the code for this extension, but ...
2004 Nov 18
5
Torrent support in IPP2P
Hello, I guess a few of you know about the iptables-p2p project at the
http://sourceforge.net/projects/iptables-p2p site. This suite has an
excellent filter of which I use today and its running very smoothly.
The main reason why I use this is because I desperately need to block
torrents. IPP2P does not do this at this time (it seems to me in the doc
at least). Is it maybe some way we could merge
2003 Nov 04
1
hclust doesn't return merge details [Solved]
Thanks to Andy and Thomas,
Reading help(hclust) more carefully would have done it but sometimes you do not
see the wood for the trees...
So hc$merge does exactly what I want.
I have never been aware of the command str to get the structure of an R-object. It
seems pretty useful to me.
Thanks,
Arne
> -----Original Message-----
> From: Liaw, Andy [mailto:andy_liaw at merck.com]
>
2012 Sep 20
2
postfix login problem
Dear Friend,
I have postfix mail server. I open my mail server and put my username = jha
and password= 123456 it is giving my error "*ERROR*Unknown user or password
incorrect."
and In a log it is showing
-- Sep 20 13:03:22 neumann dovecot: imap-login: Aborted login (auth failed,
1 attempts): user=<jha>, method=PLAIN, rip=10.112.1.2, lip=192.168.1.2,
secured
but When I put
2003 Jul 22
1
Help is sought for a small problem
Dear there,
> I tried today within my R 1.7.0 under Windows XP the command
> update.packages()
> and then I answered y in all subsequent questions.
>> From the software responses I understood that everythin went OK from VR to Rcmdr, but in survival it said
> Error in file(filem "r") : unable to open connection
Should read: Error in file(file, "r") : ....
2013 Sep 11
8
[Bug 851] New: IPv6 SNAT target with --random doesn't work
https://bugzilla.netfilter.org/show_bug.cgi?id=851
Summary: IPv6 SNAT target with --random doesn't work
Product: netfilter/iptables
Version: unspecified
Platform: x86_64
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: NAT
AssignedTo: netfilter-buglog at lists.netfilter.org
2010 Jun 22
1
SSOAP fails with .types[[1]] : subscript out of bounds
Hi,
I am trying to create a BioMoby client in R using SSOAP.
BioMoby is a normal SOAP web service, with request
and response messages wrapped in BioMoby XML dialect.
Since the particular WSDL I am having problems with
is autogenerated and used similarly by *many* services,
it would be quite important to a) fix SSOAP or
b) fix the WSDL generator.
I am a bit lost how to continue debugging
2011 Sep 26
1
[LLVMdev] PIC16 removal details
On Sep 21, 2011, at 4:51 PM, Matthew Hilt wrote:
> The target in this case is 8-bit, accumulator based, however it is Von Neumann; so - good to know it's not *quite* the "Trifecta of Doom". LLVM offers some very attractive features for our usage, and it would be disappointing to abandon it as an option all together. Faced with the alternative being to write the compiler from