aboutsummaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-20Add pass_va_arg_by_referenceRichard Sandiford1-1/+1
2019-08-15Remove TARGET_SETUP_INCOMING_VARARG_BOUNDSRichard Sandiford1-9/+0
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-3/+3
2019-06-27builtins.c (get_memory_rtx): Fix comment.Aaron Sawdey1-3/+3
2019-06-18Add predict_doloop_p target hookKewen Lin1-0/+13
2019-05-20cfgloop.h (struct loop): Add simdlen member.Jakub Jelinek1-1/+1
2019-05-20Add missing default default_libc_has_fast_function implementation.Martin Liska1-0/+8
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-1/+1
2019-04-17targhooks.c (default_print_patchable_function_entry): Emit __patchable_functi...Joao Moreira1-1/+1
2019-04-12PR c/88383 - ICE calling __builtin_has_attribute on a referenceMartin Sebor1-5/+9
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-3/+3
2019-01-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey1-1/+1
2019-01-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey1-0/+5
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-16re PR target/87927 (ICE: segmentation fault with patchable_function_entry att...Jozef Lawrynowicz1-1/+3
2018-11-13[PATCH][GCC] Make DR_TARGET_ALIGNMENT compile time variableAndre Vieira1-1/+1
2018-10-01Add a hook to support telling the mid-end when to probe the stack.Tamar Christina1-2/+4
2018-08-20targhooks.c (std_gimplify_va_arg_expr): Properly handle case of when TARGET_S...Chung-Lin Tang1-0/+17
2018-07-31targhooks.c (default_have_speculation_safe_value): Add ATTRIBUTE_UNUSED.Ian Lance Taylor1-1/+1
2018-07-31targhooks - provide an alternative hook for targets that never execute specul...Richard Earnshaw1-0/+7
2018-07-31Add __builtin_speculation_safe_valueRichard Earnshaw1-0/+32
2018-07-12Extend tree code folds to IFN_COND_*Richard Sandiford1-0/+8
2018-07-06re PR target/86324 (testsuite test divkc3-1.c FAILs when compiling with -mabi...Peter Bergner1-0/+8
2018-06-08Remove MPXMartin Liska1-47/+0
2018-04-30Microblaze Target: PIC data text relative Andrew Sadek1-0/+9
2018-01-13Rework the legitimize_address_displacement hookRichard Sandiford1-3/+2
2018-01-13Add an "early rematerialisation" passRichard Sandiford1-0/+8
2018-01-13Add an empty_mask_is_expensive hookRichard Sandiford1-0/+8
2018-01-12re PR target/80846 (auto-vectorized AVX2 horizontal sum should narrow to 128b...Richard Biener1-0/+8
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-3/+10
2018-01-03poly_int: GET_MODE_BITSIZERichard Sandiford1-1/+1
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-03poly_int: current_vector_size and TARGET_AUTOVECTORIZE_VECTOR_SIZESRichard Sandiford1-3/+2
2018-01-03poly_int: get_mask_modeRichard Sandiford1-4/+4
2017-12-21poly_int: argument sizesRichard Sandiford1-4/+2
2017-12-20poly_int: DWARF locationsRichard Sandiford1-0/+9
2017-12-16poly_int: MACRO_MODERichard Sandiford1-6/+10
2017-12-14poly_int: add poly-int.hRichard Sandiford1-0/+8
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek1-1/+8
2017-11-01Add a fixed_size_mode classRichard Sandiford1-2/+4
2017-10-31builtins.def (DEF_FLOATN_BUILTIN): Change most _Float<N> and _Float<N>X built...Michael Meissner1-1/+23
2017-10-26This patch adds a new hook that gives the preferred alignment for a static rt...Richard Sandiford1-0/+8
2017-10-23re PR debug/82630 (Bogus DW_AT_GNU_call_site_value)Jakub Jelinek1-0/+8
2017-10-13Make more use of GET_MODE_UNIT_BITSIZERichard Sandiford1-1/+1
2017-10-10targhooks.c (default_stack_clash_protection_final_dynamic_probe): Fix return ...Jeff Law1-1/+1
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford1-0/+19
2017-09-22Let the target choose a vectorisation alignmentRichard Sandiford1-0/+9
2017-09-19explow.c: Include "params.h".Jeff Law1-0/+6
2017-09-15Turn FUNCTION_ARG_OFFSET into a hookRichard Sandiford1-0/+8