summaryrefslogtreecommitdiff
path: root/powerpc/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
* Add builtins for load with reservation and conditional store.Gravatar xleroy2014-08-20
* 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
* Add __builtin_bswap16 and __builtin_bswap32 to all ports.Gravatar xleroy2013-04-20
* Add __builtin_fcti (double -> int conversion w/ round to nearest)Gravatar xleroy2012-11-24
* checklink: first import of Valentin Robert's validator for asm and linkGravatar xleroy2012-03-28
* PowerPC: remove the fmadd and fmsub operators/Asm instructionsGravatar xleroy2012-03-07
* Revised emulation of packed structsGravatar xleroy2011-10-16
* More builtins for ARM and PowerPCGravatar xleroy2011-08-05
* cparser: support for attributes over struct and union.Gravatar xleroy2011-05-12
* Add "fabs" (floating-point absolute value) as a unary operator inGravatar xleroy2010-05-02
* PowerPC: Gravatar xleroy2010-04-10
* Handling of volatile accesses through builtin functions.Gravatar xleroy2010-03-08