aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Double rounding error in int64->float32 conversions on PowerPC and ARMXavier Leroy2020-03-302-14/+13
* Prefixed runtime functions.Bernhard Schommer2017-08-2516-75/+75
* Hybrid 64bit/32bit PowerPC portBernhard Schommer2017-05-0312-677/+0
* powerpc/runtime: add commentsXavier Leroy2016-10-281-1/+2
* runtime/powerpc: remove useless files, add commentsXavier Leroy2016-10-282-140/+0
* Update PowerPC port (not tested yet)Xavier Leroy2016-10-252-0/+144
* Turn 64-bit integer division and modulus by constants into multiply-highXavier Leroy2016-10-042-0/+140
* Wrong syntax in fcmp.Xavier Leroy2015-09-131-2/+2
* PowerPC 64 bits: alternate, more efficient implementations of int64 operations.Xavier Leroy2015-09-1212-0/+677
* Support va_arg for vararg arguments of composite (struct/union) types.Xavier Leroy2015-03-201-0/+7
* stdarg.h: assorted fixes for PowerPCxleroy2014-01-011-5/+5
* Fine hair splitting depending on whether va_list is a scalar type (IA32, ARM)...xleroy2014-01-011-3/+3
* Experimental support for <stdarg.h>, the GCC way. Works on IA32. To be test...xleroy2014-01-011-0/+156
* powerpc: faster implementation of long division modeled on that for IA32xleroy2013-07-034-68/+218
* Wrong pseudo-instrxleroy2013-05-061-1/+1
* Support for in64 -> float conversions w/ correct rounding.xleroy2013-05-062-0/+132
* ia32/i64_dtou: wrong play on rounding modexleroy2013-05-052-10/+36
* Typos in commentsxleroy2013-04-302-3/+3
* Expand 64-bit integer comparisons into 32-bit integer comparisons.xleroy2013-04-292-144/+0
* Fixes in PowerPC portxleroy2013-04-216-61/+108
* Split arch/int64.s into one file per function.xleroy2013-04-2014-442/+911
* Remove __i64_{neg,add,sub,mul}, now handled directly by the compiler.xleroy2013-04-201-50/+0
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-0/+492