aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/test
Commit message (Expand)AuthorAgeFilesLines
* Prefixed runtime functions.Bernhard Schommer2017-08-251-34/+34
* C reference implementation of the int64 helper functions.Xavier Leroy2015-02-141-7/+11
* powerpc: faster implementation of long division modeled on that for IA32xleroy2013-07-031-2/+2
* Support for in64 -> float conversions w/ correct rounding.xleroy2013-05-061-3/+16
* ia32/i64_dtou: wrong play on rounding modexleroy2013-05-051-0/+10
* Expand 64-bit integer comparisons into 32-bit integer comparisons.xleroy2013-04-291-29/+0
* Remove __i64_{neg,add,sub,mul}, now handled directly by the compiler.xleroy2013-04-201-19/+0
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-0/+238