aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/ia32
Commit message (Expand)AuthorAgeFilesLines
* Support va_arg for vararg arguments of composite (struct/union) types.Xavier Leroy2015-03-201-0/+12
* ARM port: add support for Thumb2. To be tested.xleroy2014-07-271-34/+34
* Experimental support for <stdarg.h>, the GCC way. Works on IA32. To be test...xleroy2014-01-011-0/+69
* Support for in64 -> float conversions w/ correct rounding.xleroy2013-05-064-2/+114
* ia32/i64_dtou: wrong play on rounding modexleroy2013-05-051-8/+20
* Expand 64-bit integer comparisons into 32-bit integer comparisons.xleroy2013-04-292-110/+0
* Missing GLOBxleroy2013-04-231-1/+1
* Make ia32/ code more portable across systems.xleroy2013-04-2328-878/+911
* Split arch/int64.s into one file per function.xleroy2013-04-2015-414/+913
* Remove __i64_{neg,add,sub,mul}, now handled directly by the compiler.xleroy2013-04-201-57/+0
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-0/+471