Re: [PATCH 0/4] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM

2014-08-26 Thread Behan Webster
On 08/26/14 07:16, Will Deacon wrote: Hi Behan, On Fri, Aug 01, 2014 at 05:11:59AM +0100, Behan Webster wrote: On 07/31/14 03:33, Will Deacon wrote: On Thu, Jul 31, 2014 at 12:57:25AM +0100, beh...@converseincode.com wrote: From: Behan Webster This patch set moves from using locally defined

Re: [PATCH 0/4] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM

2014-08-26 Thread Will Deacon
Hi Behan, On Fri, Aug 01, 2014 at 05:11:59AM +0100, Behan Webster wrote: > On 07/31/14 03:33, Will Deacon wrote: > > On Thu, Jul 31, 2014 at 12:57:25AM +0100, beh...@converseincode.com wrote: > >> From: Behan Webster > >> > >> This patch set moves from using locally defined named registers to acc

Re: [PATCH 0/4] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM

2014-07-31 Thread Behan Webster
On 07/31/14 03:33, Will Deacon wrote: On Thu, Jul 31, 2014 at 12:57:25AM +0100, beh...@converseincode.com wrote: From: Behan Webster This patch set moves from using locally defined named registers to access the stack pointer to using a globally defined named register. This allows the code to w

Re: [PATCH 0/4] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM

2014-07-31 Thread Olof Johansson
On Thu, Jul 31, 2014 at 8:48 AM, Will Deacon wrote: > On Thu, Jul 31, 2014 at 04:39:55PM +0100, Olof Johansson wrote: >> On Thu, Jul 31, 2014 at 3:33 AM, Will Deacon wrote: >> > On Thu, Jul 31, 2014 at 12:57:25AM +0100, beh...@converseincode.com wrote: >> >> From: Behan Webster >> >> >> >> This

Re: [PATCH 0/4] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM

2014-07-31 Thread Will Deacon
On Thu, Jul 31, 2014 at 04:39:55PM +0100, Olof Johansson wrote: > On Thu, Jul 31, 2014 at 3:33 AM, Will Deacon wrote: > > On Thu, Jul 31, 2014 at 12:57:25AM +0100, beh...@converseincode.com wrote: > >> From: Behan Webster > >> > >> This patch set moves from using locally defined named registers t

Re: [PATCH 0/4] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM

2014-07-31 Thread Olof Johansson
On Thu, Jul 31, 2014 at 3:33 AM, Will Deacon wrote: > On Thu, Jul 31, 2014 at 12:57:25AM +0100, beh...@converseincode.com wrote: >> From: Behan Webster >> >> This patch set moves from using locally defined named registers to access the >> stack pointer to using a globally defined named register.

Re: [PATCH 0/4] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM

2014-07-31 Thread Will Deacon
On Thu, Jul 31, 2014 at 12:57:25AM +0100, beh...@converseincode.com wrote: > From: Behan Webster > > This patch set moves from using locally defined named registers to access the > stack pointer to using a globally defined named register. This allows the code > to work both with gcc and clang. >

Re: [PATCH 0/4] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM

2014-07-30 Thread Olof Johansson
On Wed, Jul 30, 2014 at 4:57 PM, wrote: > From: Behan Webster > > This patch set moves from using locally defined named registers to access the > stack pointer to using a globally defined named register. This allows the code > to work both with gcc and clang. > > The LLVMLinux project aims to fu

[PATCH 0/4] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM

2014-07-30 Thread behanw
From: Behan Webster This patch set moves from using locally defined named registers to access the stack pointer to using a globally defined named register. This allows the code to work both with gcc and clang. The LLVMLinux project aims to fully build the Linux kernel using both gcc and clang (t