search for: patrik

Displaying 20 results from an estimated 303 matches for "patrik".

Did you mean: patrick
2012 Dec 06
0
[LLVMdev] [PATCH] Replacing EVT:s with MVT:s (when possible)
Here is a series of patches replacing EVT with MVT at a number of places in TargetLowering. The last two patches are related cleanups in SelectionDAGBuilder. /Patrik Hägglund > git log --stat --reverse origin/master.. commit 8dabe3eb005360347eabb86a2e88c3b6e9098ed5 Author: Patrik Hägglund <patrik.h.hagglund at ericsson.com> Date: Tue Dec 4 10:37:37 2012 +0100 Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. Accordingl...
2012 Nov 29
2
[LLVMdev] Lost commit mails
Hi Chris and John, You are listed as administrators for llvm-commits. Can you provide some help in this issue: that my LLVM svn commit messages do not reach llvm-commits? /Patrik Hägglund -----Original Message----- From: llvm-commits-bounces at cs.uiuc.edu [mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of Patrik Hägglund H Sent: den 28 november 2012 22:19 To: Tobias Grosser Cc: llvm-commits at cs.uiuc.edu; Jean-Daniel Dupas; LLVM Development List Subject: Re: [llvm...
2012 Nov 28
3
[LLVMdev] Lost commit mails
On 11/28/2012 03:47 PM, Jean-Daniel Dupas wrote: > > Le 28 nov. 2012 à 15:07, Tobias Grosser <tobias at grosser.es> a écrit : > >> Hi, >> >> I just realized non of Patrik's commit mails has every reached llvm-commits. Neither my own archive nor the web interface contains commit messages for any of his commits. The relevant commits are >> >> 168785, 168516, 168507, 167924, 157381, 157323, 157320, 157319, 157184 >> >> Does anybody have any...
2007 Dec 12
3
Measure of agreement??
Dear List, Please put me on the right track. I have been searching for the R functions for measures of agreement. Where should I look? Patrik Öhagen Läkemedelsverket Box 26 751 03 Uppsala Tel. +46(0)18-174924 patrik.ohagen@mpa.se [[alternative HTML version deleted]]
2012 Nov 28
0
[LLVMdev] Lost commit mails
> @Patrik: would you mind to check if you are subscribed with your ericsson email address? As far as I can see, I'm subscribed to llvm-commits with the same email address used in commits (I get buildbot failure emails to the same mail account as llvm-commits messages). (BTW, why should my subscription s...
2012 Oct 19
4
[LLVMdev] [llvm-commits] [cfe-commits] [PATCH] [llvm+clang] memset for non-8-bit bytes
> I'm a bit confused by this concept. For the term byte, I use the "archaic" definition in the C (and C++) standard (section 3.6): addressable unit of data storage large enough to hold any member of the basic character set of the execution environment /Patrik Hägglund -----Original Message----- From: Jakob Stoklund Olesen [mailto:stoklund at 2pi.dk] Sent: den 19 oktober 2012 18:28 To: Patrik Hägglund H Cc: Chris Lattner; llvmdev at cs.uiuc.edu Subject: Re: [llvm-commits] [cfe-commits] [PATCH] [llvm+clang] memset for non-8-bit bytes On Oct 19, 2012,...
2013 Mar 14
3
Create patterns within a plot?
Dear All, As an attempt to highlight the overall pattern in a Forest plot, I would like to "highlight" the area around HR=1. I cannot find any simple tools for painting a grey ribbon between 0.9 and 1.1. Any suggestions? Thank you in advance! Cheers, Patrik [[alternative HTML version deleted]]
2012 Nov 29
0
[LLVMdev] Lost commit mails
On 29.11.2012, at 15:53, Patrik Hägglund H <patrik.h.hagglund at ericsson.com> wrote: > Hi Chris and John, > > You are listed as administrators for llvm-commits. Can you provide some help in this issue: that my LLVM svn commit messages do not reach llvm-commits? My guess: the mailer may have issues with the non-...
2003 Jul 04
1
Is it sombody who has a working pam.conf for Solaris 9 ?
Hi, I am trying to setup PAM for telnet on my solaris 9 box and the pam_winbind grant me access but I recieve a acount failure: Jul 4 13:29:59 clusterix1 pam_winbind[9688]: user 'patrikg' granted acces Jul 4 13:29:59 clusterix1 login[9688]: login account failure: Permission denied The values in pam.conf for winbind is: login auth required /usr/lib/security/pam_winbind.so other auth sufficient /usr/lib/security/pam_winbind.so login account sufficient /usr/lib/se...
2012 Oct 19
0
[LLVMdev] [llvm-commits] [cfe-commits] [PATCH] [llvm+clang] memset for non-8-bit bytes
On Oct 19, 2012, at 11:43 AM, Patrik Hägglund H <patrik.h.hagglund at ericsson.com> wrote: >> I'm a bit confused by this concept. > > For the term byte, I use the "archaic" definition in the C (and C++) standard (section 3.6): > > addressable unit of data storage large enough to hold any memb...
2013 Jun 12
2
[LLVMdev] [PATCH] gcc-4.8.1 -flto, error for visibility of LLVMX86CompilationCallback2?
...ationCallback2(intptr_t *StackPtr, intptr_t RetAddr) { intptr_t *RetAddrLoc = &StackPtr[1]; (However, I still can't link unittest programs, because of the use of anchor methods in CommandLine. I will take a look at it shortly.) /Patrik Hägglund -----Original Message----- From: Rafael Espíndola [mailto:rafael.espindola at gmail.com] Sent: den 10 juni 2013 15:20 To: Patrik Hägglund H Cc: llvmdev at cs.uiuc.edu Subject: Re: gcc-4.8.1 -flto, error for visibility of LLVMX86CompilationCallback2? On 10 June 2013 08:45, Patrik Hägglun...
2012 Oct 19
3
[LLVMdev] [cfe-commits] [PATCH] [llvm+clang] memset for non-8-bit bytes
...patch below. However, this patch for non 8-bit bytes is a more clean approach to core changes: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120702/146050.html It is on my todo-list to merge that patch with our changes. Do you want that kind of changes to be pushed first? Regards, Patrik Hägglund include/llvm/CodeGen/SelectionDAG.h | 2 +- include/llvm/CodeGen/ValueTypes.h | 43 ++++++++++++++++++++++++++++++++----------- include/llvm/DataLayout.h | 22 ++++++++++++++++------ include/llvm/IRBuilder.h...
2004 Jan 29
10
Back to 3.0.1, Winbind and Solaris 9
I've gone back to 3.0.1 to try and get winbind to work with my Solaris 9 machine and NT4 domain. Everything works except user authentication. The wbinfo and getent commands do what they are supposed to. I've included a truss of 'su - ganguly' According to pamlog, the user 'ganguly' has been granted access but it is still hanging. How do I do a truss of a telnet login?
2019 Aug 05
6
samba dlz. bind9 nslookup is wrong
On 05/08/2019 10:14, Patrik wrote: > I am not using flatfiles and i using BIND_DLZ it shows in my log and i > do not use flatfiles. BIND_DLZ only. Oh yes you are, you have this in your /etc/bind/named.conf.local : ??? zone "patrikx3.com" { ??????? type master; ??????? file "/etc/bind/zones/enp1s0f3/...
2004 May 12
6
Design matrix not identity
...rows of the first column (because this is set to be the contrast, not really what I want - see below). Maybe time for a function that just converts a factor into a design matrix? I have a factor factor<-as.factor(c(1,1,2,2,3,3,3)) and I want a matrix 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 Patrik Waldmann########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. ###########################################
2012 Oct 19
0
[LLVMdev] [llvm-commits] [cfe-commits] [PATCH] [llvm+clang] memset for non-8-bit bytes
On Oct 19, 2012, at 2:24 AM, Patrik Hägglund H <patrik.h.hagglund at ericsson.com> wrote: >> non-8-bit byte I'm a bit confused by this concept. I'm aware of the archaic meaning of the word byte, but it has meant 8 bits for the last 30 years. There's even an ISO/IEC standard. I know of architectures like Te...
2012 Nov 29
2
[LLVMdev] Lost commit mails
On Nov 29, 2012, at 7:11 AM, Benjamin Kramer <benny.kra at gmail.com> wrote: > > On 29.11.2012, at 15:53, Patrik Hägglund H <patrik.h.hagglund at ericsson.com> wrote: > >> Hi Chris and John, >> >> You are listed as administrators for llvm-commits. Can you provide some help in this issue: that my LLVM svn commit messages do not reach llvm-commits? > > My guess: the mailer ma...
2003 Feb 28
3
Tabulating
...and positions in pairs should be unimportant: 10 11 should be treated as the same class as 11 10. So the following result should be obtained: 10 10, 11 11, 12 12, 10 11, 10 12, 11 12 1 , 1 , 0 , 2 , 1 , 2 Remeber that it should be possible to do for an arbitrary number of classes. Best regards, Patrik.Waldmann@djingis.se [[alternate HTML version deleted]]
2012 Jan 19
4
[LLVMdev] Problem with cross class joins in the RegisterCoalescer
Hi, Is it intended that in some cases it is necessary to use "-disable-cross-class-join" to be sure the resulting code is ok? I have several cases where cross class joins are carried out that makes the code turn out illegal, because the "new" register class is not allowed in all instructions where it is now used. For example, by joining %vreg4, %vreg7 and %vreg9 the
2017 Jan 10
3
Porting LLVM to OpenVMS
...s into an array and reserving a global variable to index into this array, thereby emulating this feature. Do you think this will work better? It would be great to get some information to cut down on the area we need to concentrate on to get started. Any help or direction would be great. Regards, Patrik Eklöf Patrik Eklöf Programmer Tel. +46 720 514440 My LinkedIn<https://www.linkedin.com/company/energy-machines> patrik.eklof at energymachines.com<mailto:patrik.eklof at energymachines.com> [cid:image001.png at 01D26A6E.37267620] Skeppsgatan 19, SE-211 11 Malmö, Sweden www.energymac...