aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2019-12-11Fix unrecognizable insn of pr92865.Hongtao Liu1-1/+1
2019-12-10[AArch64] Don't allow partial SVE modes in GPRsRichard Sandiford1-1/+3
2019-12-10[AArch64] Fix INDEX patterns for partial VNx2 modesRichard Sandiford2-4/+10
2019-12-10* config/i386/i386.c (IX86_LEA_PRIORITY): Fix comment typos.Jakub Jelinek1-3/+3
2019-12-09Fix more unrecognised GCN instructionsAndrew Stubbs1-2/+2
2019-12-09arm: fix v[78]-r multilibs when configured with --with-multlib-list=aprofileRichard Earnshaw1-1/+2
2019-12-09rs6000: Name set<mode>_cc, and delete some old mfcr patternsSegher Boessenkool1-110/+1
2019-12-09Use OPTION_MASK_ISA2_$target_[SET,UNSET, ] to indicate those forHongtao Liu6-195/+195
2019-12-09Enable mask movement for VCOND_EXPR under avx512f forHongtao Liu3-110/+137
2019-12-08Revert commit r279023.Sandra Loosemore1-6/+0
2019-12-06[C++] Pass type uses through the verify_type_context hookRichard Sandiford1-0/+20
2019-12-06Fix unrecognised GCN instruction.Andrew Stubbs1-2/+2
2019-12-06Enable QI/HImode vector movesAndrew Stubbs2-131/+162
2019-12-05Disable --eh-frame-hdr with -pie or -shared on nios2-linux-gnu.Sandra Loosemore1-0/+6
2019-12-05MSP430: Fix postinc addressing mode being used for dst op of CMP insnsJozef Lawrynowicz1-7/+7
2019-12-05re PR target/92791 (ICE in extract_insn, at recog.c:2311 since r278645)Jakub Jelinek1-2/+3
2019-12-04Use fixed registers for queue ptr sgpr pairJulian Brown1-1/+1
2019-12-04Do not define builtins that overload disabled builtins.Peter Bergner3-5222/+5234
2019-12-04[ARM] Improve max_cond_insns setting for Cortex coresWilco Dijkstra1-0/+5
2019-12-04[AArch64] Add support for fused compare and branchWilco Dijkstra2-7/+18
2019-12-04[rs6000] Fix PR92760 by checking VECTOR_MEM_NONE_P insteadKewen Lin1-1/+1
2019-12-03Add missing amdgcn vcondu patternsAndrew Stubbs1-10/+10
2019-12-03re PR target/92744 (error: insn does not satisfy its constraints since r278439)Uros Bizjak1-3/+3
2019-12-02Make rs6000_invalid_builtin static.Bill Schmidt2-2/+1
2019-12-02[AArch64] Catch attempts to use SVE types when SVE is disabledRichard Sandiford1-1/+25
2019-12-02[AArch64] Add a couple of SVE ACLE comparison foldsRichard Sandiford3-0/+45
2019-12-01Fix bugs relating to flexibly-sized objects in nios2 backend.Sandra Loosemore2-3/+19
2019-11-30cgraph.h (symtab_node): Add symver flag.Jan Hubicka1-0/+11
2019-11-30[C] Add a target hook that allows targets to verify type usageRichard Sandiford3-0/+64
2019-11-29rs6000: Fix formatting of *mov{si,di}_internal.*Segher Boessenkool1-96/+96
2019-11-28rs6000: Use memory_operand for all simple {l,st}*brx instructionsSegher Boessenkool1-4/+4
2019-11-28Must use push insn to pass varargs arguments of DFmode because otherwise the ...Georg-Johann Lay1-1/+1
2019-11-28[rs6000] Fix PR92566 by checking VECTOR_UNIT_NONE_PKewen Lin1-24/+5
2019-11-28sse.md (avx512f_maskcmp<mode>3): Refine VF to VF_AVX512VL.Hongtao Liu1-2/+2
2019-11-28Reformat movdi_internal64.Michael Meissner1-30/+48
2019-11-27Reformat movsi_internal.Michael Meissner1-30/+49
2019-11-27Do not define DFP builtin functions, if DFP has been disabled.Peter Bergner1-0/+14
2019-11-27m68k.c (m68k_output_compare_fp): Restore differences between Coldfire and reg...Bernd Schmidt2-3/+11
2019-11-26S/390: Add undef for MUSL_DYNAMIC_LINKERxxRobin Dapp1-0/+2
2019-11-25config/gcn/mkoffload.c – remove unused static varsTobias Burnus1-11/+0
2019-11-25Convert m68k to not use cc0Bernd Schmidt5-1993/+1494
2019-11-25[amdgcn] Silence warnings + add gcc_unreachable()Tobias Burnus1-3/+3
2019-11-25Build double32 / long-double32 multilibs if needed.Georg-Johann Lay3-40/+107
2019-11-25[rs6000] Refactor FP vector comparison operatorsKewen Lin1-160/+105
2019-11-24Fix ix86 rtx costs for the pr30315 testcase (PR target/30315)Bernd Schmidt1-0/+9
2019-11-23re PR inline-asm/92615 (ICE in extract_insn)Jakub Jelinek1-3/+7
2019-11-22Limit LDS usage.Andrew Stubbs1-4/+12
2019-11-22Use GFX9 granulated sgprs count correctly.Andrew Stubbs1-1/+9
2019-11-22[ARC] Fix failing pr77309 for ARC700Claudiu Zissulescu1-23/+29
2019-11-21rs6000: Don't split FP comparisons at expand timeSegher Boessenkool4-57/+130