Hal Finkel
aad2a72c28
PPC: Support dynamic allocas with large alignment
...
Support for dynamic stack alignments in the PPC backend has been unfinished, in
part because it depends on dynamic stack realignment (which I only just
recently implemented fully). Now we can also support dynamic allocas with
higher than the default target stack alignment (16 bytes).
In order to round-up the requested size to the maximum requested alignment, we
need an additional register to hold the rounded-up size. We're already using one
scavenged register to hold the previous stack-pointer value (which needs to be
stored with the signal-safe stdux update), and so when we have dynamic allocas
and a large alignment, we allocate two emergency spill slots for the scavenger.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186562 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-18 04:28:21 +00:00
..
2013-03-15 13:21:21 +00:00
2013-04-30 20:04:37 +00:00
2013-05-16 14:30:09 +00:00
2013-02-04 15:19:18 +00:00
2013-03-12 15:18:14 +00:00
2013-07-14 06:24:09 +00:00
2013-03-28 03:38:16 +00:00
2013-03-12 15:18:14 +00:00
2013-07-14 06:24:09 +00:00
2013-04-30 17:52:57 +00:00
2013-04-30 17:52:57 +00:00
2013-07-13 20:38:47 +00:00
2013-05-16 17:58:02 +00:00
2013-07-01 19:42:46 +00:00
2013-01-30 23:43:27 +00:00
2013-07-14 06:24:09 +00:00
2013-05-13 19:34:37 +00:00
2013-03-27 06:52:27 +00:00
2013-07-08 20:00:03 +00:00
2013-07-14 06:24:09 +00:00
2013-07-09 18:16:16 +00:00
2013-07-08 20:20:51 +00:00
2013-03-21 23:23:34 +00:00
2013-07-14 06:24:09 +00:00
2013-07-14 06:24:09 +00:00
2013-04-10 22:05:25 +00:00
2013-03-28 20:35:18 +00:00
2013-07-08 06:16:58 +00:00
2013-07-09 18:55:10 +00:00
2013-07-14 06:24:09 +00:00
2013-03-28 03:38:16 +00:00
2013-07-03 17:59:07 +00:00
2013-03-18 17:40:27 +00:00
2013-05-18 09:20:39 +00:00
2013-05-16 20:28:05 +00:00
2013-06-07 22:16:19 +00:00
2013-07-01 19:34:59 +00:00
2013-05-15 21:37:41 +00:00
2013-05-15 21:37:41 +00:00
2013-05-15 21:37:41 +00:00
2013-04-30 17:52:57 +00:00
2013-04-30 17:52:57 +00:00
2013-05-15 21:37:41 +00:00
2013-04-01 16:31:56 +00:00
2013-07-14 06:24:09 +00:00
2013-03-18 22:08:16 +00:00
2013-07-18 04:28:21 +00:00
2013-04-10 22:05:25 +00:00
2013-04-30 17:52:57 +00:00
2013-07-14 06:24:09 +00:00
2013-04-01 18:42:58 +00:00
2013-06-13 20:23:34 +00:00
2013-07-13 20:38:47 +00:00
2013-04-06 19:30:30 +00:00
2013-03-15 05:06:04 +00:00
2013-03-21 19:03:19 +00:00
2013-04-07 22:11:09 +00:00
2013-04-01 17:52:07 +00:00
2013-04-01 17:52:07 +00:00
2013-04-01 17:52:07 +00:00
2013-03-12 16:27:52 +00:00
2013-04-05 23:29:01 +00:00
2013-07-14 06:24:09 +00:00
2013-07-15 20:22:58 +00:00
2013-06-13 20:23:34 +00:00
2013-03-12 15:18:14 +00:00
2013-04-30 17:52:57 +00:00
2013-03-18 20:31:44 +00:00
2013-04-30 17:52:57 +00:00
2013-07-13 20:38:47 +00:00
2013-07-13 20:38:47 +00:00
2013-07-13 20:38:47 +00:00
2013-07-13 20:38:47 +00:00
2013-07-13 20:38:47 +00:00
2013-07-13 20:38:47 +00:00
2013-07-13 20:38:47 +00:00
2013-07-13 20:38:47 +00:00
2013-07-13 20:38:47 +00:00
2013-07-13 20:38:47 +00:00
2013-07-13 20:38:47 +00:00
2013-07-13 20:38:47 +00:00
2013-07-13 20:38:47 +00:00
2013-05-30 03:05:14 +00:00
2013-06-13 20:23:34 +00:00
2013-07-13 20:38:47 +00:00
2013-05-15 21:37:41 +00:00
2013-05-08 12:16:14 +00:00
2013-04-01 15:58:15 +00:00
2013-06-13 20:23:34 +00:00
2013-07-13 20:38:47 +00:00
2013-07-14 06:24:09 +00:00
2013-07-14 06:24:09 +00:00
2013-04-12 04:06:46 +00:00
2013-04-02 18:37:08 +00:00
2013-04-03 13:05:44 +00:00
2013-07-13 22:08:55 +00:00
2013-07-08 14:22:45 +00:00
2013-07-16 13:03:25 +00:00
2013-02-01 22:59:51 +00:00
2013-03-19 08:09:38 +00:00
2013-05-16 16:15:18 +00:00
2013-07-01 20:52:27 +00:00
2013-07-15 18:57:05 +00:00
2013-03-12 16:27:52 +00:00
2013-06-28 20:00:07 +00:00
2013-07-14 06:24:09 +00:00
2013-07-11 05:55:57 +00:00
2013-04-30 17:52:57 +00:00
2013-07-11 17:43:32 +00:00
2013-07-17 05:35:44 +00:00
2013-07-17 23:50:51 +00:00
2013-06-28 20:18:14 +00:00
2013-07-17 23:50:51 +00:00
2013-07-09 06:34:51 +00:00
2013-02-08 21:35:47 +00:00
2013-04-01 18:18:44 +00:00
2013-03-19 19:52:04 +00:00
2013-06-13 20:23:34 +00:00
2013-06-13 20:23:34 +00:00
2013-04-27 00:43:16 +00:00
2013-04-30 17:52:57 +00:00
2013-04-30 17:52:57 +00:00
2013-07-09 17:02:45 +00:00
2013-07-14 06:24:09 +00:00
2013-07-14 06:24:09 +00:00
2013-05-30 03:05:14 +00:00
2013-07-09 16:41:09 +00:00
2013-05-30 03:05:14 +00:00
2013-07-09 16:41:09 +00:00
2013-05-30 03:05:14 +00:00
2013-07-09 16:41:09 +00:00
2013-07-14 06:24:09 +00:00
2013-03-19 15:23:39 +00:00
2013-05-26 18:08:30 +00:00
2013-03-15 15:27:13 +00:00
2013-07-02 03:39:34 +00:00
2013-06-28 22:29:56 +00:00
2013-07-13 20:38:47 +00:00
2013-07-13 20:38:47 +00:00
2013-07-14 06:24:09 +00:00
2013-07-13 20:38:47 +00:00
2013-07-14 06:24:09 +00:00
2013-07-14 06:24:09 +00:00
2013-07-12 14:54:12 +00:00
2013-07-13 20:38:47 +00:00
2013-07-14 06:24:09 +00:00
2013-07-14 06:24:09 +00:00
2013-07-08 17:30:25 +00:00
2013-03-27 00:02:20 +00:00
2013-06-13 20:23:34 +00:00
2013-07-11 16:31:51 +00:00