aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/h8300/h8300.md
AgeCommit message (Expand)AuthorFilesLines
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-1/+1
2014-09-05Drop uncast_insn from param 1 of final_scan_insnDavid Malcolm1-5/+5
2014-05-28md.texi: Document that the % constraint character must be at the beginning of...Richard Sandiford1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10genrecog.c (validate_pattern): Treat all messages except missing modes as err...Richard Sandiford1-9/+9
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-04-24Use braced string notation where applicable for h8300.mdNaveen H.S1-1081/+1192
2012-04-03h8300.c (h8300_current_function_monitor_function_p): New function.Sandeep Kumar Singh1-2/+14
2011-09-13h8300.md: Use match_test rather than eq/ne symbol_ref throughout file.Richard Sandiford1-4/+4
2011-08-02re PR target/49878 ([h8300] ICE in based_loc_descr, at dwarf2out.c:10478)Richard Henderson1-120/+45
2011-06-13h8300.md (bsetqi_msx, [...]): Added condition to disallow non-identical memor...Kaushik Phatak1-30/+38
2011-04-01constraints.md: New file.Nathan Froyd1-9/+10
2010-12-14h8300.md (define_split): Add condition for "and with single_zero" splitter to...Kaushik Phatak1-6/+33
2010-04-16h8300.c (print_operand): Modify case 'V' and case 'W' print operands for HI m...Kaushik Phatak1-0/+83
2010-04-16h8300.md (movqi_h8sx, [...]): Emit instructions in #xx:3 and #xx:4 mode.Kaushik Phatak1-8/+36
2010-04-16h8300.md (inverted load with HImode dest): Add support for H8300SX.Kaushik Phatak1-1/+1
2010-02-03h8300.md (can_delay): Fix attibute condition.Kaushik Phatak1-2/+2
2009-05-12Merge cond-optab branch.Paolo Bonzini1-243/+252
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2008-07-11* config/h8300/h8300.md (length): Fix branch offset limit.DJ Delorie1-1/+1
2008-02-20h8300.md (insv): Force source operand to be a register.DJ Delorie1-0/+3
2007-08-02host-hpux.c: Change copyright header to refer to version 3 of the GNU General...Nick Clifton1-4/+3
2007-07-10Replace no_new_pseudos in backends.Ian Lance Taylor1-4/+4
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-8/+8
2007-02-04h8300.c, [...]: Follow spelling conventions.Kazu Hirata1-2/+2
2006-01-02arm.c (all_fpus): Fix comment typo.Volker Reichelt1-1/+1
2005-06-25Update FSF address.R. Kelley Cook1-2/+2
2005-04-30h8300.c (byte_reg): Use gcc_assert and gcc_unreachable as appropriate.Nathan Sidwell1-3/+3
2005-04-18(jump): Remove prescan parameter from calls to final_scan_insn.Nick Clifton1-2/+2
2005-03-17h8300-protos.h: Remove prototypes for general_operand_src...Kazu Hirata1-0/+2
2005-01-23alias.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-10darwin.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-07-08Introduce H8SX support.Alexandre Oliva1-500/+1549
2004-06-09* h8300.md (ldm_h8300s_4): Fix condition for expander.Anil Paranjpe1-1/+1
2004-06-08h8300.md (extendqisi2_h8300): Add constraints.Anil Paranjpe1-2/+2
2004-03-04* config/h8300/h8300.md: Add comments about peephole2's.Kazu Hirata1-9/+64
2004-03-02* config/h8300/h8300.md: Tweak formatting.Kazu Hirata1-30/+24
2004-03-02h8300.md (*cmphi_h8300): Rename to *cmphi_h8300_znvc.Kazu Hirata1-2/+2
2004-03-02h8300.md (pushqi1_h8300hs): Rename to pushqi1_h8300hs_advanced.Kazu Hirata1-4/+4
2004-03-02h8300.c (gtle_operator): Accept GT and LE.Kazu Hirata1-88/+210
2004-02-29* config/h8300/h8300.md: Add comments about peephole2's.Kazu Hirata1-0/+74
2004-02-29h8300.md: Tweak operand numbers of some peephole2's.Kazu Hirata1-24/+24
2004-02-29* config/h8300/h8300.md: Tweak comments about peephole2's.Kazu Hirata1-11/+19
2004-02-18h8300-protos.h: Add a prototype for h8300_expand_branch.Kazu Hirata1-60/+20
2004-02-18h8300.md (four define_peephole2's): Use h8300_regs_ok_for_stm().Kazu Hirata1-26/+6
2004-02-18h8300-protos.h: Update the prototype for expand_a_rotate().Kazu Hirata1-3/+3
2004-02-18h8300.c (expand_a_rotate): Don't generate insns by hand.Kazu Hirata1-3/+3
2004-02-18h8300.md: Move movsf patterns into one section of the file.Kazu Hirata1-78/+78
2004-02-18h8300.md: Move push patterns into one section of the file.Kazu Hirata1-85/+89