aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2021-12-15Add LXVKQ support.Michael Meissner6-0/+121
2021-12-15Add new constant data structure.Michael Meissner2-0/+281
2021-12-14rs6000: Rename arrays to remove temporary _x suffixBill Schmidt4-99/+96
2021-12-14rs6000: Rename functions with "new" in their namesBill Schmidt5-175/+80
2021-12-14rs6000: Remove rs6000-builtin.def and associated data and functionsBill Schmidt6-4126/+0
2021-12-14rs6000: Rename rs6000-builtin-new.def to rs6000-builtins.defBill Schmidt3-5/+5
2021-12-14rs6000: Remove altivec_overloaded_builtins array and initializationBill Schmidt2-5893/+0
2021-12-14rs6000: Do not allow combining of multiple assemble quads [PR103548]Peter Bergner2-20/+24
2021-12-14i386: Implement VxHF vector set/insert/extract with lower ABI levelsUros Bizjak2-46/+91
2021-12-14rs6000: Remove new_builtins_are_live and dead code it was guardingBill Schmidt5-6601/+59
2021-12-14rs6000: Builtins for doubleword compare should be in [power8-vector] (PR103625)Bill Schmidt1-18/+18
2021-12-14rs6000: Some builtins require IBM-128 long double format (PR103623)Bill Schmidt3-10/+25
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