summaryrefslogtreecommitdiff
path: root/gcc/config/m32r/m32r.c
Commit message (Expand)AuthorAgeFilesLines
* constraints.md: New file.Kaz Kojima2007-07-031-10/+7
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-4/+4
* bitops.md, [...]: Follow spelling conventions.Kazu Hirata2007-02-041-6/+6
* m32r-protos.h (m32r_expand_epilogue): Declare it.Kaz Kojima2007-01-181-135/+135
* alpha.md, [...]: Always use set_unique_reg_note to add REG_EQUAL notes.Steven Bosscher2007-01-021-2/+1
* Remove accidental commit to this fileNick Clifton2006-03-111-24/+0
* * config/m32r/m32r.h (OPTIMIZATION_OPTIONS): Remove reference to flag_strengt...Nick Clifton2006-03-061-0/+24
* re PR target/23309 (m32r-linux-gcc ICE: in extract_insn, at recog.c)Kazuhiro Inaoka2005-08-101-1/+1
* config/m32r/m32r.c (m32r_output_function_epilogue): Care for a large stack #Kazuhiro Inaoka2005-07-081-2/+18
* m32r-protos.h: Remove m32r_finalize_pic.Kazuhiro Inaoka2005-07-051-10/+4
* Update FSF address.R. Kelley Cook2005-06-251-2/+2
* opt-functions.awk (var_type): New function.Richard Sandiford2005-05-261-18/+1
* common.opt (-Wattributes): New.DJ Delorie2005-05-251-1/+1
* m32r.c (m32r_expand_block_move): Return 0 if nothing was done.Kazuhiro Inaoka2005-05-241-4/+7
* m32r.c (m32r_encode_section_info): Use gcc_assert and gcc_unreachable, as app...Nathan Sidwell2005-05-061-40/+27
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-1/+1
* little.h (TARGET_ENDIAN_DEFAULT): Delete.Richard Sandiford2005-03-291-38/+68
* config/m32r/m32r-protos.h...Kazu Hirata2005-03-181-428/+2
* target.h (targetm.calls.arg_partial_bytes): New.Richard Henderson2004-12-291-10/+12
* config/m32r.c (m32r_legitimize_pic_address): Changed to support GOTOFF reloca...Kazuhiro Inaoka2004-12-151-1/+10
* builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers2004-11-091-1/+1
* m32r.h (CONDITIONAL_REGISTER_USAGE): Don't exclude fixed registers form all_u...Kazuhiro Inaoka2004-10-081-2/+2
* re PR target/17119 ([m32r] ICE at switch case 0x8000)Nick Clifton2004-08-261-5/+2
* emit-rtl.c (gen_const_mem): New.Richard Henderson2004-08-181-3/+1
* rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson2004-08-181-1/+1
* m32r.c: Include integrate.h in order to get the prototype for get_hard_reg_in...Nick Clifton2004-07-271-0/+1
* genattr.c (struct range, [...]): Remove them.Paolo Bonzini2004-07-201-2/+0
* target.h (struct gcc_target): Add calls.pass_by_reference.Richard Henderson2004-07-131-10/+16
* builtins.c (std_gimplify_va_arg_expr): Handle types passed by reference.Richard Henderson2004-07-131-15/+0
* target-def.h (TARGET_MUST_PASS_IN_STACK): New.Richard Henderson2004-07-131-2/+3
* m32r-protos.h (m32r_va_arg): Remove.Richard Henderson2004-07-081-52/+7
* builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva2004-07-071-2/+2
* re PR c++/1679 (c++ -v -save-temps -DHAVE_CONFIG_H -I. -I. -I. -I./.. -isyste...Kazuhiro Inaoka2004-07-071-1/+24
* c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS.Joseph Myers2004-07-051-8/+0
* m32r.c (m32r_sched_odd_word_p, [...]): Remove.Steven Bosscher2004-06-281-180/+2
* m32r.h (RETURN_ADDR_RTX): Define.Kazuhiro Inaoka2004-06-151-1/+37
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-2/+0
* builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2004-03-311-2/+2
* m32r.c (signed_comparison_operator): Add a missing parenthesis.Kazu Hirata2004-03-051-1/+1
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-6/+3
* target-def.h (TARGET_STRUCT_VALUE_RTX): Define as hook_rtx_tree_int_null.Kazu Hirata2004-02-081-2/+0
* alpha.c, [...]: Revert the replacements of "FALLTHRU" with "Fall through" don...Kazu Hirata2004-02-041-1/+1
* darwin.c, [...]: Fix comment formatting.Kazu Hirata2004-02-041-2/+2
* alpha.c, [...]: Fix comment typos.Kazu Hirata2004-02-041-1/+1
* arc.md, [...]: Replace gen_rtx with gen_rtx_fmt_e*.Kazu Hirata2004-02-021-8/+8
* arm.c, [...]: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".Kazu Hirata2004-02-011-7/+7
* m32r.c (m32r_load_pic_register): Use GEN_INT instead of gen_rtx_CONST_INT.Kazu Hirata2004-01-311-1/+1
* m32r-protos.h: Remove the prototype for m32r_setup_incoming_varargs.Kazu Hirata2004-01-291-2/+24
* (call26_operand): Allow in PIC mode.Kazuhiro Inaoka2004-01-091-1/+1
* m32r.c (m32r_expand_block_move): Call gen_movestrsi_internal with two more ar...Kazu Hirata2004-01-091-19/+53