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