summaryrefslogtreecommitdiff
path: root/runtime/powerpc
Commit message (Expand)AuthorAge
* stdarg.h: assorted fixes for PowerPCGravatar xleroy2014-01-01
* Fine hair splitting depending on whether va_list is a scalar type (IA32, ARM)...Gravatar xleroy2014-01-01
* Experimental support for <stdarg.h>, the GCC way. Works on IA32. To be test...Gravatar xleroy2014-01-01
* powerpc: faster implementation of long division modeled on that for IA32Gravatar xleroy2013-07-03
* Wrong pseudo-instrGravatar xleroy2013-05-06
* Support for in64 -> float conversions w/ correct rounding.Gravatar xleroy2013-05-06
* ia32/i64_dtou: wrong play on rounding modeGravatar xleroy2013-05-05
* Typos in commentsGravatar xleroy2013-04-30
* Expand 64-bit integer comparisons into 32-bit integer comparisons.Gravatar xleroy2013-04-29
* Fixes in PowerPC portGravatar xleroy2013-04-21
* Split arch/int64.s into one file per function.Gravatar xleroy2013-04-20
* Remove __i64_{neg,add,sub,mul}, now handled directly by the compiler.Gravatar xleroy2013-04-20
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:Gravatar xleroy2013-04-20