From 2cc49064f6255da8ca63b3897ac371fe2fc322cc Mon Sep 17 00:00:00 2001 From: vries Date: Thu, 24 Apr 2014 09:34:06 +0000 Subject: [PATCH] -fuse-caller-save - Add command line option 2014-04-24 Radovan Obradovic Tom de Vries * common.opt (fuse-caller-save): New option. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209743 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/common.opt | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9c13da0..edf0467 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-04-24 Radovan Obradovic + Tom de Vries + + * common.opt (fuse-caller-save): New option. + 2014-04-24 Tejas Belagod * config/aarch64/aarch64.c (aarch64_evpc_tbl): Reverse order of elements diff --git a/gcc/common.opt b/gcc/common.opt index d46d4c7..5c3f834 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -2703,4 +2703,8 @@ Create a position independent executable z Driver Joined Separate +fuse-caller-save +Common Report Var(flag_use_caller_save) Optimization +Use caller save register across calls if possible + ; This comment is to ensure we retain the blank line above. -- 2.7.4