aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/frv
AgeCommit message (Expand)AuthorFilesLines
2007-02-25frv.h (ASM_OUTPUT_CASE_LABEL): Delete.Nick Clifton1-27/+1
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 Hirata4-41/+41
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-2/+3
2007-02-15frv.md (reload_incc, [...]): Remove invalid patterns.Alexandre Oliva1-60/+0
2007-01-08* config/frv/predicates.md (reg_or_0_operand): Accept CONST_DOUBLEs.Nick Clifton1-1/+1
2007-01-04Makefile.def (target_modules): Add libgcc.Daniel Jacobowitz1-0/+3
2007-01-02alpha.md, [...]: Always use set_unique_reg_note to add REG_EQUAL notes.Steven Bosscher1-8/+4
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
2006-09-06* config/frv/frv.h (EXTRA_MEMORY_CONSTRAINT): Define.Nick Clifton1-0/+3
2006-02-18re PR target/24837 (move dynamic linker names out of LINK_SPEC and into new D...Joseph Myers1-17/+4
2006-01-02arm.c (all_fpus): Fix comment typo.Volker Reichelt1-1/+1
2005-12-07alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford3-48/+6
2005-12-02alpha.c (alpha_va_start, [...]): Use buildN and fold_buildN where applicable.Richard Guenther1-2/+2
2005-08-06Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata1-1/+1
2005-08-04Fix problem pointed out by Gunther Nikl on gcc list.James E Wilson1-1/+1
2005-07-29cfg.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-07-28frv.opt (moptimize-membar): New.Aldy Hernandez4-84/+429
2005-07-26extend.texi (Raw read/write Functions): New section.Aldy Hernandez3-2/+152
2005-07-25predicates.md (integer_register_operand): Use GPR_AP_OR_PSEUDO_P.Aldy Hernandez1-1/+1
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 Straetling2-7/+12
2005-06-26defaults.h (FRAME_GROWS_DOWNWARD): Define to 0 if not defined.Jakub Jelinek1-3/+3
2005-06-25Update FSF address.R. Kelley Cook16-32/+32
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 Botcazou3-11/+10
2005-06-08system.h: Poison EXTRA_CC_MODES.Eric Christopher1-13/+2
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata2-4/+4
2005-05-08frv.c (frv_default_flags_for_cpu): Use gcc_assert and gcc_unreachable, as app...Nathan Sidwell2-78/+58
2005-04-04frv-protos.h: Add a prototype to frv_legitimate_memory_operand and frv_const_...Kazu Hirata5-1634/+1566
2005-04-04frv.h (PREDICATE_CODES): Add CONST to gpr_or_int12_operand.Kazu Hirata1-1/+1
2005-04-01cgraphunit.c, [...]: Fix comment typos.Kazu Hirata3-4/+4
2005-03-22* config/frv/frv-protos.h (frv_branch_cost_string, frv_branch_cost_int)Richard Sandiford4-334/+255
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 Oliva2-12/+28
2005-02-01frv.c (movcc_fp_destination_operand): New.Alexandre Oliva3-4/+73
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.md: Add fr400_integer automaton.Aldy Hernandez1-4/+7
2005-01-26frv.c (frv_legitimize_tls_address): New.Aldy Hernandez4-8/+427
2004-12-29target.h (targetm.calls.arg_partial_bytes): New.Richard Henderson3-31/+9
2004-12-10frv-modes.def: Fix comment typos.Richard Sandiford5-557/+262
2004-12-08frv.c (frv_sort_insn_group): Always initialize packet_group->nop.Richard Sandiford1-0/+4
2004-11-26frv-protos.h: Guard ifcvt functions declarations with BB_HEAD, not BLOCK_HEAD.Alexandre Oliva1-1/+1
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-25* config/frv/linux.h (TARGET_C99_FUNCTIONS): Define to 0.Alexandre Oliva1-0/+15
2004-10-25frv.md (movdi, movdf): Handle wide-constant splits with wider-than-32-bit HOS...Alexandre Oliva1-4/+26
2004-10-18basic-block.h (reg_set_iterator): New.Kazu Hirata1-10/+11