Rafael Espindola
84716579d4
Fix va_arg for doubles. With this patch VAARG nodes always contain the
...
correct alignment information, which simplifies ExpandRes_VAARG a bit.
The patch introduces a new alignment information to TargetLoweringInfo. This is
needed since the two natural candidates cannot be used:
* The 's' in target data: If this is set to the minimal alignment of any
argument, getCallFrameTypeAlignment would return 4 for doubles on ARM for
example.
* The getTransientStackAlignment method. It is possible for an architecture to
have argument less aligned than what we maintain the stack pointer.
llvm-svn: 108072
2010-07-11 04:01:49 +00:00
..
2010-04-21 01:22:34 +00:00
2010-07-01 01:00:22 +00:00
2009-11-05 23:01:30 +00:00
2009-12-14 06:49:42 +00:00
2010-07-10 09:00:22 +00:00
2010-07-10 09:00:22 +00:00
2010-07-10 09:00:22 +00:00
2010-07-01 01:00:22 +00:00
2010-07-01 01:00:22 +00:00
2008-08-17 18:44:35 +00:00
2009-01-05 17:59:02 +00:00
2009-06-26 20:33:47 +00:00
2010-06-26 18:22:20 +00:00
2010-04-18 00:51:49 +00:00
2010-05-26 18:52:00 +00:00
2009-11-05 23:01:30 +00:00
2010-06-15 21:58:33 +00:00
2010-07-02 17:44:57 +00:00
2010-06-24 20:18:15 +00:00
2010-03-30 20:16:45 +00:00
2010-02-23 22:43:58 +00:00
2010-07-07 14:33:51 +00:00
2010-03-14 01:41:15 +00:00
2009-11-05 23:01:30 +00:00
2010-04-15 01:51:59 +00:00
2010-04-05 19:16:38 +00:00
2010-07-03 00:40:23 +00:00
2010-06-29 22:34:52 +00:00
2010-04-06 00:51:52 +00:00
2010-06-05 01:19:12 +00:00
2010-07-08 16:40:22 +00:00
2010-04-15 01:51:59 +00:00
2010-06-18 19:04:37 +00:00
2010-03-15 05:55:35 +00:00
2010-06-22 17:25:57 +00:00
2010-02-15 16:48:31 +00:00
2010-04-16 08:46:10 +00:00
2010-03-10 22:34:10 +00:00
2010-05-28 18:18:53 +00:00
2009-12-17 23:49:16 +00:00
2010-06-29 23:58:39 +00:00
2010-02-04 19:56:59 +00:00
2010-05-04 23:18:19 +00:00
2009-11-05 23:01:30 +00:00
2010-03-14 01:41:15 +00:00
2010-06-15 21:58:33 +00:00
2010-06-14 22:44:26 +00:00
2009-11-03 23:52:08 +00:00
2009-11-16 20:40:06 +00:00
2009-07-08 21:57:46 +00:00
2010-07-06 20:31:51 +00:00
2010-07-08 17:27:23 +00:00
2010-06-18 23:03:10 +00:00
2010-05-26 01:10:55 +00:00
2009-08-10 15:55:25 +00:00
2010-05-20 06:13:19 +00:00
2010-07-11 04:01:49 +00:00
2010-07-10 09:00:22 +00:00
2010-07-07 15:28:42 +00:00
2010-07-09 09:19:23 +00:00
2010-05-17 22:53:55 +00:00
2010-05-18 21:22:12 +00:00
2010-05-13 23:55:47 +00:00