aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/frv/frv.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-18frv.h (IRA_COVER_CLASSES): Define.Nick Clifton1-3/+44
2008-08-31frv.c (frv_rtx_costs): Update forward declaration.Jan Hubicka1-1/+1
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-1/+2
2008-08-06alpha.c (alpha_preferred_reload_class, [...]): Avoid C++ keywords.Kaveh R. Ghazi1-43/+43
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-1/+1
2008-06-27c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-7/+8
2008-06-01rtl.h (emit_clobber, [...]): Declare.Richard Sandiford1-6/+6
2008-04-30arm.c (arm_unwind_emit): Use crtl->all_throwers_are_sibcalls instead of cfun-...Richard Sandiford1-7/+7
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-2/+2
2008-04-22frv.c (frv_stack_info): Use crtl instead of cfun.Nick Clifton1-5/+5
2007-12-06re PR middle-end/20983 (varargs functions force va_list variable to stack unn...Jakub Jelinek1-1/+5
2007-08-24alpha.c (alpha_mangle_type, [...]): Constify.Kaveh R. Ghazi1-6/+6
2007-08-23arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi1-2/+2
2007-08-02host-hpux.c: Change copyright header to refer to version 3 of the GNU General...Nick Clifton1-4/+3
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-4/+4
2007-06-19re PR target/32369 ([frv] macro "DF_LIVE_IN" passed 2 arguments, but takes ju...Rask Ingemann Lambertsen1-11/+9
2007-06-15[multiple changes]Andrew Pinski1-1/+2
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-14/+15
2007-02-21frv.c (frv_read_argument): Take a tree and int argument.Eric Christopher1-89/+86
2007-02-19frv.c, [...]: Follow spelling conventions.Kazu Hirata1-3/+3
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-2/+3
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-1/+1
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola1-1/+1
2005-12-07alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford1-2/+2
2005-12-02alpha.c (alpha_va_start, [...]): Use buildN and fold_buildN where applicable.Richard Guenther1-2/+2
2005-07-29cfg.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-07-28frv.opt (moptimize-membar): New.Aldy Hernandez1-42/+416
2005-07-26extend.texi (Raw read/write Functions): New section.Aldy Hernandez1-0/+99
2005-07-03bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers1-21/+21
2005-06-28builtins.c: (expand_builtin_memset): Rewrite to support 'set_storage_via_setm...Adrian Straetling1-2/+2
2005-06-25Update FSF address.R. Kelley Cook1-2/+2
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-7/+9
2005-06-08re PR debug/21889 (Native Solaris assembler cannot grok DTP-relative debug sy...Eric Botcazou1-3/+10
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2005-05-08frv.c (frv_default_flags_for_cpu): Use gcc_assert and gcc_unreachable, as app...Nathan Sidwell1-56/+44
2005-04-04frv-protos.h: Add a prototype to frv_legitimate_memory_operand and frv_const_...Kazu Hirata1-1536/+2
2005-04-01cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-03-22* config/frv/frv-protos.h (frv_branch_cost_string, frv_branch_cost_int)Richard Sandiford1-78/+59
2005-02-17s390.c (s390_alloc_pool, [...]): Use BITMAP_ALLOC and BITMAP_FREE.Jakub Jelinek1-2/+2
2005-02-07frv.md ("tls_indirect_call"): Turn into libcall-like expand.Alexandre Oliva1-2/+1
2005-02-01frv.c (movcc_fp_destination_operand): New.Alexandre Oliva1-1/+47
2005-01-28frv.c (bdesc_2arg): Remove __MDPACKH.Richard Sandiford1-2/+50
2005-01-27frv.c (frv_class_likely_spilled_p): Add GR8_REGS, GR9_REGS, GR89_REGS, FDPIC_...Alexandre Oliva1-0/+5
2005-01-26frv.c (frv_legitimize_tls_address): New.Aldy Hernandez1-3/+255
2004-12-29target.h (targetm.calls.arg_partial_bytes): New.Richard Henderson1-7/+9
2004-12-10frv-modes.def: Fix comment typos.Richard Sandiford1-225/+83
2004-12-08frv.c (frv_sort_insn_group): Always initialize packet_group->nop.Richard Sandiford1-0/+4
2004-11-26frv.c (frv_ifcvt_modify_insn): Don't leave alone scratch insns that set a reg...Alexandre Oliva1-3/+21
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-3/+3
2004-10-18basic-block.h (reg_set_iterator): New.Kazu Hirata1-10/+11