summaryrefslogtreecommitdiff
path: root/arm/CBuiltins.ml
Commit message (Expand)AuthorAge
* Cold feet: suppress builtins for load with reservation/store conditional, use...Gravatar xleroy2014-08-28
* Rename __builtin_cntlz to __builtin_clz.Gravatar xleroy2014-08-27
* Wrong types for strex builtins.Gravatar xleroy2014-08-20
* Add some more synchronization builtinsGravatar xleroy2014-08-20
* All targets: add __builtin_membarGravatar xleroy2014-07-28
* 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
* Updated ARM port.Gravatar xleroy2012-07-10
* checklink: first import of Valentin Robert's validator for asm and linkGravatar xleroy2012-03-28
* More builtins for ARM and PowerPCGravatar xleroy2011-08-05
* ARM: added reversed load/store builtins + bswap builtin (to be tested)Gravatar xleroy2011-07-30
* Handling of volatile accesses through builtin functions.Gravatar xleroy2010-03-08