This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r196637 - in /branches/cilkplus/gcc: ChangeLog....


Author: bviyer
Date: Wed Mar 13 18:23:08 2013
New Revision: 196637

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196637
Log:
Removed the frame pointer required setting from target to common files.

gcc/ChangeLog.cilkplus
+2013-03-13  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       * config/i386/i386.c (ix86_frame_pointer_required): Removed statements
+       that checks if cilkplus is enabled and if the function is a cilk
+       function.
+       * ira.c (ira_setup_eliminable_regset): Enforce frame pointer usage when
+       it cilkplus is enabled and if the function is a cilk function.
+       * reload1.c (update_eliminables): Likewise.



Modified:
    branches/cilkplus/gcc/ChangeLog.cilkplus
    branches/cilkplus/gcc/config/i386/i386.c
    branches/cilkplus/gcc/ira.c
    branches/cilkplus/gcc/reload1.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]