aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2020-09-11[nvptx] Fix UB in nvptx_assemble_valueTom de Vries1-1/+3
2020-09-11[nvptx] Fix printing of 128-bit constant (negative case)Tom de Vries1-1/+4
2020-09-10[PATCH][PR96791] disable POImode ld/st for memcpyAaron Sawdey1-4/+5
2020-09-10PowerPC: Change cmove function return to bool.Michael Meissner2-18/+18
2020-09-10[nvptx] Fix printing of 128-bit constantTom de Vries1-1/+5
2020-09-10aarch64: Add support for Cortex-R82Alex Coplan2-1/+4
2020-09-10aarch64: Add support for Armv8-RAlex Coplan3-1/+8
2020-09-10arm: Fix up arm_override_options_after_change_1Jakub Jelinek1-5/+6
2020-09-10arm: Fix up arm_override_options_after_change [PR96939]Jakub Jelinek1-4/+2
2020-09-10Fix instruction types.Pat Haugen2-7/+7
2020-09-09[nvptx] Fix Wformat in nvptx_assemble_decl_beginTom de Vries1-1/+1
2020-09-09[nvptx] Fix boolean type test in write_fn_protoTom de Vries1-1/+1
2020-09-09Implement __builtin_thread_pointer for x86 TLS.liuhongt1-0/+10
2020-09-08amdgcn: Add waitcnt after LDS write instructionsJulian Brown2-5/+5
2020-09-08openacc: Fix mkoffload SGPR/VGPR count parsing for HSACO v3Julian Brown1-15/+25
2020-09-08MSP430: Fix detection of assembler support for .mspabi_attributeJozef Lawrynowicz1-2/+2
2020-09-08MSP430: Use enums to handle -mcpu= valuesJozef Lawrynowicz3-14/+42
2020-09-07MSP430: Don't override default ISA when MCU name is unrecognizedJozef Lawrynowicz1-9/+2
2020-09-07Darwin : Update libc function availability.Iain Sandoe1-1/+2
2020-09-07aarch64: Remove redundant mult patternsAlex Coplan2-286/+0
2020-09-07aarch64: Don't emit invalid zero/sign-extend syntaxAlex Coplan1-12/+12
2020-09-04arm: Improve immediate generation for thumb-1 with -mpurecode [PR96769]Christophe Lyon1-15/+15
2020-09-04bpf: generate indirect calls for xBPFDavid Faust2-3/+8
2020-09-03[PATCH, rs6000] Fix vector long long subtype (PR96139)Will Schmidt1-2/+2
2020-09-03Optimize memory broadcast for constant vector under AVX512.liuhongt5-23/+187
2020-09-02hppa: Improve hppa_rtx_costs for shifts by constants.Roger Sayle1-0/+21
2020-09-02bpf: use the default asm_named_section target hookJose E. Marchesi1-17/+0
2020-09-02bpf: use elfos.hJose E. Marchesi1-37/+9
2020-09-01rs6000: MMA built-in dies with incorrect sharing of tree nodes errorPeter Bergner1-7/+3
2020-09-01rtl-optimization/96812 - remap dependence info on RTL loop unrollingRichard Biener1-1/+2
2020-08-31rs6000, remove improperly defined and unsupported builtins.Carl Love1-4/+0
2020-08-31Refine expander vec_unpacku_float_hi_v16si/vec_unpacku_float_lo_v16siliuhongt1-2/+2
2020-08-30x86: Fix up ssse3_pshufbv8qi splitterJakub Jelinek1-5/+2
2020-08-28rs6000: Remove ALTIVEC_BUILTIN_MASK_FOR_STOREBill Schmidt2-10/+3
2020-08-28rs6000: r12 copy cleanupBill Schmidt1-4/+2
2020-08-28amdgcn: Update vec_safe_grow_cleared usageAndrew Stubbs1-1/+1
2020-08-28[PATCH PR96357][GCC][AArch64]: could not split insn UNSPEC_COND_FSUB with AAr...Przemyslaw Wirkus1-5/+37
2020-08-28Add expander for movp2hi and movp2qi.liuhongt2-0/+30
2020-08-27ia32: Fix alignment of _Atomic fields [PR65146]Jakub Jelinek1-5/+30
2020-08-27rs6000: Support ELFv2 sibcall for indirect calls [PR96787]Bill Schmidt1-1/+18
2020-08-27vec: add exact argument for various grow functions.Martin Liska2-6/+6
2020-08-27AArch64: Add FLAG for rounding intrinsics [PR94442]xiezhiheng1-94/+94
2020-08-27AArch64: Add FLAG for min/max intrinsics [PR94442]xiezhiheng1-22/+22
2020-08-26x86: Reject target("no-general-regs-only")H.J. Lu1-0/+7
2020-08-26MSP430: Simplify and extend shift instruction patternsJozef Lawrynowicz6-372/+316
2020-08-26AArch64: Add FLAG for add/sub arithmetic intrinsics [PR94442]xiezhiheng1-36/+40
2020-08-26tilepro: Update generator file to define IN_TARGET_CODE in target file.Iain Buclaw1-0/+2
2020-08-25x86: Change CTZ_DEFINED_VALUE_AT_ZERO to return 0/2H.J. Lu1-2/+2
2020-08-25hppa: PR middle-end/87256: Improved hppa_rtx_costs avoids synth_mult madness.Roger Sayle1-34/+138
2020-08-25hppa: Improve expansion of ashldi3 when !TARGET_64BITRoger Sayle1-1/+33