Age | Commit message (Expand) | Author | Files | Lines |
2005-03-29 | little.h (TARGET_ENDIAN_DEFAULT): Delete. | Richard Sandiford | 4 | -156/+159 |
2005-03-18 | config/m32r/m32r-protos.h... | Kazu Hirata | 5 | -488/+455 |
2005-03-12 | cfglayout.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-03-10 | (load_sda_base_32): New pattern. Loads sda base address on medium model. | Kazuhiro Inaoka | 1 | -0/+8 |
2004-12-29 | target.h (targetm.calls.arg_partial_bytes): New. | Richard Henderson | 3 | -30/+12 |
2004-12-15 | config/m32r.c (m32r_legitimize_pic_address): Changed to support GOTOFF reloca... | Kazuhiro Inaoka | 2 | -2/+21 |
2004-12-15 | (PREFERRED_DEBUGGING_TYPE): Use DWARF2_DEBUG. | Kazuhiro Inaoka | 1 | -2/+2 |
2004-12-13 | t-linux (SHLIB_MAPFILES): Add libgcc-glibc.ver to the list rather than replac... | Kazuhiro Inaoka | 1 | -1/+1 |
2004-11-22 | onfig.gcc: Use t-slibgcc-elf to build libgcc_s.so on m32r*linux. | Kazuhiro Inaoka | 2 | -0/+21 |
2004-11-18 | Set TARGET_ASM_FILE_END to file_end_indicate_exec_stack. | Kazuhiro Inaoka | 1 | -0/+1 |
2004-11-09 | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 1 | -1/+1 |
2004-10-28 | oops - fixed typo in previous delta | Nick Clifton | 1 | -1/+1 |
2004-10-28 | (DBX_OUTPUT_SOURCE_LINE): Define begin_label. | Nick Clifton | 1 | -0/+1 |
2004-10-27 | (DBX_OUTPUT_SOURCE_LINE): Increment line counter. | Zack Weinberg | 1 | -1/+2 |
2004-10-27 | dbxout.c: Include obstack.h. | Zack Weinberg | 1 | -15/+13 |
2004-10-21 | dbxout.c (asmfile): Delete. | Zack Weinberg | 1 | -2/+1 |
2004-10-08 | m32r.h (CONDITIONAL_REGISTER_USAGE): Don't exclude fixed registers form all_u... | Kazuhiro Inaoka | 2 | -3/+8 |
2004-09-14 | m32r.md, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-08-26 | re PR target/17119 ([m32r] ICE at switch case 0x8000) | Nick Clifton | 1 | -5/+2 |
2004-08-24 | re PR target/17093 ([m32r-*-gcc] ICE with -msdata=use -O0) | Nick Clifton | 1 | -1/+1 |
2004-08-24 | (PREDICATE_CODES): Remove duplicate defintion of seth_add3_operand. | Nick Clifton | 1 | -1/+0 |
2004-08-18 | emit-rtl.c (gen_const_mem): New. | Richard Henderson | 1 | -3/+1 |
2004-08-18 | rtl.def (NIL): Delete. | Zack Weinberg | 1 | -1/+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 | 2 | -8/+9 |
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 | 3 | -22/+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 | 2 | -8/+3 |
2004-07-08 | m32r-protos.h (m32r_va_arg): Remove. | Richard Henderson | 3 | -57/+7 |
2004-07-07 | builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ... | Alexandre Oliva | 2 | -4/+4 |
2004-07-07 | re PR c++/1679 (c++ -v -save-temps -DHAVE_CONFIG_H -I. -I. -I. -I./.. -isyste... | Kazuhiro Inaoka | 3 | -2/+26 |
2004-07-05 | c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS. | Joseph Myers | 2 | -13/+0 |
2004-06-28 | m32r.c (m32r_sched_odd_word_p, [...]): Remove. | Steven Bosscher | 2 | -373/+112 |
2004-06-15 | m32r.h (RETURN_ADDR_RTX): Define. | Kazuhiro Inaoka | 3 | -1/+42 |
2004-05-21 | system.h: Poison NO_RECURSIVE_FUNCTION_CSE. | Ian Lance Taylor | 1 | -5/+0 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -2/+0 |
2004-04-16 | m32r.h (BIG_ENDIAN_BIT): Deleted to fix endian bug. | Kazuhiro Inaoka | 2 | -10/+15 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -2/+2 |
2004-03-15 | c-incpath.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-03-11 | c-typeck.c, [...]: Fix comment typos and formatting. | Kazu Hirata | 2 | -3/+3 |
2004-03-09 | * config/m32r/m32r.md: Remove all define_peephole's. | Kazu Hirata | 1 | -58/+0 |
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-19 | arc.h, [...]: Remove commented-out or useless definitions of CASE_VECTOR_PC_R... | Kazu Hirata | 1 | -9/+0 |
2004-02-08 | target-def.h (TARGET_STRUCT_VALUE_RTX): Define as hook_rtx_tree_int_null. | Kazu Hirata | 1 | -2/+0 |
2004-02-07 | c-ppoutput.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-02-06 | tm.texi (INIT_CUMULATIVE_ARGS): Update doco. | Alan Modra | 1 | -1/+1 |
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 | 3 | -5/+5 |