aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/arm
Commit message (Expand)AuthorAgeFilesLines
* Double rounding error in int64->float32 conversions on PowerPC and ARMXavier Leroy2020-03-301-5/+4
* Take advantage of ARMv6T2/ARMv7 instructions even if not in Thumb2 mode (#203)Gergö Barany2017-09-181-0/+2
* Prefixed runtime functions.Bernhard Schommer2017-08-2516-38/+38
* i64_smulh: revert to conditional branches instead of predicated insnsXavier Leroy2016-10-251-8/+8
* Update ARM port. Not tested yet.Xavier Leroy2016-10-253-0/+139
* Implement support for big endian arm targets.Bernhard Schommer2016-08-0515-213/+253
* Libcompcert should be compiled in thumb mode for armv7m.Bernhard Schommer2015-12-181-2/+2
* Support va_arg for vararg arguments of composite (struct/union) types.Xavier Leroy2015-03-201-0/+12
* configure: distinguish between ABI and processor model.xleroy2014-07-299-11/+24
* ARM port: add support for Thumb2. To be tested.xleroy2014-07-2716-261/+316
* Adapt to the two different calling conventions for floats.xleroy2014-05-026-0/+14
* Experimental support for <stdarg.h>, the GCC way. Works on IA32. To be test...xleroy2014-01-011-0/+83
* Syntax errorsxleroy2013-05-062-31/+31
* Support for in64 -> float conversions w/ correct rounding.xleroy2013-05-062-0/+150
* ia32/i64_dtou: wrong play on rounding modexleroy2013-05-054-34/+79
* Expand 64-bit integer comparisons into 32-bit integer comparisons.xleroy2013-04-292-107/+0
* Split arch/int64.s into one file per function.xleroy2013-04-2015-381/+868
* Configuring the assembler used for the runtime libxleroy2013-04-201-0/+2
* Remove __i64_{neg,add,sub,mul}, now handled directly by the compiler.xleroy2013-04-201-45/+0
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-0/+424