aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog.cilkplus
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog.cilkplus')
-rw-r--r--gcc/ChangeLog.cilkplus9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog.cilkplus b/gcc/ChangeLog.cilkplus
index 5d0138a585b..fe02abdb24f 100644
--- a/gcc/ChangeLog.cilkplus
+++ b/gcc/ChangeLog.cilkplus
@@ -1,3 +1,12 @@
+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.
+
2013-03-12 Balaji V. Iyer <balaji.v.iyer@intel.com>
* builtins.c (expand_builtin): Added a check if cilkscreen is available