aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6302fc4d703..5d7616ef37c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,20 @@
+2016-08-01 Wilco Dijkstra <wdijkstr@arm.com>
+
+ * config/aarch64/aarch64.h (aarch64_frame):
+ Remove padding0 and hardfp_offset. Add locals_offset,
+ initial_adjust, callee_adjust, callee_offset and final_adjust.
+ * config/aarch64/aarch64.c (aarch64_layout_frame):
+ Remove unused padding0 and hardfp_offset initializations.
+ Choose frame layout and set frame variables accordingly.
+ Use INVALID_REGNUM instead of FIRST_PSEUDO_REGISTER.
+ (aarch64_push_regs): Use INVALID_REGNUM, not FIRST_PSEUDO_REGISTER.
+ (aarch64_pop_regs): Likewise.
+ (aarch64_expand_prologue): Remove all decision code, just emit
+ prolog according to frame variables.
+ (aarch64_expand_epilogue): Remove all decision code, just emit
+ epilog according to frame variables.
+ (aarch64_initial_elimination_offset): Use offset to local/arg area.
+
2015-08-01 H.J. Lu <hongjiu.lu@intel.com>
PR target/72748