aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m32r/m32r.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-26re PR target/17119 ([m32r] ICE at switch case 0x8000)Nick Clifton1-5/+2
2004-08-18emit-rtl.c (gen_const_mem): New.Richard Henderson1-3/+1
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-1/+1
2004-07-27m32r.c: Include integrate.h in order to get the prototype for get_hard_reg_in...Nick Clifton1-0/+1
2004-07-20genattr.c (struct range, [...]): Remove them.Paolo Bonzini1-2/+0
2004-07-13target.h (struct gcc_target): Add calls.pass_by_reference.Richard Henderson1-10/+16
2004-07-13builtins.c (std_gimplify_va_arg_expr): Handle types passed by reference.Richard Henderson1-15/+0
2004-07-13target-def.h (TARGET_MUST_PASS_IN_STACK): New.Richard Henderson1-2/+3
2004-07-08m32r-protos.h (m32r_va_arg): Remove.Richard Henderson1-52/+7
2004-07-07builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva1-2/+2
2004-07-07re PR c++/1679 (c++ -v -save-temps -DHAVE_CONFIG_H -I. -I. -I. -I./.. -isyste...Kazuhiro Inaoka1-1/+24
2004-07-05c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS.Joseph Myers1-8/+0
2004-06-28m32r.c (m32r_sched_odd_word_p, [...]): Remove.Steven Bosscher1-180/+2
2004-06-15m32r.h (RETURN_ADDR_RTX): Define.Kazuhiro Inaoka1-1/+37
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-2/+0
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-2/+2
2004-03-05m32r.c (signed_comparison_operator): Add a missing parenthesis.Kazu Hirata1-1/+1
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-6/+3
2004-02-08target-def.h (TARGET_STRUCT_VALUE_RTX): Define as hook_rtx_tree_int_null.Kazu Hirata1-2/+0
2004-02-04alpha.c, [...]: Revert the replacements of "FALLTHRU" with "Fall through" don...Kazu Hirata1-1/+1
2004-02-04darwin.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-02-04alpha.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-02-02arc.md, [...]: Replace gen_rtx with gen_rtx_fmt_e*.Kazu Hirata1-8/+8
2004-02-01arm.c, [...]: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".Kazu Hirata1-7/+7
2004-01-31m32r.c (m32r_load_pic_register): Use GEN_INT instead of gen_rtx_CONST_INT.Kazu Hirata1-1/+1
2004-01-29m32r-protos.h: Remove the prototype for m32r_setup_incoming_varargs.Kazu Hirata1-2/+24
2004-01-09(call26_operand): Allow in PIC mode.Kazuhiro Inaoka1-1/+1
2004-01-09m32r.c (m32r_expand_block_move): Call gen_movestrsi_internal with two more ar...Kazu Hirata1-19/+53
2004-01-09final.c (FIRST_INSN_ADDRESS): Remove.Kazu Hirata1-13/+0
2003-12-31Add support for m32r-linux target.Kazuhiro Inaoka1-7/+173
2003-12-17re PR target/11012 ([m32r-elf] wrong code with -O at branch of conditional)Kazu Hirata1-6/+6
2003-12-11oops - fix typo in previous deltaNick Clifton1-1/+1
2003-12-11m32r.c: Convert to ISO-CNick Clifton1-313/+184
2003-12-05d30v-protos.h [...]: Convert to ISO C90 function declarations and definitions.Steven Bosscher1-20/+20
2003-10-13Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-mo...Zack Weinberg1-6/+3
2003-09-27GNU CC -> GCCKelley Cook1-4/+4
2003-07-03m32r.c: Fix comment typos.Kazu Hirata1-7/+7
2003-06-19target.h (asm_out.file_start, [...]): New hooks.Zack Weinberg1-7/+10
2003-06-15alpha.md: Follow spelling conventions.Kazu Hirata1-1/+1
2003-06-13m32r-protos.h (m32r_pass_by_reference): Declare.Doug Evans1-1/+16
2003-06-10m32r.h (HARD_REGNO_RENAME_OK): New.Kazuhiro Inaoka1-0/+20
2003-05-19flags.h (g_switch_value): Change to an unsigned HOST_WIDE_INT.Matt Kraai1-2/+3
2003-05-09expr.c (move_block_from_reg): Remove "size" parm.Alan Modra1-3/+2
2003-04-20target.h (encode_section_info): Add new argument carrying the RTL to be modif...Zack Weinberg1-4/+5
2003-04-17rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.Richard Henderson1-190/+113
2003-01-28target.h (targetm.address_cost): New.Richard Henderson1-13/+2
2003-01-27Makefile.in (cse.o): Depend on TARGET_H.Richard Henderson1-0/+54
2002-12-18m32r.c (addr24_operand): Fix arg to CONSTANT_POOL_ADDRESS_P and LIT_NAME_P.Doug Evans1-3/+3
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-10-15real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson1-3/+2