aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/rs6000-builtin.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-07-25rs6000: Implemented f[min/max]_optab by xs[min/max]dpHaochen Gui1-0/+4
2023-06-20rs6000: Add builtins for IEEE 128-bit floating point valuesCarl Love1-6/+15
2023-04-11rs6000: correct vector sign extend builtins on Big EndianHaochen Gui1-3/+3
2023-03-20rs6000: Don't ICE when compiling the __builtin_vec_xst_trunc built-in [PR109178]Peter Bergner1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-09-27c++: Implement P1467R9 - Extended floating-point types and standard names com...Jakub Jelinek1-1/+16
2022-09-13rs6000: Handle unresolved overloaded builtin [PR105485]Kewen.Lin1-0/+13
2022-09-02rs6000: Use NO_EXPR to cast to MMA pointer typesPeter Bergner1-4/+4
2022-09-02STABS: remove -gstabs and -gxcoff functionalityMartin Liska1-3/+0
2022-08-31rs6000: Don't ICE when we disassemble an MMA variable [PR101322]Peter Bergner1-1/+6
2022-08-11rs6000: Simplify some code with rs6000_builtin_is_supportedKewen Lin1-61/+4
2022-06-16rs6000: add V1TI into vector comparison expand [PR103316]Haochen Gui1-13/+8
2022-05-13Make gimple_build main workers more flexibleRichard Biener1-1/+1
2022-03-10rs6000: Fix up __SIZEOF_{FLOAT,IBM}128__ defines [PR99708]Jakub Jelinek1-24/+35
2022-02-03rs6000: Remove -m[no-]fold-gimple flag [PR103686]Bill Schmidt1-3/+0
2022-02-03rs6000: Fix LE code gen for vec_cnt[lt]z_lsbb [PR95082]Bill Schmidt1-0/+12
2022-02-03rs6000: Consolidate target built-ins codeBill Schmidt1-0/+3714