aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2021-12-14aarch64: Add LS64 extension and intrinsicsPrzemyslaw Wirkus8-0/+278
2021-12-14Remove fpic multilib on x86_64-vxworksOlivier Hainque1-7/+0
2021-12-14Drop the fpic multilib for powerpc*-vxworks*Frederic Konrad1-3/+3
2021-12-13x86: Avoid generating orb $0, %ahRoger Sayle1-0/+9
2021-12-13Rework VXWORKS_LINK_SPEC for shared objects supportDouglas B Rupp2-17/+31
2021-12-13Tigthen libc_internal and crtstuff for VxWorks shared objectsFrederic Konrad1-14/+28
2021-12-13VxWorks config fixes for shared objectsFrederic Konrad2-3/+23
2021-12-13aarch64: Add command-line support for Armv8.8-aKyrylo Tkachov2-0/+6
2021-12-13aarch64: Use +mops to inline memset operationsKyrylo Tkachov4-25/+96
2021-12-13aarch64: Add memmove expansion for +mopsKyrylo Tkachov2-0/+51
2021-12-13aarch64: Add support for Armv8.8-a memory operations and memcpy expansionKyrylo Tkachov5-17/+89
2021-12-13Include yvals.h for VxWorks < 7 RTPs as wellOlivier Hainque1-1/+5
2021-12-13Ensure VxWorks headers expose C99 features for C++Olivier Hainque1-0/+6
2021-12-13Leverage sysroot for VxWorksOlivier Hainque3-26/+58
2021-12-13pch: Small cleanupJakub Jelinek1-1/+1
2021-12-12nvptx: Add (experimental) support for HFmode with -misa=sm_53Roger Sayle7-4/+121
2021-12-10Fix inaccuracies in VxWorks LINK_SPECDouglas B Rupp1-2/+2
2021-12-10Remove assignment to STMP_FIXINC from t-vxworksOlivier Hainque1-1/+0
2021-12-10amdgcn: Change offload variable table discoveryAndrew Stubbs1-32/+19
2021-12-10x86: Update -mtune=tremontCui,Lili1-2/+1
2021-12-09pch: Fix aarch64 build [PR71934]Jakub Jelinek1-1/+1
2021-12-09Leverage VX_CPU_PREFIX in aarch64-vxworks.hOlivier Hainque1-1/+2
2021-12-09Provide vxworks alternate stdint.h during the buildOlivier Hainque2-41/+9
2021-12-09Darwin, PCH: Rework hooks for relocatable implementation [PR71934].Iain Sandoe1-49/+36
2021-12-09pch: Fix up Darwin and HPUX pch_use_address hooks [PR71934]Jakub Jelinek2-4/+4
2021-12-09pch: Add support for relocation of the PCH data [PR71934]Jakub Jelinek9-20/+18
2021-12-08Darwin: Amend pie options when linking mdynamic-no-pic.Iain Sandoe1-2/+6
2021-12-08pru: Fixup flags for .pru_irq_map sectionDimitar Dimitrov1-0/+19
2021-12-08bpf: avoid potential NULL pointer dereferenceDavid Faust1-1/+1
2021-12-08nvptx: Use cvt to perform sign-extension of truncationRoger Sayle1-0/+26
2021-12-08Add combine splitter to transform vpcmpeqd/vpxor/vblendvps to vblendvps for ~op0Haochen Jiang1-0/+27
2021-12-07Fix --help -Q outputMartin Liska1-1/+1
2021-12-07x86: Check FUNCTION_DECL before calling cgraph_node::getH.J. Lu1-1/+2
2021-12-07MIPS: R6: load/store can process unaligned addressYunQiang Su3-1/+19
2021-12-06rs6000: Fix errant "vector" instead of "__vector"Paul A. Clarke1-1/+1
2021-12-06bpf: mark/remove unused arguments and remove an unused functionJose E. Marchesi1-20/+5
2021-12-06avr: Fix AVR build [PR71934]Jakub Jelinek1-2/+2
2021-12-06Prefer INT_SSE_REGS for SSE_FLOAT_MODE_P in preferred_reload_class.liuhongt2-2/+12
2021-12-04aix: Move AIX math builtins before new builtin machinery.David Edelsohn1-23/+23
2021-12-04i386, ipa-modref: Comment spelling fixJakub Jelinek1-2/+2
2021-12-03rs6000: Fix up flag_shrink_wrap handling in presence of -mrop-protect [PR101324]Martin Liska1-4/+4
2021-12-03x86: Add -mmove-max=bits and -mstore-max=bitsH.J. Lu6-18/+100
2021-12-03rs6000: Fix use of wrong enum for built-in function codeBill Schmidt1-2/+2
2021-12-04RISC-V: Add implied defines of Zk, Zkn and ZksSiYu Wu1-1/+15
2021-12-04RISC-V: Add option defines for Scalar CryptographySiYu Wu2-0/+25
2021-12-03Add TARGET_IFUNC_REF_LOCAL_OKH.J. Lu3-2/+26
2021-12-03x86: Speed up target attribute handling by using a cacheJakub Jelinek1-1/+25
2021-12-03pch: Add support for PCH for relocatable executables [PR71934]Jakub Jelinek4-19/+22
2021-12-02build: Implement --with-multilib-list for avr targetMatt Jacobson2-0/+17
2021-12-02Darwin: Rewrite host PCH support [PR 55610].Iain Sandoe1-38/+153