summaryrefslogtreecommitdiff
path: root/ia32/CBuiltins.ml
Commit message (Expand)AuthorAge
* Rename __builtin_cntlz to __builtin_clz.Gravatar xleroy2014-08-27
* Fused multiply-add for IA32.Gravatar xleroy2014-05-05
* 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
* Revert suppression of __builtin_{read,write}_reversed for x86 and ARM,Gravatar xleroy2013-04-29
* Add __builtin_bswap16 and __builtin_bswap32 to all ports.Gravatar xleroy2013-04-20
* checklink: first import of Valentin Robert's validator for asm and linkGravatar xleroy2012-03-28
* Revised emulation of packed structsGravatar xleroy2011-10-16
* ARM: added reversed load/store builtins + bswap builtin (to be tested)Gravatar xleroy2011-07-30
* Nicer printing of annotations.Gravatar xleroy2011-05-23
* Support for __builtin_fmax and __builtin_fminGravatar xleroy2010-09-04
* Merge of the reuse-temps branch:Gravatar xleroy2010-09-02