Age | Commit message (Expand) | Author | Files | Lines |
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 |
2023-06-19 | New compact syntax for insn and insn_split in Machine Descriptions. | Tamar Christina | 1 | -0/+163 |
2023-06-19 | VECT: Support LEN_MASK_{LOAD,STORE} ifn && optabs | Ju-Zhe Zhong | 1 | -4/+57 |
2023-06-15 | middle-end, i386: Pattern recognize add/subtract with carry [PR79173] | Jakub Jelinek | 1 | -0/+16 |
2023-06-15 | Missed opportunity to use [SU]ABD | Oluwatamilore Adebayo | 1 | -0/+10 |
2023-06-10 | VECT: Add SELECT_VL support | Ju-Zhe Zhong | 1 | -0/+22 |
2023-05-23 | md: Allow <FOO> to refer to the value of int iterator FOO | Richard Sandiford | 1 | -6/+9 |
2023-05-06 | Canonicalize vec_merge when mask is constant. | liuhongt | 1 | -0/+7 |
2023-05-06 | doc: Document order of define_peephole2 scanning | Hans-Peter Nilsson | 1 | -0/+9 |
2023-05-03 | Docs: Add vector register constarint for asm operands | Kito Cheng | 1 | -0/+9 |
2023-04-05 | doc: md.texi (Including Patterns): Fix page break | Hans-Peter Nilsson | 1 | -2/+1 |
2023-04-04 | doc: md.texi (Insn Splitting): Tweak wording for readability. | Hans-Peter Nilsson | 1 | -15/+15 |
2023-04-03 | Document signbitm2. | liuhongt | 1 | -0/+11 |
2023-02-23 | **/*.texi: Reorder index entries | Arsen Arsenović | 1 | -13/+12 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-22 | docs: Fix peephole paragraph ordering | Andrew Carlotti | 1 | -5/+5 |
2022-12-22 | docs: Fix inconsistent example predicate name | Andrew Carlotti | 1 | -1/+1 |
2022-12-22 | docs: Link to correct section for constraint modifiers | Andrew Carlotti | 1 | -1/+1 |
2022-12-12 | middle-end: Add new tbranch optab to add support for bit-test-and-branch oper... | Tamar Christina | 1 | -0/+7 |
2022-11-14 | Revert "sphinx: remove texinfo files" | Martin Liska | 1 | -0/+11679 |
2022-11-09 | sphinx: remove texinfo files | Martin Liska | 1 | -11679/+0 |
2022-10-05 | rs6000: Remove the wD constraint | Segher Boessenkool | 1 | -3/+0 |
2022-10-03 | vect: while_ult for integer masks | Andrew Stubbs | 1 | -3/+12 |
2022-09-20 | replace "the the" typos | Martin Liska | 1 | -1/+1 |
2022-08-26 | Implement __builtin_issignaling | Jakub Jelinek | 1 | -0/+4 |
2022-08-26 | cr16: remove obsoleted port | Martin Liska | 1 | -34/+0 |
2022-06-25 | Remove long deprecated tilegx and tilepro ports | Jeff Law | 1 | -148/+0 |
2022-05-10 | doc: Fix mode iterator example | Segher Boessenkool | 1 | -1/+1 |
2022-03-29 | LoongArch Port: Add doc. | chenglulu | 1 | -0/+26 |
2022-02-02 | vect: Simplify and extend the complex numbers validation routines. | Tamar Christina | 1 | -24/+28 |
2022-01-24 | rtl: builtins: (not just) rs6000: Add builtins for fegetround, feclearexcept ... | Raoni Fassina Firmino | 1 | -0/+17 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -3/+3 |
2022-01-17 | widening_mul, i386: Improve spaceship expansion on x86 [PR103973] | Jakub Jelinek | 1 | -0/+9 |
2022-01-13 | vect: Add bias parameter for partial vectorization | Robin Dapp | 1 | -10/+28 |
2022-01-03 | i386, fab: Optimize __atomic_{add,sub,and,or,xor}_fetch (x, y, z) {==,!=,<,<=... | Jakub Jelinek | 1 | -0/+24 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-15 | Generate XXSPLTIW on power10. | Michael Meissner | 1 | -0/+4 |
2021-12-15 | Add LXVKQ support. | Michael Meissner | 1 | -0/+4 |
2021-11-30 | vect: Add support for fmax and fmin reductions | Richard Sandiford | 1 | -0/+8 |
2021-11-17 | Add IFN_COND_FMIN/FMAX functions | Richard Sandiford | 1 | -0/+4 |
2021-10-11 | ldist: Recognize strlen and rawmemchr like loops | Stefan Schulze Frielinghaus | 1 | -0/+7 |
2021-10-07 | Introduce smul_highpart and umul_highpart RTX for high-part multiplications | Roger Sayle | 1 | -2/+4 |
2021-09-01 | md/define_c_enum: support value assignation | YunQiang Su | 1 | -0/+4 |
2021-08-05 | doc: Document cond_* shift optabs in md.texi | Richard Sandiford | 1 | -0/+11 |
2021-07-30 | doc: correct documentation of "call" (et al) operand 2. | Hans-Peter Nilsson | 1 | -2/+6 |
2021-07-14 | Vect: Add support for dot-product where the sign for the multiplicant changes. | Tamar Christina | 1 | -6/+46 |
2021-07-13 | docs: Add 'S' to Machine Constraints for RISC-V | Kito Cheng | 1 | -0/+3 |