From: Radovan Obradovic Date: Thu, 24 Apr 2014 09:34:06 +0000 (+0000) Subject: -fuse-caller-save - Add command line option X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d996e61aaabdcd98f1a24adf5d7c19d3e76f48e0;p=gcc.git -fuse-caller-save - Add command line option 2014-04-24 Radovan Obradovic Tom de Vries * common.opt (fuse-caller-save): New option. Co-Authored-By: Tom de Vries From-SVN: r209743 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9c13da00750..edf0467334d 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 d46d4c7e70a..5c3f83404ba 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.