aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2020-10-20IBM Z: Emit vector alignment hints for strlenStefan Schulze Frielinghaus1-4/+5
2020-10-19rs6000: correct BE vextract_fp_from_short[hl] vperm masksDavid Edelsohn1-2/+2
2020-10-16Fix the vxworks crtstuff handling of kernel/rtp variationsOlivier Hainque1-2/+1
2020-10-16Allow self configured definition of _WRS_VXWORKS_MAJOROlivier Hainque1-4/+16
2020-10-16arm: Fix the warning -mcpu=cortex-m55 conflicting with -march=armv8.1-m.main ...Srinath Parvathaneni1-1/+2
2020-10-16arm: Fix wrong code generated for mve scatter store with writeback intrinsics...Srinath Parvathaneni4-222/+22
2020-10-16RISC-V: Handle implied extension in multilib-generatorKito Cheng1-4/+20
2020-10-15[nvptx] Remove -m32Tom de Vries1-3/+5
2020-10-15RISC-V: Add support for -mcpu option.Kito Cheng6-52/+139
2020-10-15Enable Intel HRESET InstructionHongyu Wang10-3/+86
2020-10-15Enable gcc support for UINTRliuhongt13-3/+168
2020-10-14x86: Add missing intrinsics [PR95483]Sunil K Pandey14-14/+752
2020-10-14Fix the VX_CPU selection for -mcpu=xscale on arm-vxworksOlivier Hainque1-1/+1
2020-10-14Rework CPP_BUILTINS_SPEC for powerpc-vxworksOlivier Hainque1-7/+50
2020-10-14Fallback to default CPP spec for C++ on VxWorksOlivier Hainque1-0/+6
2020-10-14Adjust the VxWorks alternative LIMITS_H guard for glimits.hOlivier Hainque1-1/+1
2020-10-14i386: Improve chaining of _{addcarry,subborrow}_u{32,64} [PR97387]Jakub Jelinek2-12/+70
2020-10-14Tigthen flag_pic processing in vxworks_override_optionsOlivier Hainque1-2/+4
2020-10-13AArch64: Add Neoverse N2 tuning modelKyrylo Tkachov2-1/+27
2020-10-13nvptx/mkoffload.c: Add missing fcloseTobias Burnus1-0/+1
2020-10-13AArch64: Add FLAG for mul/mla/mls intrinsics [PR94442]zhengnannan1-26/+26
2020-10-12arm: Use E_FOOmode instead of FOOmode in arm_preferred_simd_modeChristophe Lyon1-5/+5
2020-10-12PR target/97349 AArch64: Incorrect types for some Neon vdupq_n_<...> intrinsicsKyrylo Tkachov1-7/+7
2020-10-12IBM Z: Change vector copysign to use bitwise operationsIlya Leoshkevich3-28/+45
2020-10-12[nvptx] Fix -msoft-stack-reserve-local formatTom de Vries1-1/+1
2020-10-11Darwin, Objective-C : Adjust objective-c symbol linkage with version.Iain Sandoe1-3/+30
2020-10-11Darwin, Objective-C : Update meta-data linkage.Iain Sandoe1-1/+42
2020-10-11Objective-C, Darwin : Revise the runtime selection options.Iain Sandoe2-3/+3
2020-10-10[nvptx] Replace dots in function namesTom de Vries1-3/+54
2020-10-10[nvptx] Factor out write_fn_proto_1Tom de Vries1-19/+23
2020-10-10Darwin : Only emit Objective-C section switches for older linkers.Iain Sandoe1-3/+4
2020-10-10Objective-C, Darwin : Update metadata section uses.Iain Sandoe2-0/+10
2020-10-10Objective-C, Darwin : Use special string sections for V2 NeXT runtime.Iain Sandoe2-0/+19
2020-10-10Darwin : Begin rework of zero-fill sections.Iain Sandoe1-28/+14
2020-10-09x86: Add <x86gprintrin.h>H.J. Lu30-270/+309
2020-10-09[nvptx] Set -misa=sm_35 by defaultTom de Vries2-2/+6
2020-10-08[PATCH, rs6000] Rename BU_P10_MISC_2 define to BU_P10_POWERPC64_MISC_2Will Schmidt1-6/+6
2020-10-08arm: [MVE] Add missing __arm_vcvtnq_u32_f32 intrinsic (PR 96914)Christophe Lyon1-0/+8
2020-10-08arm: [MVE] Remove illegal intrinsics (PR target/96914)Christophe Lyon5-212/+19
2020-10-08arm: [MVE[ Add vqdmlashq intrinsics (PR target/96914)Christophe Lyon5-0/+156
2020-10-08arm: Fix ICE on glibc compilation after my DIVMOD optimization [PR97322]Jakub Jelinek1-3/+1
2020-10-07amdgcn: Use scalar instructions for addptrdi3Andrew Stubbs1-12/+31
2020-10-07debug: Pass --gdwarf-N to assembler if fixed gas is detected during configureJakub Jelinek2-0/+4
2020-10-06arm: Enable MVE SIMD modes for vectorizationDennis Zhang1-0/+24
2020-10-06[PATCH][GCC] arm: Move iterators from mve.md to iterators.md to maintain cons...Srinath Parvathaneni3-648/+1266
2020-10-06arm: Add +nomve and +nomve.fp options to -mcpu=cortex-m55Joe Ramsay3-7/+84
2020-10-05arm: Add missing part number for Neoverse V1Alex Coplan1-0/+2
2020-10-02rs6000: clean up headers in rs6000.c and rs6000-call.cDavid Edelsohn2-11/+5
2020-10-02arm: Remove coercion from scalar argument to vmin & vmax intrinsicsJoe Ramsay1-36/+36
2020-10-02AArch64: Add neoversev1_tunings structKyrylo Tkachov2-2/+28