aboutsummaryrefslogtreecommitdiffstats
path: root/ia32/CBuiltins.ml
Commit message (Expand)AuthorAgeFilesLines
* Rename __builtin_cntlz to __builtin_clz.xleroy2014-08-271-0/+4
* Fused multiply-add for IA32.xleroy2014-05-051-0/+16
* Fine hair splitting depending on whether va_list is a scalar type (IA32, ARM)...xleroy2014-01-011-0/+1
* Experimental support for <stdarg.h>, the GCC way. Works on IA32. To be test...xleroy2014-01-011-1/+5
* Revert suppression of __builtin_{read,write}_reversed for x86 and ARM,xleroy2013-04-291-1/+10
* Add __builtin_bswap16 and __builtin_bswap32 to all ports.xleroy2013-04-201-10/+5
* checklink: first import of Valentin Robert's validator for asm and linkxleroy2012-03-281-1/+0
* Revised emulation of packed structsxleroy2011-10-161-4/+4
* ARM: added reversed load/store builtins + bswap builtin (to be tested)xleroy2011-07-301-0/+3
* Nicer printing of annotations.xleroy2011-05-231-0/+9
* Support for __builtin_fmax and __builtin_fminxleroy2010-09-041-0/+4
* Merge of the reuse-temps branch:xleroy2010-09-021-0/+28