aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/m68k.md
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Change references of .c files to .cc filesMartin Liska1-2/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-06-05m68k: Update unexpected empty split conditionKewen Lin1-3/+3
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
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-1/+1
2019-11-25Convert m68k to not use cc0Bernd Schmidt1-1750/+765
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-07-17Fix invalid cc_status after [const_][us]mulsi3_highpartAndreas Schwab1-4/+16
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-28m68k.md (ashrdi3_const1, [...]): Add CC_STATUS_INIT.Andreas Schwab1-1/+5
2017-09-18re PR target/81613 (FAIL: gfortran.dg/intrinsic_modulo_1.f90 -O3 -g execut...Andreas Schwab1-1/+2
2017-06-20re PR target/80970 (internal compiler error in find_reloads, at reload.c:4077)Andreas Schwab1-3/+3
2017-01-06re PR target/57583 (large switches with jump tables are horribly broken on m68k)Mikael Pettersson1-3/+19
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-21re PR target/25128 ([m68k] Suboptimal comparisons against 65536)Jeff Law1-1/+20
2016-11-19re PR target/25111 ([m68k] bset is not used for A = 1 << (B & 31) on ColdFire)Jeff Law1-0/+39
2016-11-18re PR target/25112 ([m68k] Suboptimal equality comparisons with small integers)Jeff Law1-0/+40
2016-11-09re PR target/78254 (FAIL: g++.dg/torture/pr77822.C -O3 -g (internal compil...Andreas Schwab1-10/+16
2016-02-22re PR bootstrap/69885 (ICE in maybe_legitimize_operand, at optabs.c:6903 on m...Jakub Jelinek1-3/+3
2016-01-20[PATCH] [target/25114] Improve comparisons against some small integers for m68kJeff Law1-0/+85
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-13[PATCH][PR target/19201] Peephole to improve clearing items in structure for ...Kazu Kirata1-0/+33
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford1-6/+2
2015-08-24genflags.c (gen_macro): Delete.Richard Sandiford1-1/+1
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-4/+4
2015-01-22re PR target/52076 (bloated code for setting single bits in bitfields on m68k)Jeff Law1-5/+16
2015-01-20re PR target/59946 (-mpcrel -O2 produces illegal asm code)Jeff Law1-9/+18
2015-01-12m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.Jeff Law1-3/+3
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-05-31Summary: m68k: add missing early clobber in beq0_di, bne0_di patternsAndreas Schwab1-7/+7
2014-04-24[multiple changes]Jeff Law1-1/+3
2014-02-07re PR target/40977 (problem with code like this: res = ((uint64_t)resh << 32)...Jeff Law1-13/+6
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-05-15m68k.md (*rotlhi3_lowpart, [...]): Name for rotlhi3+1 and rotlqi3+1, resp.Andreas Schwab1-10/+10
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-10-06re PR rtl-optimization/54739 (FAIL: gcc.dg/lower-subreg-1.c scan-rtl-dump sub...Andreas Schwab1-226/+0
2012-09-30m68k.md: Add names to bitfield insert and extract insns.Andreas Schwab1-71/+31
2012-09-26re PR middle-end/54635 (Add addr_space_t argument to TARGET_MODE_DEPENDENT_AD...Georg-Johann Lay1-6/+12
2012-06-04re PR target/53461 (Incorrect handling of CASE_VECTOR_PC_RELATIVE in config/m...Andreas Schwab1-1/+1
2012-05-21m68k.md (*clzsi2_cf): Renamed from clzsi2.Andreas Schwab1-2/+23
2012-05-07m68k.c (m68k_sched_branch_type): Remove.Steven Bosscher1-4/+4
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-3/+6
2012-04-11m68k.md (rotrhi3+1): Name it rotrhi_lowpart.Andreas Schwab1-2/+15
2011-11-26m68k: Implement CAS and TAS patterns.Richard Henderson1-0/+9
2011-09-13m68k.md: Use match_test rather than eq/ne symbol_ref throughout file.Richard Sandiford1-1/+1
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford1-1/+1
2009-12-30re PR target/42516 ([m68k] Suboptimal halfword swap on coldfire)Andreas Schwab1-1/+9
2009-05-18M68K TLS support.Maxim Kuvyrkov1-8/+43