search for: stellard

Displaying 20 results from an estimated 828 matches for "stellard".

2015 May 20
9
[LLVMdev] 3.6.1 -final has been tagged
Hi, The only regression in 3.6.1 -rc1 was on MIPS and it has been confirmed fixed, so I have now tagged 3.6.1 -final. Testers can start building and uploading the final binaries. Thanks, Tom
2012 Feb 14
2
[LLVMdev] [llvm-commits] [PATCH] MachineRegisterInfo: Don't emit the same livein copy more than once
...om in your code? > > Cheers, > Lang. Hi Lang, I was calling EmitLiveInCopies() from one of my backend specific passes. If the function can only be called once, then I'll just try to merge that pass with into the SelectionDAG. Thanks, Tom > > On Mon, Feb 13, 2012 at 7:03 PM, Stellard, Thomas <Tom.Stellard at amd.com>wrote: > > > This patch seems to have been lost on the llvm-commits mailing list. > > Would someone be able to review it? > > > > Thanks, > > Tom > > ________________________________________ > > From: llvm-commits...
2014 Nov 03
4
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
On Mon, Nov 3, 2014 at 9:26 AM, Tom Stellard <tom at stellard.net> wrote: > On Fri, Oct 31, 2014 at 04:31:47PM -0700, Bob Wilson wrote: > > > > > On Oct 31, 2014, at 4:19 PM, Eric Christopher <echristo at gmail.com> > wrote: > > > > > > > > > > > > On Fri Oct 31 2014 at 3:1...
2014 Dec 05
2
[LLVMdev] Vectorize Patches for 3.5.1 (was Re: Proposed patches for Clang 3.5.1)
...w=revision&revision=222451 http://llvm.org/viewvc/llvm-project?view=revision&revision=223170 http://llvm.org/viewvc/llvm-project?view=revision&revision=223171 -Tom > Are these patches look ok for 3.5.1? > > Thanks, > Michael > > > On Dec 2, 2014, at 8:40 AM, Tom Stellard <tom at stellard.net> wrote: > > > > On Sat, Nov 29, 2014 at 08:34:34PM +0100, Dimitry Andric wrote: > >> On 29 Nov 2014, at 02:48, Tom Stellard <tom at stellard.net> wrote: > >>> On Wed, Nov 26, 2014 at 07:44:20PM +0100, Dimitry Andric wrote: > >...
2014 Nov 29
17
[LLVMdev] Proposed patches for Clang 3.5.1
On Wed, Nov 26, 2014 at 07:44:20PM +0100, Dimitry Andric wrote: > On 26 Nov 2014, at 16:50, Tom Stellard <tom at stellard.net> wrote: > > > > On Wed, Nov 26, 2014 at 10:15:13AM +0000, Daniel Sanders wrote: > ... > > I will try to look at the patches today. I'm going to delay the release a week > > or so, because of all the merge requests I've received, so the...
2015 Jul 06
8
[LLVMdev] 3.6.2-final has been tagged.
Hi, I have tagged 3.6.2-final, so testers can start building and uploading -final binaries. There was only one change between 3.6.2-rc1 and 3.6.2-final, which was a patch to the R600 backend to fix the build with VS2012. Running a full regression suite is probably not necessary, but you still can if you want to be extra careful. -Tom
2019 Feb 07
2
[Release-testers] LLVM 7.1.0 release - Please test the branch
On Wed, 2019-02-06 at 14:09 -0800, Tom Stellard wrote: > On 02/05/2019 10:41 PM, Michał Górny wrote: > > On Tue, 2019-02-05 at 16:13 -0800, Tom Stellard wrote: > > > On 02/05/2019 11:32 AM, Tom Stellard via Release-testers wrote: > > > > On 02/05/2019 11:26 AM, Michał Górny wrote: > > > > > On Tue, 20...
2015 May 06
5
[LLVMdev] 3.6.1 Release Update
On Tue, May 05, 2015 at 01:02:57PM +0100, Renato Golin wrote: > On 4 May 2015 at 21:55, Tom Stellard <tom at stellard.net> wrote: > > I am no longer accepting new patch nominations for the 3.6.1 branches. > > There are a handful of outstanding patches waiting for approval from > > code owners, I may still merge these if I get code owner approval before > > the start o...
2012 Feb 15
0
[LLVMdev] [llvm-commits] [PATCH] MachineRegisterInfo: Don't emit the same livein copy more than once
Hi Tom, As far as I can tell EmitLiveInCopies is just there to handle physreg arguments and return values. Is there any reason for these to change late in your backend? - Lang. On Tue, Feb 14, 2012 at 7:22 AM, Tom Stellard <thomas.stellard at amd.com>wrote: > On Mon, Feb 13, 2012 at 10:17:11PM -0800, Lang Hames wrote: > > Hi Tom, > > > > I'm pretty sure this function should only ever be called once, by > > SelectionDAG. Do you know where the second call is coming from in your &gt...
2014 Dec 06
2
[LLVMdev] Proposed patches for Clang 3.5.1
----- Original Message ----- > From: "Dimitry Andric" <dimitry at andric.com> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "LLVM Developers Mailing List (llvmdev at cs.uiuc.edu)" <llvmdev at cs.uiuc.edu>, "Tom Stellard" <tom at stellard.net> > Sent: Saturday, November 29, 2014 1:34:21 PM > Subject: Re: [LLVMdev] Proposed patches for Clang 3.5.1 > > On 29 Nov 2014, at 02:48, Tom Stellard <tom at stellard.net> wrote: > > > > On Wed, Nov 26, 2014 at 07:44:20PM +0100, Dimitr...
2015 Mar 18
6
[LLVMdev] Reminder 3.5.2 merge deadline is Monday, Mar 16 - Testers needed
On Mon, Mar 16, 2015 at 01:51:32PM -0700, Tom Stellard wrote: > On Thu, Mar 12, 2015 at 06:04:35PM -0400, Tom Stellard wrote: > > Hi, > > > > Just a reminder that testing for 3.5.2 will begin on Monday, Mar 16. If > > you have any patches you want merged please send an email to the > > relevant commits list and cc me...
2015 Jun 24
2
[LLVMdev] 3.6.2-rc1 has been tagged. Testers needed.
On Wed, Jun 24, 2015 at 10:11:26AM -0700, Hans Wennborg wrote: > On Tue, Jun 23, 2015 at 5:17 PM, Tom Stellard <tom at stellard.net> wrote: > > I have just tagged 3.6.2-rc1, so testing can begin. We can always use > > more testers, so if you are interested in testing, let me know. > > I had trouble building on Windows, getting errors in > AMDGPUGenSubtargetInfo.inc about 'ui...
2015 Jun 24
5
[LLVMdev] 3.6.2-rc1 has been tagged. Testers needed.
Hi, I have just tagged 3.6.2-rc1, so testing can begin. We can always use more testers, so if you are interested in testing, let me know. -Tom
2012 Feb 14
2
[LLVMdev] [llvm-commits] [PATCH] MachineRegisterInfo: Don't emit the same livein copy more than once
This patch seems to have been lost on the llvm-commits mailing list. Would someone be able to review it? Thanks, Tom ________________________________________ From: llvm-commits-bounces at cs.uiuc.edu [llvm-commits-bounces at cs.uiuc.edu] on behalf of Tom Stellard [thomas.stellard at amd.com] Sent: Friday, February 03, 2012 1:55 PM To: llvm-commits at cs.uiuc.edu Subject: Re: [llvm-commits] [PATCH] MachineRegisterInfo: Don't emit the same livein copy more than once On Fri, Jan 27, 2012 at 02:56:03PM -0500, Tom Stellard wrote: > --- > > Is Machi...
2014 Dec 19
9
[LLVMdev] 3.5.1 Testing Phase II Begins
Hi, I've just tagged 3.5.1-rc2, so testing can begin. Remember to use the 3.5 branch of the test-suite. If you have any questions, let me know. -Tom
2019 Feb 06
2
[Release-testers] LLVM 7.1.0 release - Please test the branch
On Tue, 2019-02-05 at 16:13 -0800, Tom Stellard wrote: > On 02/05/2019 11:32 AM, Tom Stellard via Release-testers wrote: > > On 02/05/2019 11:26 AM, Michał Górny wrote: > > > On Tue, 2019-02-05 at 11:23 -0800, Tom Stellard wrote: > > > > On 02/05/2019 08:07 AM, Michał Górny wrote: > > > > > On Tue, 20...
2014 Dec 02
2
[LLVMdev] Proposed patches for Clang 3.5.1
On Sat, Nov 29, 2014 at 08:34:34PM +0100, Dimitry Andric wrote: > On 29 Nov 2014, at 02:48, Tom Stellard <tom at stellard.net> wrote: > > On Wed, Nov 26, 2014 at 07:44:20PM +0100, Dimitry Andric wrote: > ... > >> I would like to propose the following additional patches for 3.5.1. These will already be part of the upcoming clang 3.5.0 import into the FreeBSD 11.0 base system....
2012 Feb 14
0
[LLVMdev] [llvm-commits] [PATCH] MachineRegisterInfo: Don't emit the same livein copy more than once
Hi Tom, I'm pretty sure this function should only ever be called once, by SelectionDAG. Do you know where the second call is coming from in your code? Cheers, Lang. On Mon, Feb 13, 2012 at 7:03 PM, Stellard, Thomas <Tom.Stellard at amd.com>wrote: > This patch seems to have been lost on the llvm-commits mailing list. > Would someone be able to review it? > > Thanks, > Tom > ________________________________________ > From: llvm-commits-bounces at cs.uiuc.edu [llvm-commits-bo...
2015 Mar 12
8
[LLVMdev] Reminder 3.5.2 merge deadline is Monday, Mar 16 - Testers needed
Hi, Just a reminder that testing for 3.5.2 will begin on Monday, Mar 16. If you have any patches you want merged please send an email to the relevant commits list and cc me and the code owner. If you have already done this and are waiting for a response, please ping the thread. As always we need testers, so let me know if you want to help with testing. Thanks, Tom
2014 May 12
12
[LLVMdev] LLVM 3.4.2 Release Plan - Testers Needed
Hi, I would like to begin the 3.4.2 release process for LLVM. There have been two issues identified in 3.4.1, which there is interest in having fixed in a 3.4.x release: 1. Build failure with gcc 4.9 (This is not a regression, 3.4 also fails to build with gcc 4.9). 2. Accidental change of libLLVM's DT_SONAME from libLLVM-3.4 libLLVM-3.4.1.so I will also accept any other bug-fixes that