[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1409961977-11762-1-git-send-email-behanw@converseincode.com>
Date: Fri, 5 Sep 2014 17:06:10 -0700
From: behanw@...verseincode.com
To: a.ryabinin@...sung.com, anurag19aggarwal@...il.com,
charlebm@...il.com, cl@...ux-foundation.org, dave.long@...aro.org,
k.khlebnikov@...sung.com, linux@....linux.org.uk,
linyongting@...il.com, Nikolay.Borisov@....com, tglx@...utronix.de,
tj@...nel.org, u.kleine-koenig@...gutronix.de
Cc: behanw@...verseincode.com, Dave.Martin@....com,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
rabin@....in, rostedt@...dmis.org, rric@...nel.org,
will.deacon@....com
Subject: [PATCH v2 0/7] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM
From: Behan Webster <behanw@...verseincode.com>
The LLVMLinux project aims to fully build the Linux kernel using both gcc and
clang (the C front end for the LLVM compiler infrastructure project).
Clang only supports global named registers for non-allocatable registers like
the stack pointer. By centralizing the definition of current_stack_pointer, the
use of named registers for ARM remains largely unchanged while working for both
gcc and clang.
Behan Webster (6):
arm: LLVMLinux: Add global named register current_stack_pointer for
ARM
arm: LLVMLinux: Use current_stack_pointer to calculate pt_regs address
arm: LLVMLinux: Use current_stack_pointer for return_address
arm: LLVMLinux: Use current_stack_pointer in save_stack_trace_tsk
arm: LLVMLinux: Calculate current_thread_info from
current_stack_pointer
arm: LLVMLinux: Use current_stack_pointer in unwind_backtrace
Mark Charlebois (1):
arm: LLVMLinux: Use global stack register variable for percpu
arch/arm/include/asm/percpu.h | 4 ++--
arch/arm/include/asm/ptrace.h | 5 ++---
arch/arm/include/asm/thread_info.h | 9 +++++++--
arch/arm/kernel/return_address.c | 3 +--
arch/arm/kernel/stacktrace.c | 4 +---
arch/arm/kernel/unwind.c | 3 +--
6 files changed, 14 insertions(+), 14 deletions(-)
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists