Age | Commit message (Expand) | Author | Files | Lines |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-12-30 | Don't include subst attributes in "@" md helpers | Richard Sandiford | 1 | -0/+5 |
2024-12-18 | inline-asm: Add - constraint modifier support for toplevel extended asm [PR41... | Jakub Jelinek | 1 | -0/+22 |
2024-12-18 | inline-asm: Add support for cc operand modifier | Jakub Jelinek | 1 | -0/+7 |
2024-12-18 | inline asm: Add new constraint for symbol definitions | Jakub Jelinek | 1 | -0/+7 |
2024-12-17 | RISC-V: Add new constraint R for register even-odd pairs | Kito Cheng | 1 | -0/+3 |
2024-12-17 | RISC-V: Add cr and cf constraint | Kito Cheng | 1 | -0/+7 |
2024-12-16 | docs: Fix [us]abd pattern name. | Robin Dapp | 1 | -2/+2 |
2024-12-10 | Remove vcond{,u,eq} optabs | Richard Sandiford | 1 | -26/+20 |
2024-11-28 | [PATCH v6 01/12] Implement internal functions for efficient CRC computation. | Mariam Arutunian | 1 | -0/+14 |
2024-11-25 | nios2: Remove all support for Nios II target. | Sandra Loosemore | 1 | -61/+0 |
2024-11-24 | Fix vectorization regressions on the SPARC | Eric Botcazou | 1 | -1/+1 |
2024-11-18 | docs: Document maskload else operand and behavior. | Robin Dapp | 1 | -22/+41 |
2024-11-07 | Doc: Add doc for standard name mask_len_strided_load{store}m | Pan Li | 1 | -0/+27 |
2024-10-16 | Fix bootstrap on 32-bit SPARC/Solaris | Eric Botcazou | 1 | -3/+0 |
2024-10-08 | ssa-math-opts, i386: Handle most unordered values rather than just 2 [PR116896] | Jakub Jelinek | 1 | -2/+5 |
2024-10-07 | ssa-math-opts, i386: Improve spaceship expansion [PR116896] | Jakub Jelinek | 1 | -2/+6 |
2024-09-30 | optabs: Make all `*dot_prod_optab's modeled as conversions | Victor Do Nascimento | 1 | -24/+22 |
2024-08-19 | rtl: Enable the use of rtx values with int and mode attributes | Andre Vieira | 1 | -0/+5 |
2024-07-24 | optabs/rs6000: Rename iorc and andc to iorn and andn | Andrew Pinski | 1 | -4/+4 |
2024-07-18 | Doc: Add Standard-Names ustrunc and sstrunc for integer modes | Pan Li | 1 | -0/+12 |
2024-07-08 | isel: Fold more in gimple_expand_vec_cond_expr with andc and iorc [PR115659] | Kewen Lin | 1 | -0/+10 |
2024-06-26 | optab: Add isnormal_optab for isnormal builtin | Haochen Gui | 1 | -0/+6 |
2024-06-26 | optab: Add isfinite_optab for isfinite builtin | Haochen Gui | 1 | -0/+6 |
2024-02-21 | rs6000: Neuter option -mpower{8,9}-vector [PR109987] | Kewen Lin | 1 | -2/+2 |
2024-02-15 | doc: Add documentation of which operand matches the mode of the standard patt... | Andrew Pinski | 1 | -0/+9 |
2024-02-15 | doc: Fix some standard named pattern documentation modes | Andrew Pinski | 1 | -16/+16 |
2024-01-30 | i386: Add "Ws" constraint for symbolic address/label reference [PR105576] | Fangrui Song | 1 | -0/+4 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-12-22 | LoongArch: Add asm modifiers to the LSX and LASX directives in the doc. | chenxiaolong | 1 | -1/+1 |
2023-12-21 | Document cond_copysign and cond_len_copysign optabs [PR112951] | Andrew Pinski | 1 | -1/+9 |
2023-11-23 | middle-end/32667 - document cpymem and memcpy exact overlap requirement | Richard Biener | 1 | -2/+3 |
2023-11-21 | Add register filter operand to define_register_constraint | Richard Sandiford | 1 | -2/+39 |
2023-11-15 | amdgcn: Add Accelerator VGPR registers | Andrew Stubbs | 1 | -0/+3 |
2023-11-10 | Allow md iterators to include other iterators | Richard Sandiford | 1 | -0/+13 |
2023-11-06 | internal-fn: Add VCOND_MASK_LEN. | Robin Dapp | 1 | -0/+15 |
2023-10-26 | DOC: Update COND_LEN document | Juzhe-Zhong | 1 | -6/+12 |
2023-09-05 | LoongArch: Add Loongson SX base instruction support. | Lulu Cheng | 1 | -0/+11 |
2023-08-22 | VECT: Add LEN_FOLD_EXTRACT_LAST pattern | Juzhe-Zhong | 1 | -0/+6 |
2023-08-17 | Document cond_neg, cond_one_cmpl, cond_len_neg and cond_len_one_cmpl standard... | Andrew Pinski | 1 | -0/+62 |
2023-08-11 | VECT: Add vec_mask_len_{load_lanes,store_lanes} patterns | Juzhe-Zhong | 1 | -0/+34 |
2023-07-21 | cleanup: make all cond_len_* and mask_len_* consistent on the order of mask a... | Juzhe-Zhong | 1 | -18/+18 |
2023-07-21 | cleanup: Change LEN_MASK into MASK_LEN | Juzhe-Zhong | 1 | -9/+9 |
2023-07-19 | VECT: Add mask_len_fold_left_plus for in-order floating-point reduction | Ju-Zhe Zhong | 1 | -0/+13 |
2023-07-11 | VECT: Add COND_LEN_* operations for loop control with length targets | Ju-Zhe Zhong | 1 | -0/+80 |
2023-07-05 | gimple-isel: Recognize vec_extract pattern. | Robin Dapp | 1 | -1/+6 |
2023-07-04 | Machine Description: Add LEN_MASK_{GATHER_LOAD, SCATTER_STORE} pattern | Ju-Zhe Zhong | 1 | -0/+17 |
2023-07-03 | Middle-end: Change order of LEN_MASK_LOAD/LEN_MASK_STORE arguments | Ju-Zhe Zhong | 1 | -8/+8 |
2023-06-30 | Mid engine setup [SU]ABDL | Oluwatamilore Adebayo | 1 | -0/+17 |
2023-06-21 | docs: replace backslashchar [PR 110329]. | Tamar Christina | 1 | -1/+1 |