Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 164283f4 | 2013-11-16 06:38:55 | The powerpc64 support opted to pass floating point values both in the fpr area and the parameter save area, necessary when the backend doesn't know if a function argument corresponds to the ellipsis arguments of a variadic function. This patch adds powerpc support for variadic functions, and changes the code to only pass fp in the ABI mandated area. ELFv2 needs this change since the parameter save area may not exist there. This also fixes two faulty tests that used a non-variadic function cast to call a variadic function, and spuriously reasoned that this is somehow necessary for static functions.. | ||
| f3a4f3fd | 2013-02-07 09:57:20 | Fixes for AIX xlc compiler. | ||
| a098b44f | 2012-04-06 17:04:35 | Reapply missing testsuite changes for arm | ||
| ff9454da | 2011-11-12 17:18:51 | Add David Gilbert's variadic function call support | ||
| d992ac54 | 2011-07-29 17:32:53 | Refresh from GCC | ||
| 2db72615 | 2010-11-21 10:50:56 | Rebase | ||
| 14e2e92e | 2009-12-27 21:03:33 | 3.0.9rc11 | ||
| 88440278 | 2009-12-26 12:57:23 | HPUX support and avr32 test fixes. | ||
| 70868464 | 2009-12-26 09:58:03 | Remove xfails for mips and arm | ||
| 9458d88f | 2009-12-26 07:02:27 | Rebase from GCC | ||
| 1d04af52 | 2009-12-25 09:50:36 | Updated some mips XFAILs | ||
| 115ab36f | 2009-12-24 00:22:00 | Update missing changes for 3.0.9r4. | ||
| 2340e7a7 | 2009-10-04 23:53:17 | AVR support | ||
| c6dddbd0 | 2009-10-04 08:11:33 | Initial commit |