Age | Commit message (Expand) | Author | Files | Lines |
2022-10-05 | rs6000: Remove the wD constraint | Segher Boessenkool | 1 | -6/+0 |
2022-10-05 | rs6000: Rework vsx_extract_<mode> | Segher Boessenkool | 1 | -43/+37 |
2022-10-05 | rs6000: Remove "wD" from *vsx_extract_<mode>_store | Segher Boessenkool | 1 | -2/+3 |
2022-09-30 | i386, rs6000, ia64, s390: Fix C++ ICEs with _Float64x or _Float128 [PR107080] | Jakub Jelinek | 1 | -5/+4 |
2022-09-30 | rs6000: Rework ELFv2 support for -fpatchable-function-entry* [PR99888] | Kewen Lin | 4 | -2/+48 |
2022-09-29 | Remove TARGET_FLOAT128_ENABLE_TYPE setting for VxWorks | Olivier Hainque | 1 | -3/+4 |
2022-09-27 | c++: Implement P1467R9 - Extended floating-point types and standard names com... | Jakub Jelinek | 3 | -2/+22 |
2022-09-26 | rs6000: Fix the condition with frame_pointer_needed_indeed [PR96072] | Kewen Lin | 1 | -1/+1 |
2022-09-25 | rs6000: Fix condition of define_expand vec_shr_<mode> [PR100645] | Kewen Lin | 1 | -1/+1 |
2022-09-15 | rs6000: Using pli(paddi) and rotate to build 64bit constants | Jiufu Guo | 1 | -0/+35 |
2022-09-13 | rs6000: Fix the check of bif argument number [PR104482] | Kewen Lin | 1 | -30/+30 |
2022-09-13 | rs6000: Handle unresolved overloaded builtin [PR105485] | Kewen.Lin | 1 | -0/+13 |
2022-09-13 | rs6000: Suggest unroll factor for loop vectorization | Kewen Lin | 2 | -3/+140 |
2022-09-10 | rs6000: Make an "if" statement more regular | Segher Boessenkool | 1 | -1/+1 |
2022-09-08 | rs6000: allow constant splitter run in split1 pass | Jiufu Guo | 1 | -2/+2 |
2022-09-08 | RTEMS: Add -mvrsave multilibs | Sebastian Huber | 2 | -1/+7 |
2022-09-07 | Restore detection of HAVE_XCOFF_DWARF_EXTRAS | Martin Liska | 1 | -0/+5 |
2022-09-07 | Restore XCOFF for DWARF on AIX. | Martin Liska | 2 | -0/+9 |
2022-09-07 | rs6000: remove unused splitter on const_scalar_int_operand | Jiufu Guo | 1 | -12/+0 |
2022-09-07 | rs6000: fix misleading new patterns of splitters | Jiufu Guo | 1 | -9/+3 |
2022-09-05 | rename DBX_REGISTER_NUMBER to DEBUGGER_REGNO | Martin Liska | 3 | -4/+4 |
2022-09-02 | d: Fix #error You must define PREFERRED_DEBUGGING_TYPE if DWARF is not supported | Iain Buclaw | 4 | -8/+25 |
2022-09-02 | rs6000: Use NO_EXPR to cast to MMA pointer types | Peter Bergner | 1 | -4/+4 |
2022-09-02 | STABS: remove -gstabs and -gxcoff functionality | Martin Liska | 6 | -49/+9 |
2022-09-02 | ipa: Fix throw in multi-versioned functions [PR106627] | Simon Rainer | 1 | -0/+1 |
2022-08-31 | rs6000: Don't ICE when we disassemble an MMA variable [PR101322] | Peter Bergner | 1 | -1/+6 |
2022-08-27 | rs6000: Allow conversions of MMA pointer types [PR106017] | Peter Bergner | 1 | -22/+0 |
2022-08-18 | rs6000: Add expand pattern for multiply-add (PR103109) | Haochen Gui | 1 | -1/+47 |
2022-08-16 | rs6000: Adjust mov optabs for opaque modes [PR103353] | Kewen.Lin | 1 | -6/+33 |
2022-08-11 | rs6000: Simplify some code with rs6000_builtin_is_supported | Kewen Lin | 1 | -61/+4 |
2022-08-11 | rs6000: Remove stale rs6000_global_entry_point_needed_p | Kewen Lin | 1 | -1/+0 |
2022-08-03 | Do not enable -mblock-ops-vector-pair. | Michael Meissner | 1 | -11/+0 |
2022-07-25 | rs6000: Preserve REG_EH_REGION when replacing load/store [PR106091] | Kewen Lin | 1 | -2/+18 |
2022-07-25 | RTEMS: Do not define _GNU_SOURCE by default | Sebastian Huber | 1 | -0/+3 |
2022-07-25 | rs6000: Adjust -mdejagnu-cpu to filter out -mtune [PR106345] | Peter Bergner | 1 | -4/+7 |
2022-07-21 | [PATCH, rs6000] Cleanup some vstrir define_expand naming inconsistencies | Will Schmidt | 1 | -13/+13 |
2022-07-21 | [PATCH, rs6000] Additional cleanup of rs6000_builtin_mask | Will Schmidt | 4 | -119/+13 |
2022-06-27 | rs6000: Simplify *rotl<mode>3_insert_4 by removing DImode | Kewen Lin | 1 | -17/+8 |
2022-06-24 | [PATCH,RS6000 5/5] Replace MASK_<xxxx> usage with OPTION_MASK_<xxxx> | Will Schmidt | 8 | -75/+67 |
2022-06-24 | [PATCH,RS6000 4/5] Replace MASK_<xxxx> with OPTION_MASK_<xxxx> | Will Schmidt | 11 | -67/+59 |
2022-06-24 | [PATCH,RS6000 3/5] Rework the RS6000_BTM defines, continued. | Will Schmidt | 2 | -38/+18 |
2022-06-24 | [PATCH,RS6000 2/5] Rework the RS6000_BTM defines. | Will Schmidt | 3 | -44/+30 |
2022-06-24 | [PATCH,RS6000 1/5] Clean-up MASK_<xxxx> and RS6000_BTM_<xxxx> definitions. | Will Schmidt | 1 | -34/+3 |
2022-06-22 | PR target/105991: Recognize PLUS and XOR forms of rldimi in rs6000.md. | Roger Sayle | 1 | -1/+20 |
2022-06-17 | rs6000: Fix some error messages for invalid conversions | Segher Boessenkool | 1 | -4/+4 |
2022-06-16 | rs6000: add V1TI into vector comparison expand [PR103316] | Haochen Gui | 2 | -145/+71 |
2022-06-14 | rs6000: Delete VS_scalar | Segher Boessenkool | 1 | -75/+66 |
2022-06-11 | Disable generating load/store vector pairs for block copies. | Michael Meissner | 1 | -1/+4 |
2022-06-09 | rs6000: Delete FP_ISA3 | Segher Boessenkool | 1 | -17/+14 |
2022-06-09 | This patch replaces shift and ior insns with one rotate and mask insn for the... | Haochen Gui | 1 | -6/+6 |