Age | Commit message (Expand) | Author | Files | Lines |
2005-05-26 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 2 | -4/+4 |
2005-05-08 | frv.c (frv_default_flags_for_cpu): Use gcc_assert and gcc_unreachable, as app... | Nathan Sidwell | 2 | -78/+58 |
2005-04-04 | frv-protos.h: Add a prototype to frv_legitimate_memory_operand and frv_const_... | Kazu Hirata | 5 | -1634/+1566 |
2005-04-04 | frv.h (PREDICATE_CODES): Add CONST to gpr_or_int12_operand. | Kazu Hirata | 1 | -1/+1 |
2005-04-01 | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 3 | -4/+4 |
2005-03-22 | * config/frv/frv-protos.h (frv_branch_cost_string, frv_branch_cost_int) | Richard Sandiford | 4 | -334/+255 |
2005-02-17 | s390.c (s390_alloc_pool, [...]): Use BITMAP_ALLOC and BITMAP_FREE. | Jakub Jelinek | 1 | -2/+2 |
2005-02-07 | frv.md ("tls_indirect_call"): Turn into libcall-like expand. | Alexandre Oliva | 2 | -12/+28 |
2005-02-01 | frv.c (movcc_fp_destination_operand): New. | Alexandre Oliva | 3 | -4/+73 |
2005-01-28 | frv.c (bdesc_2arg): Remove __MDPACKH. | Richard Sandiford | 1 | -2/+50 |
2005-01-27 | frv.c (frv_class_likely_spilled_p): Add GR8_REGS, GR9_REGS, GR89_REGS, FDPIC_... | Alexandre Oliva | 1 | -0/+5 |
2005-01-26 | frv.md: Add fr400_integer automaton. | Aldy Hernandez | 1 | -4/+7 |
2005-01-26 | frv.c (frv_legitimize_tls_address): New. | Aldy Hernandez | 4 | -8/+427 |
2004-12-29 | target.h (targetm.calls.arg_partial_bytes): New. | Richard Henderson | 3 | -31/+9 |
2004-12-10 | frv-modes.def: Fix comment typos. | Richard Sandiford | 5 | -557/+262 |
2004-12-08 | frv.c (frv_sort_insn_group): Always initialize packet_group->nop. | Richard Sandiford | 1 | -0/+4 |
2004-11-26 | frv-protos.h: Guard ifcvt functions declarations with BB_HEAD, not BLOCK_HEAD. | Alexandre Oliva | 1 | -1/+1 |
2004-11-26 | frv.c (frv_ifcvt_modify_insn): Don't leave alone scratch insns that set a reg... | Alexandre Oliva | 1 | -3/+21 |
2004-11-09 | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 1 | -3/+3 |
2004-10-25 | * config/frv/linux.h (TARGET_C99_FUNCTIONS): Define to 0. | Alexandre Oliva | 1 | -0/+15 |
2004-10-25 | frv.md (movdi, movdf): Handle wide-constant splits with wider-than-32-bit HOS... | Alexandre Oliva | 1 | -4/+26 |
2004-10-18 | basic-block.h (reg_set_iterator): New. | Kazu Hirata | 1 | -10/+11 |
2004-10-17 | elfos.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-10-11 | frv.md (*adddi3_internal): Change name to... | Richard Sandiford | 1 | -63/+32 |
2004-10-05 | frv.h (LEGITIMIZE_ADDRESS): New. | Aldy Hernandez | 4 | -46/+57 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -1/+1 |
2004-09-18 | darwin-c.c, [...]: Fix comment typos. | Kazu Hirata | 2 | -2/+2 |
2004-09-10 | frv.md (UNSPEC_MASACCS, [...]): New constants. | Richard Sandiford | 1 | -69/+55 |
2004-09-10 | darwin.c, [...]: Fix comment typos. | Kazu Hirata | 2 | -4/+4 |
2004-09-09 | * config/frv/frv.c (acc_operand, accg_operand): Use REGNO. | Richard Sandiford | 1 | -2/+2 |
2004-09-09 | * config/frv/frv-protos.h (FRV_CPU_FR550, FRV_CPU_FR450) | Richard Sandiford | 5 | -1320/+2307 |
2004-09-08 | function.c (reference_callee_copied): New. | Richard Henderson | 3 | -34/+0 |
2004-08-25 | flags.h (enum debug_info_type): Remove DWARF_DEBUG. | Zack Weinberg | 1 | -5/+0 |
2004-08-18 | rtl.def (NIL): Delete. | Zack Weinberg | 1 | -2/+2 |
2004-08-18 | rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | Richard Henderson | 1 | -1/+1 |
2004-08-13 | darwin-c.c (find_subframework_file): Fix spelling of cannot. | Andrew Pinski | 1 | -6/+6 |
2004-07-29 | frv.md (movqi_internal, [...]): Add backup alternatives for memory inputs. | Alexandre Oliva | 1 | -11/+19 |
2004-07-28 | * config/frv/frv.h (EPILOGUE_USES): New. Use LR. | Richard Sandiford | 1 | -0/+2 |
2004-07-23 | machmode.def: Remove vector modes. | Paolo Bonzini | 1 | -0/+3 |
2004-07-20 | genattr.c (struct range, [...]): Remove them. | Paolo Bonzini | 1 | -2/+0 |
2004-07-17 | langhooks.h (builtin_function): New langhook. | Joseph Myers | 1 | -1/+2 |
2004-07-13 | target.h (struct gcc_target): Add calls.pass_by_reference. | Richard Henderson | 3 | -16/+3 |
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 | -102/+17 |
2004-07-08 | frv-protos.h (frv_expand_builtin_va_arg): Remove. | Richard Henderson | 3 | -30/+9 |
2004-07-07 | builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ... | Alexandre Oliva | 1 | -2/+2 |
2004-07-06 | alpha.c (alpha_use_dfa_pipeline_interface): Remove. | Steven Bosscher | 1 | -11/+1 |
2004-07-04 | rtl.def (ADDRESSOF): Remove. | Richard Henderson | 1 | -15/+0 |
2004-05-21 | system.h: Poison NO_RECURSIVE_FUNCTION_CSE. | Ian Lance Taylor | 1 | -4/+0 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -2/+1 |