aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/CBuiltins.ml
Commit message (Expand)AuthorAgeFilesLines
* Cold feet: suppress builtins for load with reservation/store conditional, use...xleroy2014-08-281-5/+1
* Rename __builtin_cntlz to __builtin_clz.xleroy2014-08-271-1/+1
* Add builtins for load with reservation and conditional store.xleroy2014-08-201-1/+5
* 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/+6
* Add __builtin_bswap16 and __builtin_bswap32 to all ports.xleroy2013-04-201-0/+4
* Add __builtin_fcti (double -> int conversion w/ round to nearest)xleroy2012-11-241-0/+4
* checklink: first import of Valentin Robert's validator for asm and linkxleroy2012-03-281-1/+0
* PowerPC: remove the fmadd and fmsub operators/Asm instructionsxleroy2012-03-071-0/+8
* Revised emulation of packed structsxleroy2011-10-161-4/+4
* More builtins for ARM and PowerPCxleroy2011-08-051-1/+3
* cparser: support for attributes over struct and union.xleroy2011-05-121-2/+2
* Add "fabs" (floating-point absolute value) as a unary operator inxleroy2010-05-021-2/+0
* PowerPC: xleroy2010-04-101-0/+2
* Handling of volatile accesses through builtin functions.xleroy2010-03-081-0/+69