aboutsummaryrefslogtreecommitdiffstats
path: root/arm/CBuiltins.ml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated ARM port.xleroy2012-07-101-4/+4
* checklink: first import of Valentin Robert's validator for asm and linkxleroy2012-03-281-1/+0
* More builtins for ARM and PowerPCxleroy2011-08-051-0/+2
* ARM: added reversed load/store builtins + bswap builtin (to be tested)xleroy2011-07-301-3/+17
* Handling of volatile accesses through builtin functions.xleroy2010-03-081-0/+27