aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/builtins-powerpc.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor regression testing of built-in functionsXavier Leroy2020-07-271-12/+1
* When testing builtin functions, prevent constant propagationXavier Leroy2019-07-171-7/+8
* Unwanted partial constant propagation in 64-bit integer arguments to builtinsXavier Leroy2016-07-081-0/+3
* Add CLZ builtins for ARM and IA32Xavier Leroy2015-12-221-1/+4
* Merge branch 'ppc64' of ssh://github.com/AbsInt/CompCert into ppc64Xavier Leroy2015-10-111-0/+2
|\
| * Test __builtin_isel.Xavier Leroy2015-09-131-0/+2
* | Issue with ignoring the result of non-void builtin functions.Xavier Leroy2015-09-151-1/+4
|/
* More portable test for fres and fsqrte.Xavier Leroy2015-07-081-2/+11
* Rename __builtin_cntlz to __builtin_clz.xleroy2014-08-271-1/+1
* - Recognize __builtin_fabs as an operator, not just a builtin,xleroy2013-11-061-0/+3
* Add __builtin_bswap16 and __builtin_bswap32 to all ports.xleroy2013-04-201-0/+48