aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68hc11
AgeCommit message (Expand)AuthorFilesLines
2004-07-13target.h (struct gcc_target): Add calls.pass_by_reference.Richard Henderson3-35/+1
2004-06-06re PR target/14542 (ICE on simple source)Stephane Carrez1-1/+7
2004-06-06re PR target/14457 (ICE with simple c++ source)Stephane Carrez4-10/+32
2004-05-15basic-block.h (life_analysis, [...]): Update prototypes.Steven Bosscher1-1/+1
2004-03-28m68hc11-protos.h (m68hc11_page0_symbol_p): Declare.Stephane Carrez4-15/+101
2004-03-11c-typeck.c, [...]: Fix comment typos and formatting.Kazu Hirata2-2/+2
2004-03-07m68hc11.md ("*lshrsi3_const"): Disable for 68HC12.Stephane Carrez2-17/+40
2004-03-07m68hc11.c (m68hc11_gen_movhi): Use 2,-sp to push the stack register.Stephane Carrez1-4/+10
2004-03-02m68hc11.c (m68hc11_addr_mode): New variable.Stephane Carrez1-20/+94
2004-03-02m68hc11.md (move peephole2): New peepholes to optimize sequences of moves.Stephane Carrez1-0/+335
2004-03-02m68hc11.md ("*pushdi_internal"): New insn and split to separate push from moves.Stephane Carrez1-62/+90
2004-03-02m68hc11.md ("tstqi_z_used"): Use define_insn_and_split.Stephane Carrez1-270/+182
2004-03-02m68hc11.md (SOFT_TMP_REGNUM): Define.Stephane Carrez1-8/+27
2004-03-02m68hc11.c (m68hc11_check_z_replacement): Fix when comparing with Z register.Stephane Carrez1-2/+4
2004-02-07re PR bootstrap/13990 (build fails because of wrong use of gen_rtx_NE)Stephane Carrez1-2/+9
2004-02-06tm.texi (INIT_CUMULATIVE_ARGS): Update doco.Alan Modra1-1/+1
2004-02-06arc.c (arc_return_in_memory): Check the return value of int_size_in_bytes aga...Kazu Hirata1-3/+7
2004-02-04alloc-pool.h, [...]: Update copyright.Kazu Hirata1-1/+2
2004-02-03c4x.h (FUNCTION_VALUE): Use gen_rtx_REG instead of gen_rtx.Kazu Hirata1-9/+10
2004-02-03alpha.c, [...]: Use const0_rtx instead of GEN_INT (0).Kazu Hirata1-3/+3
2004-02-01arm.c, [...]: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".Kazu Hirata3-239/+239
2004-01-30alpha.c: Remove mentions of deprecates macros in comments...Kazu Hirata1-0/+8
2004-01-25m68hc11.c (TARGET_STRUCT_VALUE_RTX): New.Kazu Hirata2-18/+28
2003-12-13vxlib.c: Fix comment typos.Kazu Hirata1-1/+1
2003-10-27m68hc11.c: Convert to ISO C90.Stephane Carrez2-388/+240
2003-10-14config.gcc, [...]: Replace uses of target_alias with target_noncanonical.Nathanael Nerode1-2/+2
2003-10-13Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-mo...Zack Weinberg1-2/+1
2003-10-05c-pretty-print.c: Fix comment typos.Kazu Hirata1-1/+1
2003-10-04t-m68hc11-gas (MULTILIB_MATCHES): m68hcs12 is identical to m68hc12 as far as ...Stephane Carrez1-1/+1
2003-10-02target.h (init_libfuncs): New hook.Zack Weinberg2-17/+16
2003-09-27GNU CC -> GCCKelley Cook6-22/+22
2003-09-15expr.h (DEFAULT_FUNCTION_ARG_PADDING): New.Kazu Hirata1-8/+2
2003-09-03targhooks.c: New file.DJ Delorie1-1/+1
2003-07-08m68hc11.h (HAVE_AS_DWARF2_DEBUG_LINE): Don't define as .file/.loc directives ...Stephane Carrez1-0/+8
2003-07-06h8300.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-03m32r.c: Fix comment typos.Kazu Hirata2-3/+3
2003-07-01combine.c (distribute_notes): Don't bother REG_WAS_0.Kazu Hirata1-41/+0
2003-06-28gcse.c (compute_ld_motion_mems): Use INSN_P instead of its definition.Kazu Hirata1-3/+3
2003-06-19target.h (asm_out.file_start, [...]): New hooks.Zack Weinberg3-68/+10
2003-06-16m68hc11.c (m68hc11_rtx_costs): Remove unreachable code.Kazu Hirata1-3/+0
2003-06-15frv.h: Remove declaration of g_switch_value.Neil Booth1-2/+0
2003-06-10Makefile.in, [...]: Replace "build_canonical" with build, "host_canonical" wi...Nathanael Nerode1-1/+1
2003-05-22m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.Kaveh R. Ghazi1-4/+4
2003-05-17c-common.c, c-common.h (dollars_in_ident): Remove.Neil Booth1-3/+0
2003-05-14target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.Richard Sandiford3-15/+16
2003-04-20target.h (encode_section_info): Add new argument carrying the RTL to be modif...Zack Weinberg1-5/+3
2003-04-17toplev.c (target_options): Add value field.DJ Delorie1-2/+2
2003-04-12* config/m68hc11/m68hc11-protos.hStephane Carrez3-0/+16
2003-04-12m68hc11.md ("decrement_and_branch_until_zero"): New pattern for dbcc/ibcc gen...Stephane Carrez1-0/+260
2003-04-12m68hc11.md ("bitcmpqi" split): No need to test the mode of operand 0.Stephane Carrez1-11/+21