summaryrefslogtreecommitdiff
path: root/gcc/config/m68hc11/m68hc11.md
Commit message (Expand)AuthorAgeFilesLines
* * config/darwin-c.c, config/arc/arc.c, config/arc/arc.md,kazu2004-09-181-3/+3
* PR target/14542ciceron2004-06-061-1/+7
* PR target/14457ciceron2004-06-061-8/+8
* * config/m68hc11/m68hc11-protos.h (m68hc11_page0_symbol_p): Declare.ciceron2004-03-281-13/+13
* * c-typeck.c, combine.c, cse.c, dominance.c, et-forest.h,kazu2004-03-111-1/+1
* * config/m68hc11/m68hc11.md ("*lshrsi3_const"): Disable for 68HC12.ciceron2004-03-071-17/+34
* * config/m68hc11/m68hc11.md (move peephole2): New peepholes to optimizeciceron2004-03-021-0/+335
* * config/m68hc11/m68hc11.md ("*pushdi_internal"): New insn and splitciceron2004-03-021-62/+90
* * config/m68hc11/m68hc11.md ("tstqi_z_used"): Use define_insn_and_split.ciceron2004-03-021-270/+182
* * config/m68hc11/m68hc11.md (SOFT_TMP_REGNUM): Define.ciceron2004-03-021-8/+27
* PR bootstrap/13990ciceron2004-02-071-2/+9
* gcc/kazu2004-02-041-1/+2
* * config/arm/arm.c, config/arm/arm.h, config/arm/arm.md,kazu2004-02-011-163/+163
* GNU CC -> GCCkcook2003-09-271-4/+4
* * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): Newciceron2003-04-121-0/+260
* * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test theciceron2003-04-121-11/+21
* * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.ciceron2003-04-121-10/+11
* * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far andciceron2003-03-241-8/+56
* * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.ciceron2003-03-211-1/+1
* * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo inciceron2003-03-211-8/+14
* * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constantciceron2003-03-101-6/+29
* * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register tociceron2003-03-021-3/+28
* * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.ciceron2003-03-021-27/+113
* * config/m68hc11/m68hc11.md: Fix a comment typo.kazu2003-01-251-1/+1
* * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emitciceron2003-01-151-8/+8
* * c-pretty-print.h: Fix comment typos.kazu2002-12-201-2/+2
* Merge basic-improvements-branch to trunkzack2002-12-161-20/+20
* * m68hc11.md (addhi_sp): Fix uninitialized variable bug.ghazi2002-09-161-1/+1
* * config/m68hc11/m68hc11.md ("movdi_internal"): Allow any offsetableciceron2002-09-141-4/+4
* * doc/invoke.texi: Document -minmax for 68HC12.ciceron2002-08-141-4/+4
* * doc/invoke.texi: Document -mlong-calls for 68HC12.ciceron2002-08-141-5/+9
* * config/m68hc11/m68hc11.md ("zero_extendsidi2"): Use D_REG only forciceron2002-07-121-3/+3
* * config/m68hc11/m68hc11.md ("*movqi_68hc12"): Avoid allocatingciceron2002-07-051-3/+3
* * config/m68hc11/m68hc11.md ("*ashlsi3"): Avoid saving y if we knowciceron2002-07-051-12/+18
* * config/m68hc11/m68hc11.md (peephole2): New peephole2 to optimizeciceron2002-07-051-18/+117
* * config/m68hc11/m68hc11.md ("*addsi3"): Use 'o' constraint tociceron2002-06-281-9/+46
* * config/m68hc11/m68hc11.md ("*subsi3_zero_extendhi"): Allow addressciceron2002-03-241-5/+30
* PR optimization/5854jakub2002-03-221-126/+126
* * config/m68hc11/m68hc11-protos.h (ix_reg): Declare.ciceron2002-03-161-110/+118
* * config/m68hc11/m68hc11.md ("*movqi_68hc12"): Fix constraints, avoidciceron2002-03-161-4/+4
* * config/m68hc11/m68hc11.md ("tstqi_1"): Try to use ldab instead of tst.ciceron2002-03-151-59/+127
* * config/m68hc11/m68hc11.md ("negsi2"): Optimize inline case.ciceron2002-03-151-40/+50
* * config/m68hc11/m68hc11.md ("logicalsi3_zexthi"): Fix constraintsciceron2002-03-151-49/+85
* * config/m68hc11/m68hc11.c (m68hc11_symbolic_p): New function.ciceron2002-03-151-156/+407
* * config/avr/avr.c: Fix comment typos.kazu2002-01-031-2/+2
* * config/m68hc11/m68hc11.md (peephole2): New peephole2 to optimizeciceron2001-11-251-0/+26
* * 1750a.h (EXTRA_SECTION_FUNCTIONS): Add prototype.ghazi2001-11-041-7/+5
* * config/m68hc11/m68hc11.c: Fix comment formatting.kazu2001-11-021-26/+26
* * config/m68hc11/m68hc11.md ("add-split"): Fix add split whenciceron2001-10-011-4/+10
* * config/m68hc11/m68hc11.md ("cmpqi_1"): Fix constraints.ciceron2001-09-301-14/+16