aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/visium
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Change references of .c files to .cc filesMartin Liska2-4/+4
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+0
2022-01-03Update copyright years.Jakub Jelinek14-14/+14
2021-11-29visium: Revert commit r12-5332Kewen Lin1-25/+25
2021-11-16visium: Fix non-robust split condition in define_insn_and_splitKewen Lin1-25/+25
2021-10-08Come up with OPTION_SET_P macro.Martin Liska1-1/+1
2021-07-15pass location to md_asm_adjustTrevor Saunders1-2/+2
2021-03-04Add input_modes parameter to TARGET_MD_ASM_ADJUST hookIlya Leoshkevich1-5/+7
2021-01-04Update copyright years.Jakub Jelinek14-14/+14
2020-12-16opts: Remove all usages of Report keyword.Martin Liska1-3/+3
2020-01-01Update copyright years.Jakub Jelinek14-14/+14
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-3/+3
2019-09-10Remove call_really_used_regsRichard Sandiford2-35/+14
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-2/+2
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-16/+12
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-13/+10
2019-08-20Use function_arg_info for TARGET_SETUP_INCOMING_ARGSRichard Sandiford1-5/+5
2019-08-20Use function_arg_info for TARGET_PASS_BY_REFERENCERichard Sandiford1-6/+4
2019-08-20Add pass_va_arg_by_referenceRichard Sandiford1-2/+1
2019-06-27builtins.c (get_memory_rtx): Fix comment.Aaron Sawdey2-3/+3
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-3/+3
2019-02-15lib2funcs.c (__set_trampoline_parity): Replace TRAMPOLINE_SIZE with __LIBGCC_...Eric Botcazou6-27/+73
2019-01-01Update copyright years.Jakub Jelinek13-13/+13
2018-11-19compare-elim.c (struct comparison): Add not_in_a field.Eric Botcazou1-5/+5
2018-09-13re PR target/86812 (visium port needs updating for CVE-2017-5753)Eric Botcazou1-11/+16
2018-07-17Fix coding style of ASM_OUTPUT_ALIGN.Martin Liska1-2/+2
2018-07-17Clean up of new format of -falign-FOO.Martin Liska2-9/+6
2018-07-05Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.Nathan Sidwell1-8/+0
2018-07-04[multiple changes]Martin Liska2-11/+11
2018-02-11[LVU] deal with md final_scan_insnAlexandre Oliva1-2/+1
2018-01-16visium.md (nop): Tweak comment.Eric Botcazou1-2/+2
2018-01-03Update copyright years.Jakub Jelinek13-13/+13
2017-12-20constraints.md (J, K, L): Use IN_RANGE macro.Eric Botcazou3-6/+6
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek3-6/+6
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford1-0/+2
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-5/+5
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-3/+4
2017-11-19[visium] Remove semicolon after ASM_OUTPUT_CASE_ENDTom de Vries1-1/+1
2017-10-29Delete obsolete SDB debug info support.James E Wilson1-3/+2
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-11/+0
2017-10-17visium.c (visium_select_cc_mode): Return CCmode for any RTX present on the RH...Eric Botcazou1-6/+11
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford2-10/+13
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-15/+0
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford2-18/+26
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford2-23/+16
2017-09-12Make more use of end_hard_regnoRichard Sandiford1-1/+1
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford2-20/+15
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford3-24/+32
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-8/+8