aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mcore
AgeCommit message (Expand)AuthorFilesLines
2004-08-12re PR c++/16276 ([3.4 only] G++ generates local references to linkonce sections)Jakub Jelinek1-0/+2
2004-08-06tree.c (handle_dll_attribute): Move here from i383/winnt.c.Mark Mitchell2-2/+2
2004-08-04defaults.h (TARGET_DECLSPEC): New macro.Mark Mitchell1-8/+0
2004-07-20genattr.c (struct range, [...]): Remove them.Paolo Bonzini1-3/+0
2004-07-13target.h (struct gcc_target): Add calls.pass_by_reference.Richard Henderson2-8/+2
2004-07-13target-def.h (TARGET_MUST_PASS_IN_STACK): New.Richard Henderson3-22/+6
2004-07-07builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva1-1/+1
2004-07-06mcore.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define.Steven Bosscher2-6/+11
2004-07-05c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS.Joseph Myers1-3/+0
2004-05-21system.h: Poison NO_RECURSIVE_FUNCTION_CSE.Ian Lance Taylor1-3/+0
2004-03-07defaults.h (LEGITIMIZE_ADDRESS): Provide a default definition.Kazu Hirata1-1/+0
2004-02-19* config/mcore/mcore.h (ASM_OUTPUT_EXTERNAL): Remove.Kazu Hirata1-19/+0
2004-02-08target-def.h (TARGET_STRUCT_VALUE_RTX): Define as hook_rtx_tree_int_null.Kazu Hirata1-2/+0
2004-02-06tm.texi (INIT_CUMULATIVE_ARGS): Update doco.Alan Modra1-1/+1
2004-02-06arc.c (arc_return_in_memory): Check the return value of int_size_in_bytes aga...Kazu Hirata1-1/+2
2004-02-02arc.md, [...]: Replace gen_rtx with gen_rtx_fmt_e*.Kazu Hirata1-1/+1
2004-02-02mcore.c (block_move_sequence): Replace gen_rtx_CONST_INT with GEN_INT.Kazu Hirata1-4/+2
2004-02-01arm.c, [...]: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".Kazu Hirata3-79/+79
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata2-2/+3
2004-01-30alpha.c: Remove mentions of deprecates macros in comments...Kazu Hirata1-1/+1
2004-01-29mcore.c (mcore_external_libcall): Add a comment.Kazu Hirata1-0/+4
2004-01-29mcore-protos.h: Remove the prototype for mcore_setup_incoming_varargs.Kazu Hirata3-39/+46
2004-01-11lib1.asm: Fix comment formatting.Kazu Hirata5-32/+32
2003-12-24Makefile.in (OBJS-common): Remove dwarfout.o.Mark Mitchell1-3/+0
2003-10-02mcore.c: Convert to ISO C90 function declarations and definitions.Steven Bosscher3-435/+274
2003-09-27GNU CC -> GCCKelley Cook6-22/+22
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-2/+1
2003-09-12mcore-protos.h (mcore_r15_operand_p): Declare.Richard Sandiford4-324/+85
2003-08-21Makefile.in (INCLUDES): Remove -I$(srcdir)/config.Zack Weinberg2-13/+2
2003-07-26pe.c (arm_mark_dllimport): Don't use xxx_with_decl.Gabriel Dos Reis1-1/+2
2003-07-06h8300.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-03m32r.c: Fix comment typos.Kazu Hirata3-8/+8
2003-06-19target.h (asm_out.file_start, [...]): New hooks.Zack Weinberg1-9/+1
2003-06-17dbxout.c (dbxout_source_line_counter): New global variable.Eric Botcazou1-5/+3
2003-06-14rtl.h (STORE_FLAG_VALUE): Remove default definition from here.Roger Sayle1-4/+0
2003-06-04alpha.c (print_operand_address): Fix format specifier warnings.Kaveh R. Ghazi1-1/+1
2003-05-18c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, [...]): Default here.Neil Booth1-7/+0
2003-05-16mcore.c (mcore_print_operand_address, [...]): Fix format specifier warnings.Kaveh R. Ghazi1-6/+6
2003-05-15config.gcc: Purge all targets obsoleted in GCC 3.3.Zack Weinberg1-65/+0
2003-05-14target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.Richard Sandiford3-13/+11
2003-05-13(jump): Use emit_jump_insn.Nick Clifton1-15/+17
2003-05-12Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>Jan Hubicka1-3/+3
2003-04-29c-pragma.c (maybe_apply_renaming_pragma): Fix typo.Kriang Lerdsuwanakij1-1/+1
2003-04-20target.h (encode_section_info): Add new argument carrying the RTL to be modif...Zack Weinberg1-2/+3
2003-04-17toplev.c (target_options): Add value field.DJ Delorie1-1/+1
2003-04-17mcore.c (mcore_encode_section_info): Don't set SYMBOL_REF_FLAG.Richard Henderson1-10/+0
2003-03-19(CPP_SPEC): Remove trailing semi-colon.Nick Clifton1-21/+22
2003-03-12/home/neil/diffs/mcore.logNeil Booth3-22/+32
2003-01-28target.h (targetm.address_cost): New.Richard Henderson2-4/+2
2003-01-27Makefile.in (cse.o): Depend on TARGET_H.Richard Henderson3-33/+52