aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k
AgeCommit message (Expand)AuthorFilesLines
2021-09-08Support -fexcess-precision=16 which will enable FLT_EVAL_METHOD_PROMOTE_TO_FL...liuhongt1-0/+3
2021-06-05m68k: Update unexpected empty split conditionKewen Lin1-3/+3
2021-05-04Remove CC0Segher Boessenkool1-2/+0
2021-01-04Update copyright years.Jakub Jelinek31-32/+32
2020-12-16opts: Remove all usages of Report keyword.Martin Liska1-12/+12
2020-12-02introduce overridable clear_cache emitterAlexandre Oliva1-4/+4
2020-07-01Fix bootstrap for m68k.Jeff Law1-6/+6
2020-01-01Update copyright years.Jakub Jelinek31-32/+32
2019-11-27m68k.c (m68k_output_compare_fp): Restore differences between Coldfire and reg...Bernd Schmidt2-3/+11
2019-11-25Convert m68k to not use cc0Bernd Schmidt5-1993/+1494
2019-11-15m68k: add musl supportSzabolcs Nagy1-0/+3
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 Jelinek31-32/+32
2018-08-09m68k.c (m68k_adjust_decorated_operand): Remove unused variable.Jeff Law1-2/+0
2018-08-09m68k-protos.h (m68k_final_prescan_insn): Remove prototype.Andreas Schwab1-1/+0
2018-08-08m68k: handle more cases of TLS symbols with offsetAndreas Schwab2-39/+30
2018-08-02re PR target/86790 (m68k port needs updating for CVE-2017-5753)Jeff Law1-0/+3
2018-07-17Fix invalid cc_status after [const_][us]mulsi3_highpartAndreas Schwab1-4/+16
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 Jelinek31-32/+32
2018-01-03poly_int: PUSH_ROUNDINGRichard Sandiford3-3/+13
2017-12-28m68k.md (ashrdi3_const1, [...]): Add CC_STATUS_INIT.Andreas Schwab1-1/+5
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-11-05Remove semicolon after ASM_OUTPUT_BEFORE_CASE_LABEL macro bodyTom de Vries1-1/+1
2017-10-29Delete obsolete SDB debug info support.James E Wilson1-1/+1
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-1/+0
2017-09-18re PR target/81613 (FAIL: gfortran.dg/intrinsic_modulo_1.f90 -O3 -g execut...Andreas Schwab1-1/+2
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-2/+0
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford2-7/+17
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford2-7/+16
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford3-9/+9
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford2-4/+4
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-07-25[RTEMS] Add GCC Runtime Library ExceptionSebastian Huber1-12/+17
2017-06-20re PR target/80970 (internal compiler error in find_reloads, at reload.c:4077)Andreas Schwab1-3/+3
2017-04-03Fix numerous typos in commentsJonathan Wakely1-2/+2
2017-01-06re PR target/57583 (large switches with jump tables are horribly broken on m68k)Mikael Pettersson6-5/+41