aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2021-05-07i386: Do not emit mask compares for mode sizes < 16 [PR100445]Uros Bizjak1-1/+5
2021-05-07i386: Fix up 8-byte vcond* with -mxop [PR100445]Jakub Jelinek1-0/+11
2021-05-06IBM Z: Fix error checking for builtin vec_permiMarius Hillenbrand2-30/+21
2021-05-05RISC-V: Generate helpers for cbranch4.Christoph Muellner2-12/+5
2021-05-05Fix PR target/100402Eric Botcazou1-3/+20
2021-05-05x86: Build only one __cpu_model/__cpu_features2 variablesIvan Sorokin1-17/+35
2021-05-05arm/97903: Missed optimization in lowering test operation.Prathamesh Kulkarni2-0/+17
2021-05-05Remove cc0 remnants from avr portJeff Law1-4/+0
2021-05-05Remove NOTICE_UPDATE_CC remnants on cr16Jeff Law3-35/+0
2021-05-05i386: Implement integer vector compares for 64bit vectors [PR98218]Uros Bizjak3-0/+139
2021-05-04restore EH on x86-vx7r2Alexandre Oliva1-7/+7
2021-05-04aix: encode function sectionDavid Edelsohn2-22/+21
2021-05-04Make bfin-elf build againJeff Law1-2/+0
2021-05-04Remove CC0Segher Boessenkool8-961/+1
2021-05-03IBM Z: Handle hard registers in s390_md_asm_adjust()Ilya Leoshkevich1-4/+48
2021-05-02aix: Redesign section encoding and selectionDavid Edelsohn3-102/+104
2021-05-02nvptx: Fix up nvptx build against latest libstdc++ [PR100375]Jakub Jelinek1-5/+5
2021-05-02i386: Fix up plugin header install on x86 [PR100336]Jakub Jelinek1-1/+2
2021-04-30aarch64: Use RTL builtins for FP ml[as][q]_laneq intrinsicsJonathan Wright3-4/+62
2021-04-30aarch64: Use RTL builtins for FP ml[as][q]_lane intrinsicsJonathan Wright3-13/+55
2021-04-30aarch64: Use RTL builtins for FP ml[as] intrinsicsJonathan Wright4-8/+43
2021-04-30aarch64: Use RTL builtins for FP ml[as]_n intrinsicsJonathan Wright3-34/+47
2021-04-30aarch64: Use RTL builtins for vmull[_high]_p8 intrinsicsJonathan Wright3-12/+44
2021-04-30AVR cc0 conversion - adjust peepholesSenthil Kumar Selvaraj1-216/+308
2021-04-30Define target hook to emit KFmode constants for libgcc.Michael Meissner1-0/+29
2021-04-30i386: Introduce reversed ADC and SBB patterns [PR98060]Uros Bizjak3-7/+84
2021-04-29RISC-V: For '-march' and '-mabi' options, add 'Negative' property mentions it...Geng Qi1-2/+2
2021-04-29RISC-V: Add patterns for builtin overflow.LevyHsu3-0/+257
2021-04-29add ASM_OUTPUT_MAX_SKIP_ALIGN to i386.hAlexandre Oliva13-165/+11
2021-04-29i386: Optimize carry flag comparisons a bitUros Bizjak2-2/+10
2021-04-29Fix nios2 build failureJeff Law1-1/+1
2021-04-29i386: Mark x86 masked load builtins pure [PR100312]Uros Bizjak3-11/+44
2021-04-29i386: Cleanup comparison predicates.Uros Bizjak1-18/+13
2021-04-29Small housekeeping work in SPARC back-endEric Botcazou2-127/+70
2021-04-29Generate offset adjusted operation for op_by_pieces operationsH.J. Lu1-0/+3
2021-04-29aarch64: Fix ICE in aarch64_add_offset_1_temporaries [PR100302]Jakub Jelinek1-1/+1
2021-04-28aarch64: Remove unspecs from [su]qmovn RTL patternJonathan Wright3-10/+5
2021-04-28aarch64: Update attributes of arm_acle.h intrinsicsJonathan Wright1-23/+46
2021-04-28aarch64: Update attributes of arm_fp16.h intrinsicsJonathan Wright1-89/+178
2021-04-28aarch64: Use RTL builtins for vcvtx intrinsicsJonathan Wright4-18/+62
2021-04-28aarch64: Use RTL builtins for v[q]tbx intrinsicsJonathan Wright3-54/+30
2021-04-28aarch64: Use RTL builtins for v[q]tbl intrinsicsJonathan Wright2-81/+32
2021-04-28aarch64: Use RTL builtins for polynomial vsri[q]_n intrinsicsJonathan Wright2-77/+42
2021-04-28aarch64: Use RTL builtins for polynomial vsli[q]_n intrinsicsJonathan Wright3-49/+28
2021-04-28aarch64: Use RTL builtins for vpadal_[su]32 intrinsicsJonathan Wright3-16/+6
2021-04-28aarch64: Use RTL builtins for [su]paddl[q] intrinsicsJonathan Wright4-72/+31
2021-04-28aarch64: Use RTL builtins for vpaddq intrinsicsJonathan Wright3-53/+17
2021-04-28aarch64: Use RTL builtins for vq[r]dmulh[q]_n intrinsicsJonathan Wright3-48/+23
2021-04-28AVR cc0 conversionSenthil Kumar Selvaraj5-1183/+4111
2021-04-28arm: fix UB due to missing mode check [PR100311]Richard Earnshaw1-1/+1