| Commit message (Expand) | Author | Age | Files | Lines |
* | Add bcd builtings listed in appendix B of the ABI | Carl Love | 2020-11-02 | 1 | -0/+25 |
* | [PATCH, rs6000] VSX load/store rightmost element operations | Will Schmidt | 2020-10-22 | 1 | -0/+3 |
* | rs6000, remove improperly defined and unsupported builtins. | Carl Love | 2020-08-31 | 1 | -4/+0 |
* | rs6000 Add vector blend, permute builtin support | Carl Love | 2020-08-04 | 1 | -0/+2 |
* | rs6000, Add vector splat builtin support | Carl Love | 2020-08-04 | 1 | -0/+3 |
* | rs6000, Add vector shift double builtin support | Carl Love | 2020-08-04 | 1 | -0/+2 |
* | rs6000, Add vector replace builtin support GCC maintainers: | Carl Love | 2020-08-04 | 1 | -0/+2 |
* | rs6000 Add vector insert builtin support | Carl Love | 2020-08-04 | 1 | -0/+2 |
* | [PATCH] RS6000 Add testlsbb by Byte operations | Will Schmidt | 2020-07-30 | 1 | -0/+3 |
* | RS6000, add VSX mask manipulation support | Carl Love | 2020-07-10 | 1 | -0/+10 |
* | [PATCH, rs6000]Add support to enable vmsumudm behind vec_msum builtin. | Will Schmidt | 2020-07-08 | 1 | -0/+1 |
* | [PATCH, PR target/94954] Fix wrong codegen for vec_pack_to_short_fp32() builtin | Will Schmidt | 2020-06-24 | 1 | -1/+1 |
* | rs6000: Rename future to power10 | Segher Boessenkool | 2020-06-22 | 1 | -2/+2 |
* | rs6000: Add vec_extracth and vec_extractl | Kelvin Nilsen | 2020-05-13 | 1 | -0/+3 |
* | rs6000: Built-in cleanups for vec_clzm, vec_ctzm, and vec_gnb | Kelvin Nilsen | 2020-05-11 | 1 | -2/+2 |
* | rs6000: Add xxgenpcvwm and xxgenpcvdm | Carl Love | 2020-05-11 | 1 | -0/+1 |
* | rs6000: Vector string isolate instructions | Kelvin Nilsen | 2020-05-11 | 1 | -0/+6 |
* | rs6000: Add xxeval and vec_ternarylogic | Kelvin Nilsen | 2020-05-11 | 1 | -0/+1 |
* | rs6000: Add vclrlb and vclrrb | Kelvin Nilsen | 2020-05-11 | 1 | -0/+2 |
* | rs6000: Add vcfuged instruction | Kelvin Nilsen | 2020-05-11 | 1 | -0/+1 |
* | rs6000: Add vgnb | Kelvin Nilsen | 2020-05-11 | 1 | -0/+2 |
* | rs6000: Add vector pdep/pext | Kelvin Nilsen | 2020-05-11 | 1 | -0/+3 |
* | rs6000: Add vector count under mask | Kelvin Nilsen | 2020-05-11 | 1 | -0/+7 |
* | [PATCH] rs6000: vec_rlnm fix to make builtin work according to ABI | Carl Love | 2020-03-25 | 1 | -1/+1 |
* | Update copyright years. | Jakub Jelinek | 2020-01-01 | 1 | -1/+1 |
* | re PR target/78263 (Compile failure with AltiVec library on PPC64le and -std=... | Bill Schmidt | 2019-06-04 | 1 | -3/+5 |
* | rs6000: Add support for the vec_sbox_be, vec_cipher_be etc. builtins. | Xiong Hu Luo | 2019-02-13 | 1 | -0/+5 |
* | Update copyright years. | Jakub Jelinek | 2019-01-01 | 1 | -1/+1 |
* | rs6000-c.c: Add macro definitions for ALTIVEC_BUILTIN_VEC_PERMXOR. | Carl Love | 2018-03-14 | 1 | -0/+1 |
* | altivec.h: Remove vec_vextract4b and vec_vinsert4b. | Carl Love | 2018-02-16 | 1 | -2/+0 |
* | altivec.h: Add builtin names vec_extract4b vec_insert4b. | Carl Love | 2018-02-16 | 1 | -0/+2 |
* | Update copyright years. | Jakub Jelinek | 2018-01-03 | 1 | -1/+1 |
* | altivec.h (vec_extract_fp32_from_shorth, [...]): Add #defines. | Carl Love | 2017-12-11 | 1 | -0/+2 |
* | altivec.h (vec_xst_be): New #define. | Bill Schmidt | 2017-11-15 | 1 | -0/+1 |
* | rs6000-c.c (altivec_overloaded_builtins): Add support for builtins... | Carl Love | 2017-11-13 | 1 | -0/+4 |
* | rs6000-c.c (P8V_BUILTIN_VEC_REVB): Add power 8 definitions. | Carl Love | 2017-11-06 | 1 | -2/+1 |
* | rs6000-c.c (P9V_BUILTIN_VEC_XL_LEN_R, [...]): Add support for builtins vector... | Carl Love | 2017-09-26 | 1 | -0/+2 |
* | rs6000-c: Add support for built-in functions vector signed char vec_xl_be (si... | Carl Love | 2017-07-31 | 1 | -0/+1 |
* | rs6000-c.c: Add support for built-in functions vector float vec_extract_fp32_... | Carl Love | 2017-07-24 | 1 | -0/+3 |
* | rs6000-c.c: Add support for builtins vector unsigned int vec_parity_lsbb (vec... | Carl Love | 2017-07-11 | 1 | -0/+1 |
* | rs6000-c: Add support for built-in function vector unsigned short vec_pack_to... | Carl Love | 2017-07-07 | 1 | -0/+1 |
* | rs6000-c.c: Add support for built-in functions vector signed int vec_subc (ve... | Carl Love | 2017-07-06 | 1 | -0/+2 |
* | rs6000-c.c: Add support for built-in functions vector signed int vec_signed (... | Carl Love | 2017-06-29 | 1 | -0/+8 |
* | rs6000-c.c: Add support for built-in functions vector bool char vec_reve (vec... | Carl Love | 2017-06-26 | 1 | -0/+1 |
* | rs6000-c.c (altivec_overloaded_builtins): Add definitions for vec_float, vec_... | Carl Love | 2017-06-16 | 1 | -0/+4 |
* | rs6000-c: Add support for built-in functions vector double vec_doublee (vecto... | Carl Love | 2017-06-02 | 1 | -0/+4 |
* | rs6000-c: Add support for built-in functions vector unsigned long long vec_bp... | Carl Love | 2017-05-16 | 1 | -0/+1 |
* | rs6000-c: Add support for built-in functions vector unsigned char vec_popcnt ... | Carl Love | 2017-05-11 | 1 | -0/+5 |
* | rs6000-c: Add support for built-in functions vector signed char vec_neg (vect... | Carl Love | 2017-05-10 | 1 | -0/+1 |
* | re PR target/79963 (vec_eq_any extracts wrong CR bit when compiling with -mcp... | Kelvin Nilsen | 2017-03-20 | 1 | -2/+2 |