aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/ia64
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek23-23/+23
2024-12-06Support for 64-bit location_t: RTL partsLewis Hyatt1-0/+1
2024-12-06diagnostics: UX: add doc URLs for attributes (v2)David Malcolm1-0/+3
2024-11-29__builtin_prefetch fixes [PR117608]Jakub Jelinek1-3/+3
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek2-54/+54
2024-10-09Enable LRA for ia64René Rebe3-8/+5
2024-06-25Replace {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE with new hook mode_for_floating_typeKewen Lin2-12/+18
2024-01-23ia64: Fix up -Wunused-parameter warningJakub Jelinek1-1/+2
2024-01-05Implement ASM_DECLARE_FUNCTION_NAME using ASM_OUTPUT_FUNCTION_LABELIlya Leoshkevich1-3/+2
2024-01-04Add generated .opt.urls filesDavid Malcolm3-0/+132
2024-01-03Update copyright years.Jakub Jelinek23-23/+23
2023-12-05Restore build with GCC 4.8 to GCC 5Richard Sandiford1-1/+1
2023-12-02Allow target attributes in non-gnu namespacesRichard Sandiford1-3/+12
2023-08-09targhooks: Extend legitimate_address_p with code_helper [PR110248]Kewen Lin1-3/+4
2023-05-18gcc/config/*: use _P() defines from tree.hBernhard Reutner-Fischer1-3/+3
2023-01-27ia64: Don't add crtfastmath.o for -sharedRichard Biener1-1/+1
2023-01-16Update copyright years.Jakub Jelinek23-23/+23
2022-10-28c: tree: target: C2x (...) function prototypes and va_start relaxationJoseph Myers1-2/+3
2022-09-30i386, rs6000, ia64, s390: Fix C++ ICEs with _Float64x or _Float128 [PR107080]Jakub Jelinek1-0/+3
2022-09-27c++: Implement P1467R9 - Extended floating-point types and standard names com...Jakub Jelinek1-8/+16
2022-09-05rename DBX_REGISTER_NUMBER to DEBUGGER_REGNOMartin Liska4-25/+11
2022-09-02STABS: remove -gstabs and -gxcoff functionalityMartin Liska2-5/+0
2022-05-25Add new parameter to vec_perm_const hook for specifying operand mode.Prathamesh Kulkarni1-4/+8
2022-01-18Fix -Wformat-diag in various targets.Martin Liska1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska9-16/+16
2022-01-17Rename .c files to .cc files.Martin Liska2-0/+0
2022-01-03Update copyright years.Jakub Jelinek23-23/+23
2021-10-20Rename asm_out_file function arguments.Martin Liska1-32/+32
2021-10-08Come up with OPTION_SET_P macro.Martin Liska1-3/+3
2021-05-18Use startswith in targets.Martin Liska1-10/+10
2021-01-13i386, expand: Optimize also 256-bit and 512-bit permutatations as vpmovzx if ...Jakub Jelinek1-0/+9
2021-01-04Update copyright years.Jakub Jelinek23-23/+23
2020-12-16opts: Remove all usages of Report keyword.Martin Liska2-36/+36
2020-06-04Fix missing assemble_external in ASM_OUTPUT_FDESCAndreas Schwab1-0/+1
2020-04-29ia64: Adjust the C++14 vs. C++17 ABI thing for [[no_unique_address]] too [PR9...Jakub Jelinek1-1/+1
2020-04-22ia64: Fix C++14 vs. C++17 ABI issue on ia64 [PR94706]Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek23-23/+23
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-1/+1
2019-09-30Pass an ABI to choose_hard_reg_modeRichard Sandiford1-1/+1
2019-09-10Remove call_really_used_regsRichard Sandiford2-36/+1
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-9/+11
2019-09-10Rename Deprecated to WarnRemoved in *.opt files.Martin Liska1-2/+2
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford1-1/+1
2019-09-09Simplify the implementation of HARD_REG_SETRichard Sandiford1-7/+12
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-19/+20
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-43/+36
2019-08-20Use function_arg_info for TARGET_SETUP_INCOMING_ARGSRichard Sandiford1-6/+9
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford1-6/+5
2019-08-20Add pass_va_arg_by_referenceRichard Sandiford1-1/+1