aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/m68k.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-7154/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-08Come up with OPTION_SET_P macro.Martin Liska1-3/+3
2021-09-08Support -fexcess-precision=16 which will enable FLT_EVAL_METHOD_PROMOTE_TO_FL...liuhongt1-0/+3
2021-05-04Remove CC0Segher Boessenkool1-2/+0
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-07-01Fix bootstrap for m68k.Jeff Law1-6/+6
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-27m68k.c (m68k_output_compare_fp): Restore differences between Coldfire and reg...Bernd Schmidt1-2/+10
2019-11-25Convert m68k to not use cc0Bernd Schmidt1-193/+696
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-2/+2
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford1-1/+1
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-7/+5
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-6/+2
2019-05-16gcc: move assemble_start_function / assemble_end_function to output_mi_thunkMax Filippov1-0/+3
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-6/+6
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-09m68k.c (m68k_adjust_decorated_operand): Remove unused variable.Jeff Law1-2/+0
2018-08-08m68k: handle more cases of TLS symbols with offsetAndreas Schwab1-36/+30
2018-08-02re PR target/86790 (m68k port needs updating for CVE-2017-5753)Jeff Law1-0/+3
2018-07-17Clean up of new format of -falign-FOO.Martin Liska1-4/+6
2018-07-04[multiple changes]Martin Liska1-6/+9
2018-01-24Fix m68k-linux-gnu libgcc build for ColdFire (PR target/68467).Joseph Myers1-0/+21
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-03poly_int: PUSH_ROUNDINGRichard Sandiford1-0/+11
2017-12-21poly_int: argument sizesRichard Sandiford1-4/+4
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-4/+2
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-9/+9
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-4/+4
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford1-0/+17
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford1-0/+16
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-5/+9
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-2/+2
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford1-14/+14
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-04-03Fix numerous typos in commentsJonathan Wakely1-2/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-23[Patch 4/17] Implement TARGET_C_EXCESS_PRECISION for m68kJames Greenhalgh1-0/+37
2016-11-17re PR target/47192 (m68k target - gcc uses stack frame after it has been unli...Jeff Law1-0/+2
2016-10-25* config/m68k/m68k.c (m68k_get_reloc_decoration): Add gcc_unreachable.Jeff Law1-0/+1
2016-10-13m68k.c (m68k_option_override): Check opt_fstack_limit_symbol_arg and opt_fsta...Andreas Schwab1-2/+4
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-14Put a TARGET_LRA_P into every targetSegher Boessenkool1-0/+3
2016-07-28merge adjust_cost and adjust_cost_2 target hooksTrevor Saunders1-3/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-09Machine modes for address printing.Julian Brown1-1/+1
2015-10-29[PATCH 8/9] ENABLE_CHECKING refactoring: target-specific partsMikhail Maltsev1-17/+16
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford1-21/+15