aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m32r
AgeCommit message (Expand)AuthorFilesLines
2005-09-07re PR target/23747 (ICE with -O2, -O3 execute/builtins/memcpy-chk.c)Kazuhiro Inaoka1-2/+2
2005-08-10re PR target/23309 (m32r-linux-gcc ICE: in extract_insn, at recog.c)Kazuhiro Inaoka1-1/+1
2005-07-08config/m32r/m32r.c (m32r_output_function_epilogue): Care for a large stack #Kazuhiro Inaoka1-2/+18
2005-07-08linux.h (STARTFILE_SPEC): Support PIE.Kazuhiro Inaoka2-2/+8
2005-07-05m32r-protos.h: Remove m32r_finalize_pic.Kazuhiro Inaoka3-27/+4
2005-06-25Update FSF address.R. Kelley Cook9-18/+18
2005-05-26opt-functions.awk (var_type): New function.Richard Sandiford3-24/+3
2005-05-25common.opt (-Wattributes): New.DJ Delorie1-1/+1
2005-05-24m32r.c (m32r_expand_block_move): Return 0 if nothing was done.Kazuhiro Inaoka3-8/+13
2005-05-06m32r.c (m32r_encode_section_info): Use gcc_assert and gcc_unreachable, as app...Nathan Sidwell3-44/+31
2005-05-05xm-m32r.h, linux.h: Delete files.Kelley Cook2-61/+0
2005-05-04xm-m32r.h: Don't define HOST_WORDS_BIG_ENDIAN.Kelley Cook2-8/+0
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+1
2005-04-09dominance.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-03-29little.h (TARGET_ENDIAN_DEFAULT): Delete.Richard Sandiford4-156/+159
2005-03-18config/m32r/m32r-protos.h...Kazu Hirata5-488/+455
2005-03-12cfglayout.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-10(load_sda_base_32): New pattern. Loads sda base address on medium model.Kazuhiro Inaoka1-0/+8
2004-12-29target.h (targetm.calls.arg_partial_bytes): New.Richard Henderson3-30/+12
2004-12-15config/m32r.c (m32r_legitimize_pic_address): Changed to support GOTOFF reloca...Kazuhiro Inaoka2-2/+21
2004-12-15(PREFERRED_DEBUGGING_TYPE): Use DWARF2_DEBUG.Kazuhiro Inaoka1-2/+2
2004-12-13t-linux (SHLIB_MAPFILES): Add libgcc-glibc.ver to the list rather than replac...Kazuhiro Inaoka1-1/+1
2004-11-22onfig.gcc: Use t-slibgcc-elf to build libgcc_s.so on m32r*linux.Kazuhiro Inaoka2-0/+21
2004-11-18Set TARGET_ASM_FILE_END to file_end_indicate_exec_stack.Kazuhiro Inaoka1-0/+1
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-1/+1
2004-10-28oops - fixed typo in previous deltaNick Clifton1-1/+1
2004-10-28(DBX_OUTPUT_SOURCE_LINE): Define begin_label.Nick Clifton1-0/+1
2004-10-27(DBX_OUTPUT_SOURCE_LINE): Increment line counter.Zack Weinberg1-1/+2
2004-10-27dbxout.c: Include obstack.h.Zack Weinberg1-15/+13
2004-10-21dbxout.c (asmfile): Delete.Zack Weinberg1-2/+1
2004-10-08m32r.h (CONDITIONAL_REGISTER_USAGE): Don't exclude fixed registers form all_u...Kazuhiro Inaoka2-3/+8
2004-09-14m32r.md, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-08-26re PR target/17119 ([m32r] ICE at switch case 0x8000)Nick Clifton1-5/+2
2004-08-24re PR target/17093 ([m32r-*-gcc] ICE with -msdata=use -O0)Nick Clifton1-1/+1
2004-08-24(PREDICATE_CODES): Remove duplicate defintion of seth_add3_operand.Nick Clifton1-1/+0
2004-08-18emit-rtl.c (gen_const_mem): New.Richard Henderson1-3/+1
2004-08-18rtl.def (NIL): Delete.Zack Weinberg1-1/+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 Clifton2-8/+9
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 Henderson3-22/+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 Henderson2-8/+3
2004-07-08m32r-protos.h (m32r_va_arg): Remove.Richard Henderson3-57/+7
2004-07-07builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva2-4/+4
2004-07-07re PR c++/1679 (c++ -v -save-temps -DHAVE_CONFIG_H -I. -I. -I. -I./.. -isyste...Kazuhiro Inaoka3-2/+26
2004-07-05c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS.Joseph Myers2-13/+0
2004-06-28m32r.c (m32r_sched_odd_word_p, [...]): Remove.Steven Bosscher2-373/+112
2004-06-15m32r.h (RETURN_ADDR_RTX): Define.Kazuhiro Inaoka3-1/+42